Skip to content

Commit

Permalink
[maven-release-plugin] prepare release avaje-jex-parent-1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Apr 20, 2021
1 parent f4dd736 commit 1765e4d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 13 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.3-SNAPSHOT</version>
<version>1.3</version>
</parent>

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

<dependency>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex-test</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</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.3-SNAPSHOT</version>
<version>1.3</version>
</parent>

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

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

Expand Down
7 changes: 3 additions & 4 deletions avaje-jex-test/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>avaje-jex-parent</artifactId>
<groupId>io.avaje</groupId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>

<artifactId>avaje-jex-test</artifactId>
Expand All @@ -15,7 +14,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</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.3-SNAPSHOT</version>
<version>1.3</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.3-SNAPSHOT</version>
<version>1.3</version>
<packaging>pom</packaging>

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

<properties>
Expand Down

0 comments on commit 1765e4d

Please sign in to comment.