Skip to content

Commit

Permalink
Merge pull request #3173 from caskdata/hotfix/update-to-2.8.2
Browse files Browse the repository at this point in the history
Updating version to 2.8.2
  • Loading branch information
sreevatsan raman committed Jul 15, 2015
2 parents f883ff5 + f87db96 commit 4446b55
Show file tree
Hide file tree
Showing 54 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion cdap-adapters/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.8.1</version>
<version>2.8.2</version>
</parent>

<artifactId>cdap-adapters</artifactId>
Expand Down
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.8.1</version>
<version>2.8.2</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.8.1</version>
<version>2.8.2</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.8.1</version>
<version>2.8.2</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.8.1</cdap.version>
<cdap.version>2.8.2</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.8.1</version>
<version>2.8.2</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.8.1</cdap.version>
<cdap.version>2.8.2</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.8.1</version>
<version>2.8.2</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.8.1</cdap.version>
<cdap.version>2.8.2</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.8.1</version>
<version>2.8.2</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.8.1</version>
<version>2.8.2</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.8.1</version>
<version>2.8.2</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.8.1</version>
<version>2.8.2</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.8.1</version>
<version>2.8.2</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.8.1</version>
<version>2.8.2</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.8.1</version>
<version>2.8.2</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.8.1</version>
<version>2.8.2</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.8.1</version>
<version>2.8.2</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.8.1</version>
<version>2.8.2</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.8.1</version>
<version>2.8.2</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.8.1</version>
<version>2.8.2</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.8.1</version>
<version>2.8.2</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.8.1</version>
<version>2.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

Expand Down
2 changes: 1 addition & 1 deletion 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.8.1</version>
<version>2.8.2</version>
</parent>

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

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

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

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.8.1</version>
<version>2.8.2</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.8.1</version>
<version>2.8.2</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.8.1</version>
<version>2.8.2</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.8.1</version>
<version>2.8.2</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.8.1</version>
<version>2.8.2</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.8.1</version>
<version>2.8.2</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.8.1</version>
<version>2.8.2</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.8.1</version>
<version>2.8.2</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.8.1</version>
<version>2.8.2</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.8.1</version>
<version>2.8.2</version>
</parent>

<artifactId>cdap-hbase-compat-0.98</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-integration-test/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.8.1</version>
<version>2.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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.8.1</version>
<version>2.8.2</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.8.1</version>
<version>2.8.2</version>
</parent>

<artifactId>cdap-master</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-notifications-api/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.8.1</version>
<version>2.8.2</version>
</parent>

<artifactId>cdap-notifications-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-notifications/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.8.1</version>
<version>2.8.2</version>
</parent>

<artifactId>cdap-notifications</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.8.1</version>
<version>2.8.2</version>
</parent>

<artifactId>cdap-proto</artifactId>
Expand Down
Loading

0 comments on commit 4446b55

Please sign in to comment.