Skip to content

Commit

Permalink
[maven-release-plugin] prepare release spring-data-yugabytedb-2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nmalladi committed Aug 30, 2021
1 parent 386c31e commit 547de72
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.yugabyte</groupId>
<artifactId>spring-data-yugabytedb</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
<packaging>pom</packaging>

<name>Spring Data Yugabyte</name>
Expand Down Expand Up @@ -50,7 +50,7 @@
<connection>scm:git:[email protected]:yugabyte/spring-data-yugabytedb.git</connection>
<developerConnection>scm:git:[email protected]:yugabyte/spring-data-yugabytedb.git</developerConnection>
<url>https://github.com/yugabyte/spring-data-yugabytedb</url>
<tag>2.3.0</tag>
<tag>spring-data-yugabytedb-2.3.0</tag>
</scm>

<distributionManagement>
Expand Down
4 changes: 2 additions & 2 deletions spring-data-yugabytedb-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</parent>
<groupId>com.yugabyte</groupId>
<artifactId>spring-data-yugabytedb-parent</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
<packaging>pom</packaging>

<name>Spring Data Relational Parent</name>
Expand Down Expand Up @@ -225,7 +225,7 @@
<connection>scm:git:[email protected]:yugabyte/spring-data-yugabytedb.git</connection>
<developerConnection>scm:git:[email protected]:yugabyte/spring-data-yugabytedb.git</developerConnection>
<url>https://github.com/yugabyte/spring-data-yugabytedb</url>
<tag>2.3.0</tag>
<tag>spring-data-yugabytedb-2.3.0</tag>
</scm>

<distributionManagement>
Expand Down
4 changes: 2 additions & 2 deletions spring-data-yugabytedb-ysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.yugabyte</groupId>
<artifactId>spring-data-yugabytedb-parent</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
<relativePath>../spring-data-yugabytedb-parent/pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -65,7 +65,7 @@
<connection>scm:git:[email protected]:yugabyte/spring-data-yugabytedb.git</connection>
<developerConnection>scm:git:[email protected]:yugabyte/spring-data-yugabytedb.git</developerConnection>
<url>https://github.com/yugabyte/spring-data-yugabytedb</url>
<tag>2.3.0</tag>
<tag>spring-data-yugabytedb-2.3.0</tag>
</scm>

</project>

0 comments on commit 547de72

Please sign in to comment.