Skip to content

Commit

Permalink
Edit pom
Browse files Browse the repository at this point in the history
  • Loading branch information
trixon committed Oct 6, 2024
1 parent 6a9cd16 commit 918676c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 18 deletions.
6 changes: 3 additions & 3 deletions application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>se.trixon.mapollage</groupId>
<artifactId>parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>24.10.06</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -160,8 +160,8 @@
<finalName>mapollage-${project.version}</finalName>
<etcConfFile>src/main/resources/mapollage.conf</etcConfFile>
<verifyRuntime>true</verifyRuntime>
<additionalArguments>&#045;&#045;fontsize 16</additionalArguments>
<!--<additionalArguments>&#045;&#045;locale en</additionalArguments>-->
<!--<additionalArguments>&#045;&#045;fontsize 16</additionalArguments>-->
<additionalArguments>&#045;&#045;locale en</additionalArguments>
</configuration>
</plugin>
</plugins>
Expand Down
2 changes: 1 addition & 1 deletion branding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>se.trixon.mapollage</groupId>
<artifactId>parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>24.10.06</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>se.trixon.mapollage</groupId>
<artifactId>parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>24.10.06</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>main</artifactId>
Expand Down Expand Up @@ -162,7 +162,7 @@
<dependency>
<groupId>uk.m0nom</groupId>
<artifactId>javaapiforkml</artifactId>
<version>3.0.9</version>
<version>3.0.10</version>
</dependency>
</dependencies>

Expand Down
21 changes: 10 additions & 11 deletions nb-configuration.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<project-shared-configuration>
<!--
This file contains additional configuration written by modules in the NetBeans IDE.
The configuration is intended to be shared among all the users of project and
therefore it is assumed to be part of version control checkout.
Without this configuration present, some functionality in the IDE may be limited or fail altogether.
-->
This file contains additional configuration written by modules in the NetBeans IDE.
The configuration is intended to be shared among all the users of project and
therefore it is assumed to be part of version control checkout.
Without this configuration present, some functionality in the IDE may be limited or fail altogether.
-->
<properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1">
<!--
Properties that influence various parts of the IDE, especially code formatting and the like.
You can copy and paste the single properties, into the pom.xml file and the IDE will pick them up.
That way multiple projects can share the same settings (useful for formatting rules for example).
Any value defined here will override the pom.xml file value but is only applicable to the current project.
-->
<netbeans.compile.on.save>all</netbeans.compile.on.save>
Properties that influence various parts of the IDE, especially code formatting and the like.
You can copy and paste the single properties, into the pom.xml file and the IDE will pick them up.
That way multiple projects can share the same settings (useful for formatting rules for example).
Any value defined here will override the pom.xml file value but is only applicable to the current project.
-->
</properties>
</project-shared-configuration>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>se.trixon.mapollage</groupId>
<artifactId>parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>24.10.06</version>
<packaging>pom</packaging>

<name>parent</name>
Expand Down

0 comments on commit 918676c

Please sign in to comment.