Skip to content

Commit

Permalink
Merge pull request #14778 from cdapio/fix/remove-snapshot-release-6.8
Browse files Browse the repository at this point in the history
Remove snapshot from release/6.8
  • Loading branch information
vsethi09 authored Nov 29, 2022
2 parents 8393a04 + 29c4a60 commit d3f05f4
Show file tree
Hide file tree
Showing 90 changed files with 91 additions and 91 deletions.
2 changes: 1 addition & 1 deletion cdap-api-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</version>
</parent>

<artifactId>cdap-api-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-api-spark2_2.11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</version>
</parent>

<artifactId>cdap-api-spark2_2.11</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-api-spark3_2.12/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</version>
</parent>

<artifactId>cdap-api-spark3_2.12</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>io.cdap.cdap</groupId>
<artifactId>cdap</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</version>
</parent>

<artifactId>cdap-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-app-fabric-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>io.cdap.cdap</groupId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</version>
</parent>

<artifactId>cdap-app-fabric-tests</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>io.cdap.cdap</groupId>
<artifactId>cdap</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</version>
</parent>

<artifactId>cdap-app-fabric</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap-etl</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</version>
</parent>

<artifactId>cdap-data-pipeline2_2.11</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap-etl</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</version>
</parent>

<artifactId>cdap-data-pipeline3_2.12</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap-etl</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</version>
</parent>

<artifactId>cdap-data-streams2_2.11</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap-etl</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</version>
</parent>

<artifactId>cdap-data-streams3_2.12</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-app-templates/cdap-etl/cdap-etl-api-spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap-etl</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</version>
</parent>

<artifactId>cdap-etl-api-spark</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-app-templates/cdap-etl/cdap-etl-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap-etl</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</version>
</parent>

<artifactId>cdap-etl-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap-etl-archetypes</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</version>
</parent>

<artifactId>cdap-data-pipeline-plugins-archetype</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spark.version>2.3.1</spark.version>
<cdap.version>6.8.0-SNAPSHOT</cdap.version>
<cdap.version>6.8.0</cdap.version>
<hadoop.version>2.3.0</hadoop.version>
<!-- properties for script build step that creates the config files for the artifacts -->
<widgets.dir>widgets</widgets.dir>
Expand Down
2 changes: 1 addition & 1 deletion cdap-app-templates/cdap-etl/cdap-etl-archetypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap-etl</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</version>
</parent>

<artifactId>cdap-etl-archetypes</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-app-templates/cdap-etl/cdap-etl-batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap-etl</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</version>
</parent>

<artifactId>cdap-etl-batch</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-app-templates/cdap-etl/cdap-etl-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap-etl</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</version>
</parent>

<artifactId>cdap-etl-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-app-templates/cdap-etl/cdap-etl-proto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap-etl</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</version>
</parent>

<artifactId>cdap-etl-proto</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-app-templates/cdap-etl/cdap-etl-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap-etl</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</version>
</parent>

<artifactId>cdap-etl-tools</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap-etl</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</version>
</parent>

<artifactId>hydrator-spark-core2_2.11</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap-etl</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</version>
</parent>

<artifactId>hydrator-spark-core3_2.12</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-app-templates/cdap-etl/hydrator-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap-etl</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</version>
</parent>

<artifactId>hydrator-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-app-templates/cdap-etl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap-app-templates</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cdap-app-templates/cdap-program-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap-app-templates</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cdap-app-templates/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</version>
</parent>

<artifactId>cdap-app-templates</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-authenticator-ext-gcp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>cdap</artifactId>
<groupId>io.cdap.cdap</groupId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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>io.cdap.cdap</groupId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</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>io.cdap.cdap</groupId>
<artifactId>cdap</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</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>io.cdap.cdap</groupId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</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>io.cdap.cdap</groupId>
<artifactId>cdap</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</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>io.cdap.cdap</groupId>
<artifactId>cdap</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</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>io.cdap.cdap</groupId>
<artifactId>cdap</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</version>
</parent>

<artifactId>cdap-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>cdap</artifactId>
<groupId>io.cdap.cdap</groupId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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>io.cdap.cdap</groupId>
<artifactId>cdap</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</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>io.cdap.cdap</groupId>
<artifactId>cdap</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</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>io.cdap.cdap</groupId>
<artifactId>cdap</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</version>
</parent>

<artifactId>cdap-distributions</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-docs-gen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</version>
</parent>

<artifactId>cdap-docs-gen</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-e2e-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>cdap</artifactId>
<groupId>io.cdap.cdap</groupId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</version>
</parent>
<artifactId>cdap-e2e-tests</artifactId>
<name>CDAP E2E Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion cdap-elastic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</version>
</parent>

<artifactId>cdap-elastic</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdap-error-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>cdap</artifactId>
<groupId>io.cdap.cdap</groupId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cdap-event-writer-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</version>
</parent>

<artifactId>cdap-event-writer-spi</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>io.cdap.cdap</groupId>
<artifactId>cdap</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</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>io.cdap.cdap</groupId>
<artifactId>cdap</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</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>io.cdap.cdap</groupId>
<artifactId>cdap</artifactId>
<version>6.8.0-SNAPSHOT</version>
<version>6.8.0</version>
</parent>

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

0 comments on commit d3f05f4

Please sign in to comment.