Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 4.15.0-yb-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sfurti-yb committed Aug 9, 2023
1 parent eec8316 commit 0882ebf
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 22 deletions.
18 changes: 9 additions & 9 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.yugabyte</groupId>
<artifactId>java-driver-parent</artifactId>
<version>4.15.0-yb-1-SNAPSHOT</version>
<version>4.15.0-yb-1</version>
</parent>
<artifactId>java-driver-bom</artifactId>
<packaging>pom</packaging>
Expand All @@ -31,42 +31,42 @@
<dependency>
<groupId>com.yugabyte</groupId>
<artifactId>java-driver-core</artifactId>
<version>4.15.0-yb-1-SNAPSHOT</version>
<version>4.15.0-yb-1</version>
</dependency>
<dependency>
<groupId>com.yugabyte</groupId>
<artifactId>java-driver-core-shaded</artifactId>
<version>4.15.0-yb-1-SNAPSHOT</version>
<version>4.15.0-yb-1</version>
</dependency>
<dependency>
<groupId>com.yugabyte</groupId>
<artifactId>java-driver-mapper-processor</artifactId>
<version>4.15.0-yb-1-SNAPSHOT</version>
<version>4.15.0-yb-1</version>
</dependency>
<dependency>
<groupId>com.yugabyte</groupId>
<artifactId>java-driver-mapper-runtime</artifactId>
<version>4.15.0-yb-1-SNAPSHOT</version>
<version>4.15.0-yb-1</version>
</dependency>
<dependency>
<groupId>com.yugabyte</groupId>
<artifactId>java-driver-query-builder</artifactId>
<version>4.15.0-yb-1-SNAPSHOT</version>
<version>4.15.0-yb-1</version>
</dependency>
<dependency>
<groupId>com.yugabyte</groupId>
<artifactId>java-driver-test-infra</artifactId>
<version>4.15.0-yb-1-SNAPSHOT</version>
<version>4.15.0-yb-1</version>
</dependency>
<dependency>
<groupId>com.yugabyte</groupId>
<artifactId>java-driver-metrics-micrometer</artifactId>
<version>4.15.0-yb-1-SNAPSHOT</version>
<version>4.15.0-yb-1</version>
</dependency>
<dependency>
<groupId>com.yugabyte</groupId>
<artifactId>java-driver-metrics-microprofile</artifactId>
<version>4.15.0-yb-1-SNAPSHOT</version>
<version>4.15.0-yb-1</version>
</dependency>
<dependency>
<groupId>com.yugabyte</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.yugabyte</groupId>
<artifactId>java-driver-parent</artifactId>
<version>4.15.0-yb-1-SNAPSHOT</version>
<version>4.15.0-yb-1</version>
</parent>
<artifactId>java-driver-core-shaded</artifactId>
<name>DataStax Java driver for Apache Cassandra(R) - core with shaded deps</name>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.yugabyte</groupId>
<artifactId>java-driver-parent</artifactId>
<version>4.15.0-yb-1-SNAPSHOT</version>
<version>4.15.0-yb-1</version>
</parent>
<artifactId>java-driver-core</artifactId>
<!-- <packaging>bundle</packaging> -->
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.yugabyte</groupId>
<artifactId>java-driver-parent</artifactId>
<version>4.15.0-yb-1-SNAPSHOT</version>
<version>4.15.0-yb-1</version>
</parent>
<artifactId>java-driver-distribution</artifactId>
<!-- Should be pom but Javadoc generation requires a "classpath-capable" package -->
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>java-driver-parent</artifactId>
<groupId>com.yugabyte</groupId>
<version>4.15.0-yb-1-SNAPSHOT</version>
<version>4.15.0-yb-1</version>
</parent>
<artifactId>java-driver-examples</artifactId>
<name>DataStax Java driver for Apache Cassandra(R) - examples.</name>
Expand Down
2 changes: 1 addition & 1 deletion mapper-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.yugabyte</groupId>
<artifactId>java-driver-parent</artifactId>
<version>4.15.0-yb-1-SNAPSHOT</version>
<version>4.15.0-yb-1</version>
</parent>
<artifactId>java-driver-mapper-processor</artifactId>
<name>DataStax Java driver for Apache Cassandra(R) - object mapper processor</name>
Expand Down
2 changes: 1 addition & 1 deletion mapper-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.yugabyte</groupId>
<artifactId>java-driver-parent</artifactId>
<version>4.15.0-yb-1-SNAPSHOT</version>
<version>4.15.0-yb-1</version>
</parent>
<artifactId>java-driver-mapper-runtime</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion metrics/micrometer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.yugabyte</groupId>
<artifactId>java-driver-parent</artifactId>
<version>4.15.0-yb-1-SNAPSHOT</version>
<version>4.15.0-yb-1</version>
<relativePath>../../</relativePath>
</parent>
<artifactId>java-driver-metrics-micrometer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metrics/microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.yugabyte</groupId>
<artifactId>java-driver-parent</artifactId>
<version>4.15.0-yb-1-SNAPSHOT</version>
<version>4.15.0-yb-1</version>
<relativePath>../../</relativePath>
</parent>
<artifactId>java-driver-metrics-microprofile</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion osgi-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.yugabyte</groupId>
<artifactId>java-driver-parent</artifactId>
<version>4.15.0-yb-1-SNAPSHOT</version>
<version>4.15.0-yb-1</version>
</parent>
<artifactId>java-driver-osgi-tests</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 @@ -34,7 +34,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.yugabyte</groupId>
<artifactId>java-driver-parent</artifactId>
<version>4.15.0-yb-1-SNAPSHOT</version>
<version>4.15.0-yb-1</version>
<packaging>pom</packaging>
<name>Java Driver for YugaByteDB</name>
<description>Java Driver for YugaByteDB; derived from DataStax Java Driver for Apache Cassandra.</description>
Expand Down Expand Up @@ -955,7 +955,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<connection>scm:git:[email protected]:YugaByte/cassandra-java-driver.git</connection>
<developerConnection>scm:git:[email protected]:YugaByte/cassandra-java-driver.git</developerConnection>
<url>https://github.com/yugabyte/cassandra-java-driver</url>
<tag>4.15.0-yb-1-SNAPSHOT</tag>
<tag>4.15.0-yb-1</tag>
</scm>
<developers>
<developer>
Expand Down
2 changes: 1 addition & 1 deletion query-builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.yugabyte</groupId>
<artifactId>java-driver-parent</artifactId>
<version>4.15.0-yb-1-SNAPSHOT</version>
<version>4.15.0-yb-1</version>
</parent>
<artifactId>java-driver-query-builder</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion test-infra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.yugabyte</groupId>
<artifactId>java-driver-parent</artifactId>
<version>4.15.0-yb-1-SNAPSHOT</version>
<version>4.15.0-yb-1</version>
</parent>
<artifactId>java-driver-test-infra</artifactId>
<packaging>bundle</packaging>
Expand Down

0 comments on commit 0882ebf

Please sign in to comment.