Skip to content

Commit

Permalink
Bump version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
casid committed Feb 4, 2021
1 parent 9f73a55 commit 1b81ee6
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion jte-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>gg.jte</groupId>
<artifactId>jte</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.5.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion jte-deploy-nexus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>gg.jte</groupId>
<artifactId>jte-parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.5.1</version>
</parent>

<!-- This entire module is an insane hack just because of this bug: https://issues.sonatype.org/browse/NEXUS-9138 -->
Expand Down
2 changes: 1 addition & 1 deletion jte-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>gg.jte</groupId>
<artifactId>jte-parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.5.1</version>
</parent>

<name>jte-maven-plugin</name>
Expand Down
6 changes: 3 additions & 3 deletions jte-runtime-cp-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>gg.jte</groupId>
<artifactId>jte-runtime-cp-test</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.5.1</version>
<packaging>jar</packaging>

<properties>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>gg.jte</groupId>
<artifactId>jte-runtime</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.5.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -75,7 +75,7 @@
<plugin>
<groupId>gg.jte</groupId>
<artifactId>jte-maven-plugin</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.5.1</version>
<configuration>
<sourceDirectory>${basedir}/src/main/jte</sourceDirectory>
<contentType>Html</contentType>
Expand Down
6 changes: 3 additions & 3 deletions jte-runtime-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>gg.jte</groupId>
<artifactId>jte-runtime-test</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.5.1</version>
<packaging>jar</packaging>

<properties>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>gg.jte</groupId>
<artifactId>jte-runtime</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.5.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -75,7 +75,7 @@
<plugin>
<groupId>gg.jte</groupId>
<artifactId>jte-maven-plugin</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.5.1</version>
<configuration>
<sourceDirectory>${basedir}/src/main/jte</sourceDirectory>
<targetDirectory>${basedir}/jte-classes</targetDirectory>
Expand Down
2 changes: 1 addition & 1 deletion jte-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>gg.jte</groupId>
<artifactId>jte-parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.5.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jte-test-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>gg.jte</groupId>
<artifactId>jte-parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.5.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion jte/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>gg.jte</groupId>
<artifactId>jte-parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.5.1</version>
</parent>

<name>jte</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>gg.jte</groupId>
<artifactId>jte-parent</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.5.1</version>
<packaging>pom</packaging>

<name>jte-parent</name>
Expand Down

0 comments on commit 1b81ee6

Please sign in to comment.