Skip to content

Commit

Permalink
[maven-release-plugin] prepare release pom-scijava-38.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Jul 8, 2024
1 parent 9cd51cb commit 1599afb
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 @@
</parent>

<artifactId>pom-scijava</artifactId>
<version>38.0.1-SNAPSHOT</version>
<version>38.0.1</version>
<packaging>pom</packaging>

<name>SciJava Parent POM</name>
Expand Down Expand Up @@ -186,7 +186,7 @@
<scm>
<connection>scm:git:https://github.com/scijava/pom-scijava</connection>
<developerConnection>scm:git:[email protected]:scijava/pom-scijava</developerConnection>
<tag>HEAD</tag>
<tag>pom-scijava-38.0.1</tag>
<url>https://github.com/scijava/pom-scijava</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
#Mon Jul 08 15:18:33 CDT 2024
scm.commentPrefix=[maven-release-plugin]
exec.pomFileName=pom.xml
pushChanges=false
releaseStrategyId=default
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
scm.tag=pom-scijava-38.0.1
remoteTagging=true
project.dev.org.scijava\:pom-scijava=38.0.2-SNAPSHOT
exec.additionalArguments=-Dgpg.skip\=true
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
projectVersionPolicyId=default
scm.url=scm\:git\:https\://github.com/scijava/pom-scijava
scm.tagNameFormat=@{project.artifactId}-@{project.version}
pinExternals=false
preparationGoals=clean verify
project.scm.org.scijava\:pom-scijava.tag=HEAD
project.scm.org.scijava\:pom-scijava.developerConnection=scm\:git\:[email protected]\:scijava/pom-scijava
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
exec.snapshotReleasePluginAllowed=false
project.scm.org.scijava\:pom-scijava.connection=scm\:git\:https\://github.com/scijava/pom-scijava
exec.activateProfiles=deploy-to-scijava
project.scm.org.scijava\:pom-scijava.url=https\://github.com/scijava/pom-scijava
scm.developmentCommitComment=@{prefix} prepare for next development iteration
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
project.rel.org.scijava\:pom-scijava=38.0.1
completedPhase=end-release

0 comments on commit 1599afb

Please sign in to comment.