Skip to content

Commit

Permalink
Merge pull request #659 from data-integrations/release-remove-snapsho…
Browse files Browse the repository at this point in the history
…t-692

[RELEASE-6.9.2] Remove SNAPSHOTs
  • Loading branch information
dli357 authored Aug 30, 2023
2 parents 2d4c510 + 862191b commit 60a820b
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>io.cdap.wrangler</groupId>
<artifactId>wrangler</artifactId>
<version>4.9.2-SNAPSHOT</version>
<version>4.9.2</version>
<name>Wrangler</name>
<packaging>pom</packaging>
<description>An interactive tool for data cleansing and transformation.</description>
Expand Down Expand Up @@ -83,7 +83,7 @@
<aws.sdk.version>1.11.133</aws.sdk.version>
<bigquery.connector.hadoop2.version>0.10.2-hadoop2</bigquery.connector.hadoop2.version>
<bouncycastle.version>1.56</bouncycastle.version>
<cdap.version>6.9.1-SNAPSHOT</cdap.version>
<cdap.version>6.9.2</cdap.version>
<chlorine.version>1.1.5</chlorine.version>
<commons.validator.version>1.6</commons.validator.version>
<commons-io.version>2.5</commons-io.version>
Expand Down
2 changes: 1 addition & 1 deletion wrangler-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>wrangler</artifactId>
<groupId>io.cdap.wrangler</groupId>
<version>4.9.2-SNAPSHOT</version>
<version>4.9.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

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

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

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

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

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

Expand Down

0 comments on commit 60a820b

Please sign in to comment.