Skip to content

Commit 70f764f

Browse files
authored
2.2.3 Version bump (#18)
* Container.groovy * Renamed setCustomEnvVar to prepareCustomEnvVar, to stop loops and conform with other methods * pom.xml * Bumped jirainstancemanager 1.3.0 -> 1.3.5 * pom.xml * Added explicit/compile dependency for groovy-ant, needed for zip/unzip * pom.xml * Version bump
1 parent b484322 commit 70f764f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.eficode</groupId>
88
<artifactId>devstack</artifactId>
9-
<version>2.2.2-SNAPSHOT-groovy-${groovy.version}</version>
9+
<version>2.2.3-SNAPSHOT-groovy-${groovy.version}</version>
1010
<packaging>jar</packaging>
1111

1212
<name>DevStack</name>
@@ -31,6 +31,12 @@
3131
<!--version>3.0.11</version-->
3232
<version>${groovy.version}</version>
3333
</dependency>
34+
<!-- https://mvnrepository.com/artifact/org.codehaus.groovy/groovy-ant -->
35+
<dependency>
36+
<groupId>org.codehaus.groovy</groupId>
37+
<artifactId>groovy-ant</artifactId>
38+
<version>${groovy.version}</version>
39+
</dependency>
3440
<dependency>
3541
<groupId>org.spockframework</groupId>
3642
<artifactId>spock-core</artifactId>

0 commit comments

Comments
 (0)