Skip to content

Commit 275db5a

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 9731274 commit 275db5a

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

ayza-bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.github.hakky54</groupId>
66
<artifactId>ayza-bom</artifactId>
7-
<version>10.0.2</version>
7+
<version>10.0.3-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>Ayza (Bill Of Materials)</name>
@@ -23,7 +23,7 @@
2323
<url>https://github.com/Hakky54/ayza</url>
2424
<connection>scm:git:git@github.com:Hakky54/ayza.git</connection>
2525
<developerConnection>scm:git:git@github.com:Hakky54/ayza.git</developerConnection>
26-
<tag>v10.0.2</tag>
26+
<tag>HEAD</tag>
2727
</scm>
2828

2929
<developers>

ayza-for-apache4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.hakky54</groupId>
77
<artifactId>ayza-parent</artifactId>
8-
<version>10.0.2</version>
8+
<version>10.0.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>ayza-for-apache4</artifactId>

ayza-for-apache5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.hakky54</groupId>
77
<artifactId>ayza-parent</artifactId>
8-
<version>10.0.2</version>
8+
<version>10.0.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>ayza-for-apache5</artifactId>

ayza-for-jetty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.hakky54</groupId>
77
<artifactId>ayza-parent</artifactId>
8-
<version>10.0.2</version>
8+
<version>10.0.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>ayza-for-jetty</artifactId>

ayza-for-netty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.hakky54</groupId>
77
<artifactId>ayza-parent</artifactId>
8-
<version>10.0.2</version>
8+
<version>10.0.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>ayza-for-netty</artifactId>

ayza-for-pem/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.hakky54</groupId>
77
<artifactId>ayza-parent</artifactId>
8-
<version>10.0.2</version>
8+
<version>10.0.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>ayza-for-pem</artifactId>

ayza/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.hakky54</groupId>
77
<artifactId>ayza-parent</artifactId>
8-
<version>10.0.2</version>
8+
<version>10.0.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>ayza</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.hakky54</groupId>
77
<artifactId>ayza-bom</artifactId>
8-
<version>10.0.2</version>
8+
<version>10.0.3-SNAPSHOT</version>
99
<relativePath>./ayza-bom</relativePath>
1010
</parent>
1111

@@ -38,7 +38,7 @@
3838
<url>https://github.com/Hakky54/ayza</url>
3939
<connection>scm:git:git@github.com:Hakky54/ayza.git</connection>
4040
<developerConnection>scm:git:git@github.com:Hakky54/ayza.git</developerConnection>
41-
<tag>v10.0.2</tag>
41+
<tag>HEAD</tag>
4242
</scm>
4343

4444
<developers>

0 commit comments

Comments
 (0)