Skip to content

Commit

Permalink
Merge pull request #715 from data-integrations/remove-snapshot-6-10-1
Browse files Browse the repository at this point in the history
Remove Snapshots for 6.10.1
  • Loading branch information
samdgupi authored May 14, 2024
2 parents 5711f91 + b1e1729 commit b31fe4c
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.10.1-SNAPSHOT</version>
<version>4.10.1</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.10.1-SNAPSHOT</cdap.version>
<cdap.version>6.10.1</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.10.1-SNAPSHOT</version>
<version>4.10.1</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.10.1-SNAPSHOT</version>
<version>4.10.1</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.10.1-SNAPSHOT</version>
<version>4.10.1</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.10.1-SNAPSHOT</version>
<version>4.10.1</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.10.1-SNAPSHOT</version>
<version>4.10.1</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.10.1-SNAPSHOT</version>
<version>4.10.1</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.10.1-SNAPSHOT</version>
<version>4.10.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit b31fe4c

Please sign in to comment.