Skip to content

Commit

Permalink
Published as version 3.1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
aunkrig committed May 6, 2021
1 parent 5e1e38f commit c64dc07
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion commons-compiler-jdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>org.codehaus.janino</groupId>
<artifactId>janino-parent</artifactId>
<relativePath>../janino-parent</relativePath>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
</parent>

<artifactId>commons-compiler-jdk</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons-compiler-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.codehaus.janino</groupId>
<artifactId>janino-parent</artifactId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
<relativePath>../janino-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion commons-compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.codehaus.janino</groupId>
<artifactId>janino-parent</artifactId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
<relativePath>../janino-parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions janino-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<groupId>org.codehaus.janino</groupId>
<packaging>pom</packaging>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
<dependencyManagement>
<dependencies>
<dependency>
Expand Down Expand Up @@ -188,7 +188,7 @@
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
Expand Down
2 changes: 1 addition & 1 deletion janino/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.codehaus.janino</groupId>
<artifactId>janino-parent</artifactId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
<relativePath>../janino-parent</relativePath>
</parent>

Expand Down

0 comments on commit c64dc07

Please sign in to comment.