Skip to content

Commit

Permalink
[maven-release-plugin] prepare release release-4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cowwoc committed Feb 19, 2024
1 parent ecd76fb commit 001521b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.cowwoc.pouch</groupId>
<artifactId>root</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.1</version>
</parent>
<artifactId>core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dropwizard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.cowwoc.pouch</groupId>
<artifactId>root</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.1</version>
</parent>
<artifactId>dropwizard</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jersey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.cowwoc.pouch</groupId>
<artifactId>root</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.1</version>
</parent>
<artifactId>jersey</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.cowwoc.pouch</groupId>
<artifactId>root</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.1</version>
<packaging>pom</packaging>
<name>pouch</name>
<description>An Inversion of Control design pattern</description>
Expand All @@ -21,7 +21,7 @@
<url>https://github.com/cowwoc/pouch/</url>
<connection>scm:git:https://github.com/cowwoc/pouch.git</connection>
<developerConnection>scm:git:https://github.com/cowwoc/pouch.git</developerConnection>
<tag>HEAD</tag>
<tag>release-4.1</tag>
</scm>

<developers>
Expand Down

0 comments on commit 001521b

Please sign in to comment.