Skip to content

Commit

Permalink
[maven-release-plugin] prepare release ijl-utilities-wrappers-0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
romainGuiet committed Aug 31, 2022
1 parent cc77335 commit 511be0c
Show file tree
Hide file tree
Showing 2 changed files with 21 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.6.1-SNAPSHOT</version>
<version>0.7.0</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.7.0</tag>
</scm>

<issueManagement>
Expand Down
19 changes: 19 additions & 0 deletions release.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#release configuration
#Wed Aug 31 14:59:07 CEST 2022
scm.tagNameFormat=@{project.artifactId}-@{project.version}
scm.tag=ijl-utilities-wrappers-0.7.0
pushChanges=false
scm.url=scm\:git\:https\://github.com/BIOP/ijl-utilities-wrappers
preparationGoals=clean verify
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
project.scm.ch.epfl.biop\:ijl-utilities-wrappers.developerConnection=scm\:git\:[email protected]\:BIOP/ijl-utilities-wrappers
project.dev.ch.epfl.biop\:ijl-utilities-wrappers=0.7.1-SNAPSHOT
remoteTagging=true
projectVersionPolicyId=default
scm.commentPrefix=[maven-release-plugin]
project.scm.ch.epfl.biop\:ijl-utilities-wrappers.connection=scm\:git\:https\://github.com/BIOP/ijl-utilities-wrappers
project.rel.ch.epfl.biop\:ijl-utilities-wrappers=0.7.0
exec.snapshotReleasePluginAllowed=false
exec.additionalArguments=-Dgpg.skip\=true -P deploy-to-scijava
completedPhase=end-release

0 comments on commit 511be0c

Please sign in to comment.