Skip to content

Commit d18daf8

Browse files
committed
[maven-release-plugin] prepare release avaje-jex-parent-1.6
1 parent d0857eb commit d18daf8

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

avaje-jex-freemarker/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>avaje-jex-parent</artifactId>
66
<groupId>io.avaje</groupId>
7-
<version>1.6-SNAPSHOT</version>
7+
<version>1.6</version>
88
</parent>
99

1010
<artifactId>avaje-jex-freemarker</artifactId>
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>io.avaje</groupId>
2020
<artifactId>avaje-jex</artifactId>
21-
<version>1.6-SNAPSHOT</version>
21+
<version>1.6</version>
2222
</dependency>
2323

2424
<dependency>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>io.avaje</groupId>
3232
<artifactId>avaje-jex-test</artifactId>
33-
<version>1.6-SNAPSHOT</version>
33+
<version>1.6</version>
3434
<scope>test</scope>
3535
</dependency>
3636

avaje-jex-mustache/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>avaje-jex-parent</artifactId>
66
<groupId>io.avaje</groupId>
7-
<version>1.6-SNAPSHOT</version>
7+
<version>1.6</version>
88
</parent>
99

1010
<artifactId>avaje-jex-mustache</artifactId>
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>io.avaje</groupId>
2020
<artifactId>avaje-jex</artifactId>
21-
<version>1.6-SNAPSHOT</version>
21+
<version>1.6</version>
2222
</dependency>
2323

2424
<dependency>
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>io.avaje</groupId>
3333
<artifactId>avaje-jex-test</artifactId>
34-
<version>1.6-SNAPSHOT</version>
34+
<version>1.6</version>
3535
<scope>test</scope>
3636
</dependency>
3737

avaje-jex-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>avaje-jex-parent</artifactId>
66
<groupId>io.avaje</groupId>
7-
<version>1.6-SNAPSHOT</version>
7+
<version>1.6</version>
88
</parent>
99

1010
<artifactId>avaje-jex-test</artifactId>
@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>io.avaje</groupId>
1616
<artifactId>avaje-jex</artifactId>
17-
<version>1.6-SNAPSHOT</version>
17+
<version>1.6</version>
1818
</dependency>
1919

2020
<dependency>

avaje-jex/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-jex-parent</artifactId>
7-
<version>1.6-SNAPSHOT</version>
7+
<version>1.6</version>
88
</parent>
99

1010
<artifactId>avaje-jex</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
<groupId>io.avaje</groupId>
1111
<artifactId>avaje-jex-parent</artifactId>
12-
<version>1.6-SNAPSHOT</version>
12+
<version>1.6</version>
1313
<packaging>pom</packaging>
1414

1515
<scm>
1616
<developerConnection>scm:git:[email protected]:avaje/avaje-jex.git</developerConnection>
17-
<tag>HEAD</tag>
17+
<tag>avaje-jex-parent-1.6</tag>
1818
</scm>
1919

2020
<properties>

0 commit comments

Comments
 (0)