Skip to content

Commit

Permalink
2.3.6 (#26)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
farthinder authored Sep 19, 2023
1 parent 4182c39 commit c363879
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.eficode</groupId>
<artifactId>devstack</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.3.6-SNAPSHOT</version>
<packaging>jar</packaging>

<name>DevStack</name>
Expand Down Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>com.eficode.atlassian</groupId>
<artifactId>jirainstancemanager</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class JsmH2DeploymentTest extends DevStackSpec {
JsmH2Deployment jsmDep = new JsmH2Deployment(baseurl, dockerHost, certPath)


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

0 comments on commit c363879

Please sign in to comment.