Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
casid committed Sep 19, 2020
1 parent 3b0eb1d commit 57fc5c9
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
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.3.0-SNAPSHOT</version>
<version>1.3.0</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.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>jar</packaging>

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

<dependency>
Expand Down Expand Up @@ -74,7 +74,7 @@
<plugin>
<groupId>gg.jte</groupId>
<artifactId>jte-maven-plugin</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</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.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>jar</packaging>

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

<dependency>
Expand Down Expand Up @@ -74,7 +74,7 @@
<plugin>
<groupId>gg.jte</groupId>
<artifactId>jte-maven-plugin</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</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 @@ -14,7 +14,7 @@
<parent>
<groupId>gg.jte</groupId>
<artifactId>jte-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions 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.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<profiles>
Expand Down Expand Up @@ -52,13 +52,13 @@
<dependency>
<groupId>gg.jte</groupId>
<artifactId>jte-runtime-test</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>gg.jte</groupId>
<artifactId>jte-runtime-cp-test</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<scope>test</scope>
</dependency>
</dependencies>
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.3.0-SNAPSHOT</version>
<version>1.3.0</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.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>pom</packaging>

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

0 comments on commit 57fc5c9

Please sign in to comment.