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
dmtkachenko committed Nov 1, 2024
1 parent e517acb commit 89b1993
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.folio</groupId>
<artifactId>folio-module-sidecar</artifactId>
<version>2.0.0</version>
<version>2.1.0-SNAPSHOT</version>
<description>A sidecar application responsible for Folio modules</description>
<packaging>jar</packaging>

Expand Down Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>org.folio</groupId>
<artifactId>folio-secret-store-common</artifactId>
<version>2.0.0</version>
<version>2.1.0-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>org.bouncycastle</groupId>
Expand All @@ -87,7 +87,7 @@
<dependency>
<groupId>org.folio</groupId>
<artifactId>folio-auth-openid</artifactId>
<version>2.0.0</version>
<version>2.1.0-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -594,6 +594,6 @@
<url>https://https://github.com/folio-org/folio-module-sidecar</url>
<connection>scm:git:git://github.com:folio-org/folio-module-sidecar.git</connection>
<developerConnection>scm:git:[email protected]:folio-org/folio-module-sidecar.git</developerConnection>
<tag>v2.0.0</tag>
<tag>HEAD</tag>
</scm>
</project>

0 comments on commit 89b1993

Please sign in to comment.