Skip to content

Commit e384966

Browse files
author
nicolaiparlog
committed
Released version 0.1.1.
1 parent 436fede commit e384966

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
<groupId>org.codefx.libfx</groupId>
88
<artifactId>LibFX</artifactId>
9-
<version>0.1.1-SNAPSHOT</version>
9+
<version>0.1.1</version>
1010
<packaging>jar</packaging>
1111

1212
<!-- PROJECT META INFORMATION -->
1313

1414
<name>LibFX</name>
1515
<description>LibFX provides utility classes for JavaFX.</description>
16-
<url>https://github.com/CodeFX-org/LibFX</url>
16+
<url>http://libfx.codefx.org</url>
1717

1818
<scm>
1919
<url>https://github.com/CodeFX-org/LibFX</url>
@@ -82,6 +82,7 @@
8282

8383
<build>
8484
<resources>
85+
<!-- exclude the demo folder from the build process -->
8586
<resource>
8687
<directory>src/demo/java</directory>
8788
<excludes>

0 commit comments

Comments
 (0)