Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mobie-io-3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tischi committed Jun 7, 2024
1 parent 6b841cb commit a6a1c05
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>org.embl.mobie</groupId>
<artifactId>mobie-io</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>

<!-- ../scijava-scripts/release-version.sh - -skip-version-check - -skip-license-update -->
<!-- mvn clean install -Dmaven.test.skip=true -->
Expand Down Expand Up @@ -83,7 +83,7 @@
<scm>
<connection>scm:git:https://github.com/mobie/mobie-io</connection>
<developerConnection>scm:git:git@github.com:mobie/mobie-io</developerConnection>
<tag>HEAD</tag>
<tag>mobie-io-3.0.1</tag>
<url>https://github.com/mobie/mobie-io</url>
</scm>
<issueManagement>
Expand Down
28 changes: 28 additions & 0 deletions release.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#release configuration
#Fri Jun 07 11:47:18 CEST 2024
scm.commentPrefix=[maven-release-plugin]
exec.pomFileName=pom.xml
pushChanges=false
releaseStrategyId=default
project.scm.org.embl.mobie\:mobie-io.developerConnection=scm\:git\:git@github.com\:mobie/mobie-io
project.scm.org.embl.mobie\:mobie-io.url=https\://github.com/mobie/mobie-io
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
scm.tag=mobie-io-3.0.1
project.scm.org.embl.mobie\:mobie-io.connection=scm\:git\:https\://github.com/mobie/mobie-io
remoteTagging=true
project.dev.org.embl.mobie\:mobie-io=3.0.2-SNAPSHOT
exec.additionalArguments=-Dgpg.skip\=true
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
projectVersionPolicyId=default
scm.url=scm\:git\:https\://github.com/mobie/mobie-io
scm.tagNameFormat=@{project.artifactId}-@{project.version}
pinExternals=false
preparationGoals=clean verify
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
exec.snapshotReleasePluginAllowed=false
exec.activateProfiles=deploy-to-scijava
scm.developmentCommitComment=@{prefix} prepare for next development iteration
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
project.rel.org.embl.mobie\:mobie-io=3.0.1
completedPhase=end-release
project.scm.org.embl.mobie\:mobie-io.tag=HEAD

0 comments on commit a6a1c05

Please sign in to comment.