Skip to content

Commit

Permalink
Merge pull request #780 from shintasmith/cass_mvn_plugin
Browse files Browse the repository at this point in the history
update cassandra-maven-plugin to v 2.1.7-1
  • Loading branch information
shintasmith committed Feb 1, 2017
2 parents 93e75dc + 9fd2e8b commit 53978b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cache:
install: true

script:
- mvn clean install -Pcassandra-2.0 -Dmaven.javadoc.skip --quiet
- mvn clean install -Dmaven.javadoc.skip --quiet

after_success:
- mvn package -P all-modules dependency:resolve -Dmaven.test.skip -Dmaven.javadoc.skip -Dcassandra.skip
Expand Down
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# CHANGES

## IN PROGRESS
* Updated to using cassandra-maven-plugin v2.1.7-1
* Removed String and Boolean support
* Removed caching of metrics Type in metrics_metadata Column Family and MetadataCache
* Closed idle connection with no inbound traffic after HTTP_CONNECTION_READ_IDLE_TIME_SECONDS
Expand Down
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<!-- Used to locate the profile specific configuration file. -->
<build.profile.id>dev</build.profile.id>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cassandra.plugin.version>2.0.0-1</cassandra.plugin.version>
<cassandra.plugin.version>2.1.7-1</cassandra.plugin.version>
<cassandra.listenAddress>127.0.0.1</cassandra.listenAddress>
<cassandra.skip>true</cassandra.skip>
<skip.integration.tests>false</skip.integration.tests>
Expand Down Expand Up @@ -270,6 +270,8 @@
<cassandraDir>/tmp/bf-cassandra-${cassandra.plugin.version}-${maven.build.timestamp}/</cassandraDir>
<loadFailureIgnore>false</loadFailureIgnore>
<startNativeTransport>true</startNativeTransport>
<script>${project.basedir}/src/cassandra/cli/load.cdl</script>
<cqlVersion>3.0.0</cqlVersion>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 53978b9

Please sign in to comment.