Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alb3rtino committed May 19, 2022
1 parent 15c962c commit 8f2effa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mod-erm-usage-counter-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>mod-erm-usage-counter</artifactId>
<groupId>org.olf</groupId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion mod-erm-usage-counter41/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.olf</groupId>
<artifactId>mod-erm-usage-counter</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.4</version>
</parent>

<artifactId>mod-erm-usage-counter41</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mod-erm-usage-counter50/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>mod-erm-usage-counter</artifactId>
<groupId>org.olf</groupId>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.olf</groupId>
<artifactId>mod-erm-usage-counter</artifactId>
<packaging>pom</packaging>
<version>2.2.4-SNAPSHOT</version>
<version>2.2.4</version>
<modules>
<module>mod-erm-usage-counter41</module>
<module>mod-erm-usage-counter50</module>
Expand Down Expand Up @@ -154,7 +154,7 @@
<connection>scm:git:git://github.com/folio-org/${project.artifactId}.git</connection>
<developerConnection>scm:git:git@github.com:folio-org/${project.artifactId}.git
</developerConnection>
<tag>HEAD</tag>
<tag>v2.2.4</tag>
</scm>

</project>

0 comments on commit 8f2effa

Please sign in to comment.