Skip to content

Commit

Permalink
Prepare 0.6.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zhicwu committed Jul 15, 2017
1 parent 8779c7a commit 9d62990
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ the following Maven dependency:
<dependency>
<groupId>com.github.zhicwu</groupId>
<artifactId>cassandra-jdbc-driver</artifactId>
<version>0.6.1</version>
<version>0.6.4</version>
<!-- comment out the classifier if you don't need shaded jar -->
<classifier>shaded</classifier>
</dependency>
Expand Down Expand Up @@ -165,6 +165,8 @@ before sending the query to JDBC driver.
$ mvn -Prelease notice:generate
$ mvn license:format
$ mvn clean package
$ mvn -Dsurefires.groups=base,server -Prelease verify
$ mvn -Prelease deploy
```

## TODOs
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<shade-plugin.version>2.4.3</shade-plugin.version>
<surefire-plugin.version>2.20</surefire-plugin.version>
<nexus-plugin.version>1.6.3</nexus-plugin.version>
<surefire.groups>base</surefire.groups>
<shade.base>com.github.cassandra.jdbc.internal</shade.base>
</properties>
<licenses>
Expand Down Expand Up @@ -189,6 +190,7 @@
<executions>
<execution>
<id>attach-javadocs</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
Expand Down Expand Up @@ -313,6 +315,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefire-plugin.version}</version>
<configuration>
<groups>${surefire.groups}</groups>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 9d62990

Please sign in to comment.