Skip to content

Commit c363879

Browse files
authored
2.3.6 (#26)
* TimeMachine.groovy * Added several helper set methods for different time/date classes pom.xml * pom.xml * Bumped to 2.3.6 * Bumped jirainstancemanager to 2.0.0
1 parent 4182c39 commit c363879

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
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.3.5-SNAPSHOT</version>
9+
<version>2.3.6-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<name>DevStack</name>
@@ -91,7 +91,7 @@
9191
<dependency>
9292
<groupId>com.eficode.atlassian</groupId>
9393
<artifactId>jirainstancemanager</artifactId>
94-
<version>1.4.0-SNAPSHOT</version>
94+
<version>2.0.0-SNAPSHOT</version>
9595
</dependency>
9696

9797

src/test/groovy/com/eficode/devstack/deployment/impl/JsmH2DeploymentTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class JsmH2DeploymentTest extends DevStackSpec {
3636
JsmH2Deployment jsmDep = new JsmH2Deployment(baseurl, dockerHost, certPath)
3737

3838

39-
jsmDep.setJiraLicense(new File(projectRoot.path + "/resources/jira/licenses/jsm.license"))
39+
jsmDep.setJiraLicense(new File(System.getProperty("user.home") + "/.licenses/jira/jsm.license").text)
4040
jsmDep.appsToInstall = [
4141
"https://marketplace.atlassian.com/download/apps/1211542/version/302030": ""
4242
]

0 commit comments

Comments
 (0)