Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olim7t committed Jun 26, 2017
1 parent 0c909d9 commit f3656c8
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion driver-core/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.datastax.cassandra</groupId>
<artifactId>cassandra-driver-parent</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>cassandra-driver-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion driver-dist/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.datastax.cassandra</groupId>
<artifactId>cassandra-driver-parent</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>cassandra-driver-dist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion driver-examples/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.datastax.cassandra</groupId>
<artifactId>cassandra-driver-parent</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>cassandra-driver-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion driver-extras/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.datastax.cassandra</groupId>
<artifactId>cassandra-driver-parent</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>cassandra-driver-extras</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion driver-mapping/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.datastax.cassandra</groupId>
<artifactId>cassandra-driver-parent</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>cassandra-driver-mapping</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion driver-tests/osgi/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.datastax.cassandra</groupId>
<artifactId>cassandra-driver-tests-parent</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>cassandra-driver-tests-osgi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion driver-tests/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.datastax.cassandra</groupId>
<artifactId>cassandra-driver-parent</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>cassandra-driver-tests-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion driver-tests/stress/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.datastax.cassandra</groupId>
<artifactId>cassandra-driver-tests-parent</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>cassandra-driver-tests-stress</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -21,7 +21,7 @@

<groupId>com.datastax.cassandra</groupId>
<artifactId>cassandra-driver-parent</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
<packaging>pom</packaging>
<name>DataStax Java Driver for Apache Cassandra</name>
<description>
Expand Down Expand Up @@ -843,7 +843,7 @@ limitations under the License.
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down Expand Up @@ -927,7 +927,7 @@ limitations under the License.
<!-- This requires includes to be explicitly specified by implementing classes.
This is needed to prevent creating a JVM fork for each test, even those that don't
have the isolated group. -->
<includes/>
<includes />
</configuration>
</plugin>
</plugins>
Expand Down Expand Up @@ -1069,7 +1069,7 @@ limitations under the License.
<connection>scm:git:git@github.com:datastax/java-driver.git</connection>
<developerConnection>scm:git:git@github.com:datastax/java-driver.git</developerConnection>
<url>https://github.com/datastax/java-driver</url>
<tag>HEAD</tag>
<tag>3.3.0</tag>
</scm>

<developers>
Expand Down

0 comments on commit f3656c8

Please sign in to comment.