Skip to content

Commit cd1c082

Browse files
committed
Changing the version of POM file
1 parent 559848c commit cd1c082

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
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.0-SNAPSHOT</cdap.version>
20-
<wrangler.version>3.0.0-SNAPSHOT</wrangler.version>
19+
<cdap.version>4.3.1</cdap.version>
20+
<wrangler.version>3.0.0</wrangler.version>
2121
<commons.codec.version>1.10</commons.codec.version>
2222
<junit.version>4.12</junit.version>
2323
</properties>
@@ -39,7 +39,7 @@
3939
<id>sonatype</id>
4040
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
4141
</pluginRepository>
42-
</pluginRepositories>
42+
</pluginRepositories>
4343

4444
<dependencies>
4545
<!-- Core Dependencies -->
@@ -142,7 +142,7 @@
142142
<plugin>
143143
<groupId>co.cask</groupId>
144144
<artifactId>cdap-maven-plugin</artifactId>
145-
<version>1.0.0</version>
145+
<version>1.0.0-SNAPSHOT</version>
146146
<configuration>
147147
<cdapArtifacts>
148148
<parent>system:wrangler-transform[1.0.0-SNAPSHOT, 10.0.0-SNAPSHOT]</parent>

0 commit comments

Comments
 (0)