Skip to content

Commit 6a6bc2c

Browse files
authored
Merge pull request #277 from data-integrations/feature/bump-version-5.1.2
bump version 5.1.2
2 parents af86f06 + ee5c316 commit 6a6bc2c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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.1</version>
22+
<version>3.2.2</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.1</cdap.version>
82+
<cdap.version>5.1.2</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.1</version>
21+
<version>3.2.2</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.1</version>
21+
<version>3.2.2</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.1</version>
21+
<version>3.2.2</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.1</version>
22+
<version>3.2.2</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

wrangler-transform/pom.xml

Lines changed: 1 addition & 1 deletion
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.1</version>
6+
<version>3.2.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)