Skip to content

Commit

Permalink
[maven-release-plugin] prepare release ijl-utilities-wrappers-0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoKiaru committed Oct 3, 2024
1 parent 8a0e1d2 commit cac7435
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 @@ -11,7 +11,7 @@

<groupId>ch.epfl.biop</groupId>
<artifactId>ijl-utilities-wrappers</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>

<name>Wrappers for native shell task execution + ROIs and images conversion</name>
<description>Wrappers for ImageJ: Elastix, Transformix, Ilastik (add next here). </description>
Expand Down Expand Up @@ -107,7 +107,7 @@
<connection>scm:git:https://github.com/BIOP/ijl-utilities-wrappers</connection>
<developerConnection>scm:git:[email protected]:BIOP/ijl-utilities-wrappers</developerConnection>
<url>https://github.com/BIOP/ijl-utilities-wrappers</url>
<tag>HEAD</tag>
<tag>ijl-utilities-wrappers-0.10.1</tag>
</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
#Thu Oct 03 10:11:31 CEST 2024
completedPhase=end-release
exec.activateProfiles=deploy-to-scijava
exec.additionalArguments=-Dgpg.skip\=true
exec.pomFileName=pom.xml
exec.snapshotReleasePluginAllowed=false
pinExternals=false
preparationGoals=clean verify
project.dev.ch.epfl.biop\:ijl-utilities-wrappers=0.10.2-SNAPSHOT
project.rel.ch.epfl.biop\:ijl-utilities-wrappers=0.10.1
project.scm.ch.epfl.biop\:ijl-utilities-wrappers.connection=scm\:git\:https\://github.com/BIOP/ijl-utilities-wrappers
project.scm.ch.epfl.biop\:ijl-utilities-wrappers.developerConnection=scm\:git\:[email protected]\:BIOP/ijl-utilities-wrappers
project.scm.ch.epfl.biop\:ijl-utilities-wrappers.tag=HEAD
project.scm.ch.epfl.biop\:ijl-utilities-wrappers.url=https\://github.com/BIOP/ijl-utilities-wrappers
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
projectVersionPolicyId=default
pushChanges=false
releaseStrategyId=default
remoteTagging=true
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
scm.commentPrefix=[maven-release-plugin]
scm.developmentCommitComment=@{prefix} prepare for next development iteration
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
scm.tag=ijl-utilities-wrappers-0.10.1
scm.tagNameFormat=@{project.artifactId}-@{project.version}
scm.url=scm\:git\:https\://github.com/BIOP/ijl-utilities-wrappers

0 comments on commit cac7435

Please sign in to comment.