Skip to content

Commit

Permalink
[maven-release-plugin] prepare release saalfx-0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhulbert committed Jul 27, 2023
1 parent f164350 commit 36897a2
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 @@ -10,7 +10,7 @@

<groupId>org.janelia.saalfeldlab</groupId>
<artifactId>saalfx</artifactId>
<version>0.6.2-SNAPSHOT</version>
<version>0.7.0</version>

<name>Saal FX</name>
<description>Saalfeld lab JavaFX tools and extensions</description>
Expand Down Expand Up @@ -110,7 +110,7 @@
<scm>
<connection>scm:git:git://github.com/saalfeldlab/saalfx</connection>
<developerConnection>scm:git:[email protected]:saalfeldlab/saalfx.git</developerConnection>
<tag>HEAD</tag>
<tag>saalfx-0.7.0</tag>
<url>https://github.com/saalfeldlab/saalfx</url>
</scm>

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 Jul 27 15:38:58 EDT 2023
projectVersionPolicyId=default
project.scm.org.janelia.saalfeldlab\:saalfx.developerConnection=scm\:git\:[email protected]\:saalfeldlab/saalfx.git
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
pinExternals=false
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
project.rel.org.janelia.saalfeldlab\:saalfx=0.7.0
exec.activateProfiles=deploy-to-scijava
pushChanges=false
project.dev.org.janelia.saalfeldlab\:saalfx=0.7.1-SNAPSHOT
project.scm.org.janelia.saalfeldlab\:saalfx.tag=HEAD
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
remoteTagging=true
scm.commentPrefix=[maven-release-plugin]
releaseStrategyId=default
completedPhase=end-release
scm.url=scm\:git\:https\://github.com/saalfeldlab/saalfx.git
scm.developmentCommitComment=@{prefix} prepare for next development iteration
exec.additionalArguments=-Dgpg.skip\=true
scm.tagNameFormat=@{project.artifactId}-@{project.version}
project.scm.org.janelia.saalfeldlab\:saalfx.connection=scm\:git\:git\://github.com/saalfeldlab/saalfx
project.scm.org.janelia.saalfeldlab\:saalfx.url=https\://github.com/saalfeldlab/saalfx
scm.tag=saalfx-0.7.0
exec.snapshotReleasePluginAllowed=false
preparationGoals=clean verify
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
exec.pomFileName=pom.xml

0 comments on commit 36897a2

Please sign in to comment.