Skip to content

Commit 523c699

Browse files
authored
Merge pull request #259 from data-integrations/feature/drop-snap
Drop snapshot
2 parents 69dc632 + 3c02549 commit 523c699

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>co.cask.wrangler</groupId>
2121
<artifactId>wrangler</artifactId>
22-
<version>3.2.0-SNAPSHOT</version>
22+
<version>3.2.0</version>
2323
<name>Wrangler</name>
2424
<packaging>pom</packaging>
2525
<description>An interactive tool for data cleansing and transformation.</description>
@@ -79,7 +79,7 @@
7979

8080
<properties>
8181
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
82-
<cdap.version>5.1.0-SNAPSHOT</cdap.version>
82+
<cdap.version>5.1.0</cdap.version>
8383
<commons-jexl.version>3.0</commons-jexl.version>
8484
<commons-csv.version>1.4</commons-csv.version>
8585
<commons-lang.version>2.6</commons-lang.version>

wrangler-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>wrangler</artifactId>
2020
<groupId>co.cask.wrangler</groupId>
21-
<version>3.2.0-SNAPSHOT</version>
21+
<version>3.2.0</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

wrangler-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>wrangler</artifactId>
2020
<groupId>co.cask.wrangler</groupId>
21-
<version>3.2.0-SNAPSHOT</version>
21+
<version>3.2.0</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

wrangler-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>wrangler</artifactId>
2020
<groupId>co.cask.wrangler</groupId>
21-
<version>3.2.0-SNAPSHOT</version>
21+
<version>3.2.0</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

wrangler-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>wrangler</artifactId>
2121
<groupId>co.cask.wrangler</groupId>
22-
<version>3.2.0-SNAPSHOT</version>
22+
<version>3.2.0</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

wrangler-transform/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>wrangler</artifactId>
55
<groupId>co.cask.wrangler</groupId>
6-
<version>3.2.0-SNAPSHOT</version>
6+
<version>3.2.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -110,9 +110,9 @@
110110
<version>1.0.1</version>
111111
<configuration>
112112
<cdapArtifacts>
113-
<parent>system:cdap-data-pipeline[5.0.0,6.0.0-SNAPSHOT)</parent>
114-
<parent>system:cdap-data-streams[5.0.0,6.0.0-SNAPSHOT)</parent>
115-
<parent>system:mmds-app[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</parent>
113+
<parent>system:cdap-data-pipeline[5.1.0,6.0.0-SNAPSHOT)</parent>
114+
<parent>system:cdap-data-streams[5.1.0,6.0.0-SNAPSHOT)</parent>
115+
<parent>system:mmds-app[1.1.0-SNAPSHOT,2.0.0-SNAPSHOT)</parent>
116116
</cdapArtifacts>
117117
</configuration>
118118
<executions>

0 commit comments

Comments
 (0)