Skip to content

Commit 323a7ff

Browse files
author
khashab2
committed
increment to 1.2.14
1 parent 89f5d87 commit 323a7ff

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.13</version>
6+
<version>1.2.14</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>
@@ -21,12 +21,12 @@
2121
<dependency>
2222
<groupId>edu.illinois.cs.cogcomp</groupId>
2323
<artifactId>LBJava</artifactId>
24-
<version>1.2.13</version>
24+
<version>1.2.14</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>edu.illinois.cs.cogcomp</groupId>
2828
<artifactId>lbjava-maven-plugin</artifactId>
29-
<version>1.2.13</version>
29+
<version>1.2.14</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>edu.illinois.cs.cogcomp</groupId>
@@ -40,7 +40,7 @@
4040
<plugin>
4141
<groupId>edu.illinois.cs.cogcomp</groupId>
4242
<artifactId>lbjava-maven-plugin</artifactId>
43-
<version>1.2.13</version>
43+
<version>1.2.14</version>
4444
<configuration>
4545
<lbjavaInputFileList>
4646
<param>${project.basedir}/src/main/lbj/BadgesClassifier.lbj</param>

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.13</version>
8+
<version>1.2.14</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.13</version>
79+
<version>1.2.14</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.13</version>
6+
<version>1.2.14</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.13</version>
10+
<version>1.2.14</version>
1111

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

0 commit comments

Comments
 (0)