Skip to content

Commit 15e2d77

Browse files
author
khashab2
committed
incrementing version
1 parent c4c53d3 commit 15e2d77

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

lbjava-examples/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>lbjava-project</artifactId>
55
<groupId>edu.illinois.cs.cogcomp</groupId>
6-
<version>1.2.19</version>
6+
<version>1.2.20</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>
@@ -27,12 +27,12 @@
2727
<dependency>
2828
<groupId>edu.illinois.cs.cogcomp</groupId>
2929
<artifactId>LBJava</artifactId>
30-
<version>1.2.19</version>
30+
<version>1.2.20</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>edu.illinois.cs.cogcomp</groupId>
3434
<artifactId>lbjava-maven-plugin</artifactId>
35-
<version>1.2.19</version>
35+
<version>1.2.20</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>edu.illinois.cs.cogcomp</groupId>
@@ -68,7 +68,7 @@
6868
<plugin>
6969
<groupId>edu.illinois.cs.cogcomp</groupId>
7070
<artifactId>lbjava-maven-plugin</artifactId>
71-
<version>1.2.19</version>
71+
<version>1.2.20</version>
7272
<configuration>
7373
<gspFlag>${project.basedir}/src/main/java</gspFlag>
7474
<dFlag>${project.basedir}/target/classes</dFlag>

lbjava-mvn-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>lbjava-project</artifactId>
77
<groupId>edu.illinois.cs.cogcomp</groupId>
8-
<version>1.2.19</version>
8+
<version>1.2.20</version>
99
</parent>
1010

1111
<artifactId>lbjava-maven-plugin</artifactId>
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>edu.illinois.cs.cogcomp</groupId>
7878
<artifactId>LBJava</artifactId>
79-
<version>1.2.19</version>
79+
<version>1.2.20</version>
8080
<type>jar</type>
8181
<scope>compile</scope>
8282
</dependency>

lbjava/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>lbjava-project</artifactId>
55
<groupId>edu.illinois.cs.cogcomp</groupId>
6-
<version>1.2.19</version>
6+
<version>1.2.20</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>edu.illinois.cs.cogcomp</groupId>
88
<artifactId>lbjava-project</artifactId>
99
<packaging>pom</packaging>
10-
<version>1.2.19</version>
10+
<version>1.2.20</version>
1111

1212
<modules>
1313
<module>lbjava</module>

0 commit comments

Comments
 (0)