Skip to content

Commit

Permalink
Merge pull request #106 from nla/bump-version
Browse files Browse the repository at this point in the history
Update pom.xml
  • Loading branch information
michael-james-smith authored Jul 26, 2023
2 parents ac637b1 + 397897e commit 2ce64fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
17 changes: 6 additions & 11 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
import au.gov.nla.pipeline.Git

final Git git = new Git(this)

if (git.isMasterBranch()) {
node("hammer") {
stage("Deploy to dev") {
sh "sudo jvmctl deploy dl-solr"
}
}
}
nlaBuild steps: this,
applicationName: "dl-solr",
deployToDev: true,
devHostname: "hoist",
deployToNexus: true,
ignoreSonar: true
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>au.gov.nla</groupId>
<artifactId>jelly-solr</artifactId>
<packaging>jar</packaging>
<version>2.11.0-SNAPSHOT</version>
<version>2.12.0-SNAPSHOT</version>
<name>jelly-solr</name>

<build>
Expand Down

0 comments on commit 2ce64fb

Please sign in to comment.