Skip to content

Commit

Permalink
Merge pull request #1183 from caskdata/feature/update-version-2.6.1
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
sreevatsanraman committed Jan 30, 2015
2 parents 1ea0a8e + ec73a61 commit 5f50746
Show file tree
Hide file tree
Showing 47 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion cdap-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>

<artifactId>cdap-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-app-fabric/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>

<artifactId>cdap-app-fabric</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-archetypes/cdap-app-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap-archetypes</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>

<artifactId>cdap-app-archetype</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<properties>
<app.main.class>${package}.HelloWorld</app.main.class>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cdap.version>2.6.0</cdap.version>
<cdap.version>2.6.1</cdap.version>
<slf4j.version>1.7.5</slf4j.version>
<guava.version>13.0.1</guava.version>
<junit.version>4.11</junit.version>
Expand Down
2 changes: 1 addition & 1 deletion cdap-archetypes/cdap-spark-java-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap-archetypes</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>

<artifactId>cdap-spark-java-archetype</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<app.main.class>${package}.SparkPageRankApp</app.main.class>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<cdap.version>2.6.0</cdap.version>
<cdap.version>2.6.1</cdap.version>
<spark.core.version>1.1.0</spark.core.version>
<slf4j.version>1.7.5</slf4j.version>
<guava.version>13.0.1</guava.version>
Expand Down
2 changes: 1 addition & 1 deletion cdap-archetypes/cdap-spark-scala-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap-archetypes</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>

<artifactId>cdap-spark-scala-archetype</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<app.main.class>${package}.SparkKMeansApp</app.main.class>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<cdap.version>2.6.0</cdap.version>
<cdap.version>2.6.1</cdap.version>
<spark.core.version>1.1.0</spark.core.version>
<slf4j.version>1.7.5</slf4j.version>
<guava.version>13.0.1</guava.version>
Expand Down
2 changes: 1 addition & 1 deletion cdap-archetypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>

<artifactId>cdap-archetypes</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-cli-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>cdap</artifactId>
<groupId>co.cask.cdap</groupId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cdap-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>

<artifactId>cdap-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-client-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ the License.
<parent>
<artifactId>cdap</artifactId>
<groupId>co.cask.cdap</groupId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>

<artifactId>cdap-client-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>

<artifactId>cdap-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-common-unit-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>

<artifactId>cdap-common-unit-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>

<artifactId>cdap-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-data-fabric-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>

<artifactId>cdap-data-fabric-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-data-fabric/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>

<artifactId>cdap-data-fabric</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-distributions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>

<artifactId>cdap-distributions</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-examples/CountRandom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>cdap-examples</artifactId>
<groupId>co.cask.cdap</groupId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cdap-examples/FileSetExample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>cdap-examples</artifactId>
<groupId>co.cask.cdap</groupId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cdap-examples/HelloWorld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>cdap-examples</artifactId>
<groupId>co.cask.cdap</groupId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cdap-examples/Purchase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>cdap-examples</artifactId>
<groupId>co.cask.cdap</groupId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions cdap-examples/SparkKMeans/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
<parent>
<artifactId>cdap-examples</artifactId>
<groupId>co.cask.cdap</groupId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>SparkKMeans</artifactId>

<properties>
<app.main.class>co.cask.cdap.examples.sparkkmeans.SparkKMeansApp</app.main.class>
<cdap.version>2.6.0</cdap.version>
<cdap.version>2.6.1</cdap.version>
</properties>

<repositories>
Expand Down
4 changes: 2 additions & 2 deletions cdap-examples/SparkPageRank/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>cdap-examples</artifactId>
<groupId>co.cask.cdap</groupId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>

<artifactId>SparkPageRank</artifactId>
Expand All @@ -30,7 +30,7 @@

<properties>
<app.main.class>co.cask.cdap.examples.sparkpagerank.SparkPageRankApp</app.main.class>
<cdap.version>2.6.0</cdap.version>
<cdap.version>2.6.1</cdap.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion cdap-examples/WebAnalytics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>cdap-examples</artifactId>
<groupId>co.cask.cdap</groupId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cdap-examples/WordCount/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>cdap-examples</artifactId>
<groupId>co.cask.cdap</groupId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cdap-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>

<artifactId>cdap-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-explore-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>

<artifactId>cdap-explore-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-explore-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>

<artifactId>cdap-explore-jdbc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-explore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>

<artifactId>cdap-explore</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>

<artifactId>cdap-gateway</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-hbase-compat-0.94/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>

<artifactId>cdap-hbase-compat-0.94</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-hbase-compat-0.96/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>

<artifactId>cdap-hbase-compat-0.96</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-hbase-compat-0.98/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>

<artifactId>cdap-hbase-compat-0.98</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>

<artifactId>cdap-kafka</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>

<artifactId>cdap-master</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-proto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>

<artifactId>cdap-proto</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-security-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>cdap</artifactId>
<groupId>co.cask.cdap</groupId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cdap-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>

<artifactId>cdap-security</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion cdap-unit-test-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>cdap</artifactId>
<groupId>co.cask.cdap</groupId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cdap-unit-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</parent>

<artifactId>cdap-unit-test</artifactId>
Expand Down
Loading

0 comments on commit 5f50746

Please sign in to comment.