Skip to content

Commit 31e6c72

Browse files
RobTerpilowskiRobTerpilowski
authored andcommitted
Updated version in POM
1 parent 52102ed commit 31e6c72

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

nb-configuration.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<project-shared-configuration>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project-shared-configuration>
33
<!--
44
This file contains additional configuration written by modules in the NetBeans IDE.
55
The configuration is intended to be shared among all the users of project and
66
therefore it is assumed to be part of version control checkout.
77
Without this configuration present, some functionality in the IDE may be limited or fail altogether.
8-
-->
9-
<properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1">
8+
-->
9+
<properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1">
1010
<!--
1111
Properties that influence various parts of the IDE, especially code formatting and the like.
1212
You can copy and paste the single properties, into the pom.xml file and the IDE will pick them up.
1313
That way multiple projects can share the same settings (useful for formatting rules for example).
1414
Any value defined here will override the pom.xml file value but is only applicable to the current project.
15-
-->
16-
<netbeans.hint.jdkPlatform>JDK_1.8</netbeans.hint.jdkPlatform>
17-
</properties>
18-
</project-shared-configuration>
15+
-->
16+
<netbeans.hint.jdkPlatform>JDK_1.8</netbeans.hint.jdkPlatform>
17+
</properties>
18+
</project-shared-configuration>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.lynden</groupId>
55
<artifactId>JavaFxPropertyHelperNBPlugin</artifactId>
6-
<version>1.0.0</version>
6+
<version>1.1.0</version>
77
<packaging>nbm</packaging>
88
<licenses>
99
<license>

0 commit comments

Comments
 (0)