Skip to content

Commit 8cc0f45

Browse files
committed
[maven-release-plugin] prepare release scijava-ui-swing-1.0.3
1 parent 506316b commit 8cc0f45

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>scijava-ui-swing</artifactId>
13-
<version>1.0.3-SNAPSHOT</version>
13+
<version>1.0.3</version>
1414

1515
<name>SciJava UI: Swing</name>
1616
<description>SciJava user interface components for Java Swing.</description>
@@ -89,7 +89,7 @@
8989
<scm>
9090
<connection>scm:git:https://github.com/scijava/scijava-ui-swing</connection>
9191
<developerConnection>scm:git:[email protected]:scijava/scijava-ui-swing</developerConnection>
92-
<tag>HEAD</tag>
92+
<tag>scijava-ui-swing-1.0.3</tag>
9393
<url>https://github.com/scijava/scijava-ui-swing</url>
9494
</scm>
9595
<issueManagement>

release.properties

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
#release configuration
2+
#Wed Sep 18 18:53:43 CDT 2024
3+
scm.commentPrefix=[maven-release-plugin]
4+
project.scm.org.scijava\:scijava-ui-swing.tag=HEAD
5+
exec.pomFileName=pom.xml
6+
pushChanges=false
7+
releaseStrategyId=default
8+
project.dev.org.scijava\:scijava-ui-swing=1.0.4-SNAPSHOT
9+
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
10+
scm.tag=scijava-ui-swing-1.0.3
11+
remoteTagging=true
12+
project.scm.org.scijava\:scijava-ui-swing.url=https\://github.com/scijava/scijava-ui-swing
13+
exec.additionalArguments=-Dgpg.skip\=true
14+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
15+
projectVersionPolicyId=default
16+
scm.url=scm\:git\:https\://github.com/scijava/scijava-ui-swing
17+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
18+
project.rel.org.scijava\:scijava-ui-swing=1.0.3
19+
pinExternals=false
20+
preparationGoals=clean verify
21+
project.scm.org.scijava\:scijava-ui-swing.connection=scm\:git\:https\://github.com/scijava/scijava-ui-swing
22+
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
23+
exec.snapshotReleasePluginAllowed=false
24+
project.scm.org.scijava\:scijava-ui-swing.developerConnection=scm\:git\:[email protected]\:scijava/scijava-ui-swing
25+
exec.activateProfiles=deploy-to-scijava
26+
scm.developmentCommitComment=@{prefix} prepare for next development iteration
27+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
28+
completedPhase=end-release

0 commit comments

Comments
 (0)