Skip to content

Commit 53bd93e

Browse files
committed
[maven-release-plugin] prepare release scijava-ui-swing-1.0.0
1 parent 103301a commit 53bd93e

2 files changed

Lines changed: 29 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>scijava-ui-swing</artifactId>
13-
<version>0.17.3-SNAPSHOT</version>
13+
<version>1.0.0</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:git@github.com:scijava/scijava-ui-swing</developerConnection>
92-
<tag>HEAD</tag>
92+
<tag>scijava-ui-swing-1.0.0</tag>
9393
<url>https://github.com/scijava/scijava-ui-swing</url>
9494
</scm>
9595
<issueManagement>

release.properties

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#release configuration
2+
#Thu Mar 09 19:45:14 CST 2023
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.1-SNAPSHOT
9+
scm.tag=scijava-ui-swing-1.0.0
10+
remoteTagging=true
11+
project.scm.org.scijava\:scijava-ui-swing.url=https\://github.com/scijava/scijava-ui-swing
12+
exec.additionalArguments=-Dgpg.skip\=true
13+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
14+
projectVersionPolicyId=default
15+
scm.url=scm\:git\:https\://github.com/scijava/scijava-ui-swing
16+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
17+
project.rel.org.scijava\:scijava-ui-swing=1.0.0
18+
pinExternals=false
19+
preparationGoals=clean verify
20+
project.scm.org.scijava\:scijava-ui-swing.connection=scm\:git\:https\://github.com/scijava/scijava-ui-swing
21+
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
22+
exec.snapshotReleasePluginAllowed=false
23+
project.scm.org.scijava\:scijava-ui-swing.developerConnection=scm\:git\:git@github.com\:scijava/scijava-ui-swing
24+
exec.activateProfiles=deploy-to-scijava
25+
scm.developmentCommitComment=@{prefix} prepare for next development iteration
26+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
27+
completedPhase=end-release

0 commit comments

Comments
 (0)