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.
2 parents fdcce20 + d60cd81 commit 8a61dbcCopy full SHA for 8a61dbc
build.xml
@@ -93,10 +93,10 @@
93
94
<!-- Generate Jars -->
95
<target name="jar" depends="compile_main">
96
- <jar jarfile="${export.jars}/cae-simple-model-representation-0.2.jar">
+ <jar jarfile="${export.jars}/cae-simple-model-representation-0.3.jar">
97
<fileset dir="${tmp.classes}" includes="i5/cae/simpleModel/**" />
98
<manifest>
99
- <attribute name="Library-Version" value="0.2" />
+ <attribute name="Library-Version" value="0.3" />
100
<attribute name="Library-SymbolicName" value="i5.cae.model.SimpleModel" />
101
</manifest>
102
</jar>
0 commit comments