Skip to content

Commit

Permalink
[maven-release-plugin] prepare release scijava-ui-swing-1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Sep 18, 2024
1 parent 506316b commit 8cc0f45
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 @@
</parent>

<artifactId>scijava-ui-swing</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>

<name>SciJava UI: Swing</name>
<description>SciJava user interface components for Java Swing.</description>
Expand Down Expand Up @@ -89,7 +89,7 @@
<scm>
<connection>scm:git:https://github.com/scijava/scijava-ui-swing</connection>
<developerConnection>scm:git:git@github.com:scijava/scijava-ui-swing</developerConnection>
<tag>HEAD</tag>
<tag>scijava-ui-swing-1.0.3</tag>
<url>https://github.com/scijava/scijava-ui-swing</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
#Wed Sep 18 18:53:43 CDT 2024
scm.commentPrefix=[maven-release-plugin]
project.scm.org.scijava\:scijava-ui-swing.tag=HEAD
exec.pomFileName=pom.xml
pushChanges=false
releaseStrategyId=default
project.dev.org.scijava\:scijava-ui-swing=1.0.4-SNAPSHOT
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
scm.tag=scijava-ui-swing-1.0.3
remoteTagging=true
project.scm.org.scijava\:scijava-ui-swing.url=https\://github.com/scijava/scijava-ui-swing
exec.additionalArguments=-Dgpg.skip\=true
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
projectVersionPolicyId=default
scm.url=scm\:git\:https\://github.com/scijava/scijava-ui-swing
scm.tagNameFormat=@{project.artifactId}-@{project.version}
project.rel.org.scijava\:scijava-ui-swing=1.0.3
pinExternals=false
preparationGoals=clean verify
project.scm.org.scijava\:scijava-ui-swing.connection=scm\:git\:https\://github.com/scijava/scijava-ui-swing
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
exec.snapshotReleasePluginAllowed=false
project.scm.org.scijava\:scijava-ui-swing.developerConnection=scm\:git\:git@github.com\:scijava/scijava-ui-swing
exec.activateProfiles=deploy-to-scijava
scm.developmentCommitComment=@{prefix} prepare for next development iteration
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
completedPhase=end-release

0 comments on commit 8cc0f45

Please sign in to comment.