Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
julianladisch committed Feb 20, 2024
1 parent c5921d4 commit 12e2359
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion okapi-common/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.folio.okapi</groupId>
<artifactId>okapi</artifactId>
<version>5.3.0-SNAPSHOT</version>
<version>5.2.1</version>
</parent>
<artifactId>okapi-common</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion okapi-core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.folio.okapi</groupId>
<artifactId>okapi</artifactId>
<version>5.3.0-SNAPSHOT</version>
<version>5.2.1</version>
</parent>
<artifactId>okapi-core</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion okapi-test-auth-module/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.folio.okapi</groupId>
<artifactId>okapi</artifactId>
<version>5.3.0-SNAPSHOT</version>
<version>5.2.1</version>
</parent>
<artifactId>okapi-test-auth-module</artifactId>
<name>okapi-test-auth-module</name>
Expand Down
2 changes: 1 addition & 1 deletion okapi-test-header-module/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.folio.okapi</groupId>
<artifactId>okapi</artifactId>
<version>5.3.0-SNAPSHOT</version>
<version>5.2.1</version>
</parent>

<artifactId>okapi-test-header-module</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion okapi-test-module/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.folio.okapi</groupId>
<artifactId>okapi</artifactId>
<version>5.3.0-SNAPSHOT</version>
<version>5.2.1</version>
</parent>

<artifactId>okapi-test-module</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion okapi-testing/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.folio.okapi</groupId>
<artifactId>okapi</artifactId>
<version>5.3.0-SNAPSHOT</version>
<version>5.2.1</version>
</parent>
<artifactId>okapi-testing</artifactId>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>org.folio.okapi</groupId>
<artifactId>okapi</artifactId>
<packaging>pom</packaging>
<version>5.3.0-SNAPSHOT</version>
<version>5.2.1</version>
<name>okapi</name>

<modules>
Expand Down Expand Up @@ -351,7 +351,7 @@
<url>https://github.com/folio-org/okapi</url>
<connection>scm:git:git://github.com/folio-org/okapi.git</connection>
<developerConnection>scm:git:git@github.com:folio-org/okapi.git</developerConnection>
<tag>HEAD</tag>
<tag>v5.2.1</tag>
</scm>

<repositories>
Expand Down

0 comments on commit 12e2359

Please sign in to comment.