We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4963d commit bd5fe41Copy full SHA for bd5fe41
pom.xml
@@ -22,7 +22,7 @@
22
23
<groupId>co.cask.plugins</groupId>
24
<artifactId>condition-plugins</artifactId>
25
- <version>1.1.0</version>
+ <version>1.2.0-SNAPSHOT</version>
26
<name>Condition Plugin</name>
27
<description>A plugin for making control flow decision within a pipeline</description>
28
<packaging>jar</packaging>
@@ -59,7 +59,7 @@
59
60
<properties>
61
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
62
- <cdap.version>5.0.0</cdap.version>
+ <cdap.version>5.1.0-SNAPSHOT</cdap.version>
63
<junit.version>4.11</junit.version>
64
<guava.version>13.0.1</guava.version>
65
<commons-jexl.version>3.0</commons-jexl.version>
0 commit comments