Skip to content

Commit c64dc07

Browse files
committed
Published as version 3.1.4.
1 parent 5e1e38f commit c64dc07

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

commons-compiler-jdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>org.codehaus.janino</groupId>
99
<artifactId>janino-parent</artifactId>
1010
<relativePath>../janino-parent</relativePath>
11-
<version>3.1.4-SNAPSHOT</version>
11+
<version>3.1.4</version>
1212
</parent>
1313

1414
<artifactId>commons-compiler-jdk</artifactId>

commons-compiler-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.codehaus.janino</groupId>
99
<artifactId>janino-parent</artifactId>
10-
<version>3.1.4-SNAPSHOT</version>
10+
<version>3.1.4</version>
1111
<relativePath>../janino-parent</relativePath>
1212
</parent>
1313

commons-compiler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.codehaus.janino</groupId>
99
<artifactId>janino-parent</artifactId>
10-
<version>3.1.4-SNAPSHOT</version>
10+
<version>3.1.4</version>
1111
<relativePath>../janino-parent</relativePath>
1212
</parent>
1313

janino-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<groupId>org.codehaus.janino</groupId>
3333
<packaging>pom</packaging>
34-
<version>3.1.4-SNAPSHOT</version>
34+
<version>3.1.4</version>
3535
<dependencyManagement>
3636
<dependencies>
3737
<dependency>
@@ -188,7 +188,7 @@
188188
<configuration>
189189
<serverId>ossrh</serverId>
190190
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
191-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
191+
<autoReleaseAfterClose>false</autoReleaseAfterClose>
192192
</configuration>
193193
</plugin>
194194
</plugins>

janino/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.codehaus.janino</groupId>
99
<artifactId>janino-parent</artifactId>
10-
<version>3.1.4-SNAPSHOT</version>
10+
<version>3.1.4</version>
1111
<relativePath>../janino-parent</relativePath>
1212
</parent>
1313

0 commit comments

Comments
 (0)