Skip to content

Commit

Permalink
Merge pull request #705 from data-integrations/remove-snapshot
Browse files Browse the repository at this point in the history
Remove -SNAPSHOT for release/4.9
  • Loading branch information
adrikagupta authored Mar 6, 2024
2 parents 7bd4c86 + 429a732 commit 5428ce6
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 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.4-SNAPSHOT</version>
<version>4.9.4</version>
<name>Wrangler</name>
<packaging>pom</packaging>
<description>An interactive tool for data cleansing and transformation.</description>
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.4-SNAPSHOT</version>
<version>4.9.4</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.4-SNAPSHOT</version>
<version>4.9.4</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.4-SNAPSHOT</version>
<version>4.9.4</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.4-SNAPSHOT</version>
<version>4.9.4</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.4-SNAPSHOT</version>
<version>4.9.4</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.4-SNAPSHOT</version>
<version>4.9.4</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.4-SNAPSHOT</version>
<version>4.9.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 5428ce6

Please sign in to comment.