Skip to content

Commit 2309a57

Browse files
author
poornachandra
authored
Merge pull request #4 from data-integrations/feature/cdap-5.1-compat
Update directive to work with CDAP 5.1.2
2 parents 30865f7 + 8bb6909 commit 2309a57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.example</groupId>
88
<artifactId>simple-udds</artifactId>
99
<name>Simple User Defined Directives</name>
10-
<version>1.0-SNAPSHOT</version>
10+
<version>1.0.1</version>
1111
<packaging>jar</packaging>
1212

1313
<properties>
@@ -16,7 +16,7 @@
1616
<docs.dir>docs</docs.dir>
1717
<!-- this is here because project.basedir evaluates to null in the script build step -->
1818
<main.basedir>${project.basedir}</main.basedir>
19-
<cdap.version>4.3.1</cdap.version>
19+
<cdap.version>5.1.2</cdap.version>
2020
<wrangler.version>3.0.1</wrangler.version>
2121
<commons.codec.version>1.10</commons.codec.version>
2222
<junit.version>4.12</junit.version>
@@ -144,7 +144,7 @@
144144
<version>1.0.1</version>
145145
<configuration>
146146
<cdapArtifacts>
147-
<parent>system:wrangler-transform[3.0.0,10.0.0)</parent>
147+
<parent>system:wrangler-transform[3.2.0,4.0.0-SNAPSHOT)</parent>
148148
</cdapArtifacts>
149149
</configuration>
150150
<executions>

0 commit comments

Comments
 (0)