We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436fede commit e384966Copy full SHA for e384966
pom.xml
@@ -6,14 +6,14 @@
6
7
<groupId>org.codefx.libfx</groupId>
8
<artifactId>LibFX</artifactId>
9
- <version>0.1.1-SNAPSHOT</version>
+ <version>0.1.1</version>
10
<packaging>jar</packaging>
11
12
<!-- PROJECT META INFORMATION -->
13
14
<name>LibFX</name>
15
<description>LibFX provides utility classes for JavaFX.</description>
16
- <url>https://github.com/CodeFX-org/LibFX</url>
+ <url>http://libfx.codefx.org</url>
17
18
<scm>
19
<url>https://github.com/CodeFX-org/LibFX</url>
@@ -82,6 +82,7 @@
82
83
<build>
84
<resources>
85
+ <!-- exclude the demo folder from the build process -->
86
<resource>
87
<directory>src/demo/java</directory>
88
<excludes>
0 commit comments