Skip to content

Commit

Permalink
[maven-release-plugin] prepare release appose-0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Sep 26, 2024
1 parent 9f18046 commit a0a98fc
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>org.apposed</groupId>
<artifactId>appose</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>

<name>Appose</name>
<description>Appose: multi-language interprocess cooperation with shared memory.</description>
Expand Down Expand Up @@ -71,7 +71,7 @@
<scm>
<connection>scm:git:https://github.com/apposed/appose-java</connection>
<developerConnection>scm:git:[email protected]:apposed/appose-java</developerConnection>
<tag>HEAD</tag>
<tag>appose-0.3.0</tag>
<url>https://github.com/apposed/appose-java</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
#Thu Sep 26 12:01:38 CDT 2024
scm.commentPrefix=[maven-release-plugin]
exec.pomFileName=pom.xml
pushChanges=false
releaseStrategyId=default
project.scm.org.apposed\:appose.url=https\://github.com/apposed/appose-java
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
scm.tag=appose-0.3.0
remoteTagging=true
project.scm.org.apposed\:appose.connection=scm\:git\:https\://github.com/apposed/appose-java
exec.additionalArguments=-Dgpg.skip\=true
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
projectVersionPolicyId=default
scm.url=scm\:git\:https\://github.com/apposed/appose-java
scm.tagNameFormat=@{project.artifactId}-@{project.version}
pinExternals=false
preparationGoals=clean verify
project.dev.org.apposed\:appose=0.3.1-SNAPSHOT
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
exec.snapshotReleasePluginAllowed=false
exec.activateProfiles=deploy-to-scijava
project.rel.org.apposed\:appose=0.3.0
scm.developmentCommitComment=@{prefix} prepare for next development iteration
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
project.scm.org.apposed\:appose.tag=HEAD
project.scm.org.apposed\:appose.developerConnection=scm\:git\:[email protected]\:apposed/appose-java
completedPhase=end-release

0 comments on commit a0a98fc

Please sign in to comment.