Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
steinarb committed Nov 5, 2023
1 parent 8553093 commit c5fff29
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion jacoco-coverage-report/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>no.priv.bang.servlet</groupId>
<artifactId>servlet-parent</artifactId>
<version>1.6.9</version>
<version>1.6.10-SNAPSHOT</version>
</parent>
<artifactId>jacoco-coverage-report</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -21,7 +21,7 @@
</parent>
<groupId>no.priv.bang.servlet</groupId>
<artifactId>servlet-parent</artifactId>
<version>1.6.9</version>
<version>1.6.10-SNAPSHOT</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -135,7 +135,7 @@
<scm>
<url>https://github.com/steinarb/servlet</url>
<connection>scm:git:https://github.com/steinarb/servlet.git</connection>
<tag>servlet-1.6.9</tag>
<tag>HEAD</tag>
</scm>

<issueManagement>
Expand Down
10 changes: 5 additions & 5 deletions servlet-bom/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>no.priv.bang.servlet</groupId>
<artifactId>servlet-parent</artifactId>
<version>1.6.9</version>
<version>1.6.10-SNAPSHOT</version>
</parent>
<artifactId>servlet-bom</artifactId>
<packaging>pom</packaging>
Expand All @@ -30,24 +30,24 @@
<dependency>
<groupId>no.priv.bang.servlet</groupId>
<artifactId>servlet.frontend</artifactId>
<version>1.6.9</version>
<version>1.6.10-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>no.priv.bang.servlet</groupId>
<artifactId>servlet.frontend</artifactId>
<version>1.6.9</version>
<version>1.6.10-SNAPSHOT</version>
<type>xml</type>
<classifier>features</classifier>
</dependency>
<dependency>
<groupId>no.priv.bang.servlet</groupId>
<artifactId>servlet.jersey</artifactId>
<version>1.6.9</version>
<version>1.6.10-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>no.priv.bang.servlet</groupId>
<artifactId>servlet.jersey</artifactId>
<version>1.6.9</version>
<version>1.6.10-SNAPSHOT</version>
<type>xml</type>
<classifier>features</classifier>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions servlet/pom.xml
Expand Up @@ -17,11 +17,11 @@
<parent>
<groupId>no.priv.bang.servlet</groupId>
<artifactId>servlet-parent</artifactId>
<version>1.6.9</version>
<version>1.6.10-SNAPSHOT</version>
</parent>
<groupId>no.priv.bang.servlet</groupId>
<artifactId>servlet</artifactId>
<version>1.6.9</version>
<version>1.6.10-SNAPSHOT</version>

<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion servlet/servlet.frontend/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>no.priv.bang.servlet</groupId>
<artifactId>servlet</artifactId>
<version>1.6.9</version>
<version>1.6.10-SNAPSHOT</version>
</parent>
<artifactId>servlet.frontend</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion servlet/servlet.jersey/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>no.priv.bang.servlet</groupId>
<artifactId>servlet</artifactId>
<version>1.6.9</version>
<version>1.6.10-SNAPSHOT</version>
</parent>
<artifactId>servlet.jersey</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion servlet/servlet.tests/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>no.priv.bang.servlet</groupId>
<artifactId>servlet</artifactId>
<version>1.6.9</version>
<version>1.6.10-SNAPSHOT</version>
</parent>
<artifactId>servlet.tests</artifactId>

Expand Down

0 comments on commit c5fff29

Please sign in to comment.