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 6d2e88d commit 8bf103cCopy full SHA for 8bf103c
build.xml
@@ -69,6 +69,10 @@
69
<attribute name="Sealed" value="true"/>
70
</manifest>
71
</jar>
72
+ <copy file="pom.xml" tofile="${OUT_DIR}/${ant.project.name}-${VERSION}.pom"/>
73
+ <!--exec command="mvn">
74
+ <arg value="javadoc:jar"/>
75
+ </exec-->
76
</target>
77
78
<target name="compile_tests" depends="compile">
pom.xml
@@ -7,7 +7,7 @@
7
<packaging>jar</packaging>
8
9
<name>js-collider</name>
10
- <version>0.2.2</version>
+ <version>0.2.3</version>
11
<description>Java NIO framework</description>
12
<url>https://github.com/js-labs/js-collider</url>
13
0 commit comments