Skip to content

Commit

Permalink
[maven-release-plugin] prepare release avaje-jex-parent-1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Jun 1, 2021
1 parent 2b0b96d commit 9911942
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions avaje-jex-freemarker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>avaje-jex-parent</artifactId>
<groupId>io.avaje</groupId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
</parent>

<artifactId>avaje-jex-freemarker</artifactId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
</dependency>

<dependency>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex-test</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<scope>test</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions avaje-jex-mustache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>avaje-jex-parent</artifactId>
<groupId>io.avaje</groupId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
</parent>

<artifactId>avaje-jex-mustache</artifactId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
</dependency>

<dependency>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex-test</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions avaje-jex-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>avaje-jex-parent</artifactId>
<groupId>io.avaje</groupId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
</parent>

<artifactId>avaje-jex-test</artifactId>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion avaje-jex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex-parent</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
</parent>

<artifactId>avaje-jex</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

<groupId>io.avaje</groupId>
<artifactId>avaje-jex-parent</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<packaging>pom</packaging>

<scm>
<developerConnection>scm:git:git@github.com:avaje/avaje-jex.git</developerConnection>
<tag>HEAD</tag>
<tag>avaje-jex-parent-1.4</tag>
</scm>

<properties>
Expand Down

0 comments on commit 9911942

Please sign in to comment.