Skip to content

Commit

Permalink
changed version 2.1-SNAPSHOT to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
santhosh-tekuri committed Jul 29, 2015
1 parent e001fb7 commit 4c144c9
Show file tree
Hide file tree
Showing 27 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/org-netbeans-api-visual/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>in.jlibs</groupId>
<artifactId>jlibs-3rdparty</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty/org-netbeans-swing-outline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>in.jlibs</groupId>
<artifactId>jlibs-3rdparty</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty/org-openide-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>in.jlibs</groupId>
<artifactId>jlibs-3rdparty</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 3 additions & 3 deletions 3rdparty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>in.jlibs</groupId>
<artifactId>jlibs-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -39,8 +39,8 @@
<macrodef name="download">
<attribute name="suffix"/>
<sequential>
<get src="${download-url}.jar" dest="target/original@{suffix}.jar" usetimestamp="true"/>
<copy file="target/original@{suffix}.jar" tofile="target/${jar-prefix}@{suffix}.jar" overwrite="true"/>
<get src="${download-url}@{suffix}.jar" dest="target/original@{suffix}.jar" usetimestamp="true" ignoreerrors="true"/>
<copy file="target/original@{suffix}.jar" tofile="target/${jar-prefix}@{suffix}.jar" overwrite="true" failonerror="false"/>
</sequential>
</macrodef>
<download suffix=""/>
Expand Down
2 changes: 1 addition & 1 deletion apt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>in.jlibs</groupId>
<artifactId>jlibs-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>in.jlibs</groupId>
<artifactId>jlibs-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>in.jlibs</groupId>
<artifactId>jlibs-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>in.jlibs</groupId>
<artifactId>jlibs-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion greplog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>in.jlibs</groupId>
<artifactId>jlibs-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion i18n-apt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>in.jlibs</groupId>
<artifactId>jlibs-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion i18n/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>in.jlibs</groupId>
<artifactId>jlibs-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jdbc-apt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>in.jlibs</groupId>
<artifactId>jlibs-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>in.jlibs</groupId>
<artifactId>jlibs-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion nblr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>in.jlibs</groupId>
<artifactId>jlibs-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion nbp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>in.jlibs</groupId>
<artifactId>jlibs-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>in.jlibs</groupId>
<artifactId>jlibs-parent</artifactId>
<packaging>pom</packaging>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>

<name>jlibs</name>
<url>https://github.com/santhosh-tekuri/jlibs</url>
Expand Down
2 changes: 1 addition & 1 deletion swing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>in.jlibs</groupId>
<artifactId>jlibs-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion visitor-apt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>in.jlibs</groupId>
<artifactId>jlibs-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion visitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>in.jlibs</groupId>
<artifactId>jlibs-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion wadl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>in.jlibs</groupId>
<artifactId>jlibs-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion xml-binding-apt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>in.jlibs</groupId>
<artifactId>jlibs-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion xml-binding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>in.jlibs</groupId>
<artifactId>jlibs-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion xml-crawler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>in.jlibs</groupId>
<artifactId>jlibs-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion xml-nbp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>in.jlibs</groupId>
<artifactId>jlibs-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>in.jlibs</groupId>
<artifactId>jlibs-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion xmldog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>in.jlibs</groupId>
<artifactId>jlibs-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion xsd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>in.jlibs</groupId>
<artifactId>jlibs-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 4c144c9

Please sign in to comment.