Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit 5a303a0

Browse files
update the version number in the build file
1 parent a5ab190 commit 5a303a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-src/build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<pathelement location="${servlet-api.jar}"/>
5959
</classpath>
6060
</javac>
61-
<jar destfile="${build}/visualization-datasource-1.1.1.jar"
61+
<jar destfile="${build}/visualization-datasource-1.1.2.jar"
6262
basedir="${build.class.main}"/>
6363
</target>
6464

@@ -124,7 +124,7 @@
124124

125125
<!-- Jar the sources. -->
126126
<target name="source-jar">
127-
<jar destfile="${build}/visualization-datasource-1.1.1-src.jar"
127+
<jar destfile="${build}/visualization-datasource-1.1.2-src.jar"
128128
basedir="${src}/main/java" />
129129
</target>
130130

0 commit comments

Comments
 (0)