Skip to content

Commit 974bbd8

Browse files
committed
[maven-release-plugin] prepare release scijava-grab-0.1.2
1 parent 708cc0b commit 974bbd8

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

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-grab</artifactId>
13-
<version>0.1.2-SNAPSHOT</version>
13+
<version>0.1.2</version>
1414

1515
<name>SciJava Grab</name>
1616
<description>SciJava library for dynamically grabbing dependencies.</description>
@@ -65,7 +65,7 @@
6565
<scm>
6666
<connection>scm:git:https://github.com/scijava/scijava-grab</connection>
6767
<developerConnection>scm:git:git@github.com:scijava/scijava-grab</developerConnection>
68-
<tag>HEAD</tag>
68+
<tag>scijava-grab-0.1.2</tag>
6969
<url>https://github.com/scijava/scijava-grab</url>
7070
</scm>
7171
<issueManagement>

release.properties

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
#release configuration
2+
#Tue Feb 27 14:51:38 CST 2024
3+
scm.commentPrefix=[maven-release-plugin]
4+
project.rel.org.scijava\:scijava-grab=0.1.2
5+
exec.pomFileName=pom.xml
6+
pushChanges=false
7+
releaseStrategyId=default
8+
project.scm.org.scijava\:scijava-grab.url=https\://github.com/scijava/scijava-grab
9+
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
10+
scm.tag=scijava-grab-0.1.2
11+
remoteTagging=true
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-grab
16+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
17+
pinExternals=false
18+
preparationGoals=clean verify
19+
project.scm.org.scijava\:scijava-grab.connection=scm\:git\:https\://github.com/scijava/scijava-grab
20+
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
21+
project.dev.org.scijava\:scijava-grab=0.1.3-SNAPSHOT
22+
exec.snapshotReleasePluginAllowed=false
23+
exec.activateProfiles=deploy-to-scijava
24+
scm.developmentCommitComment=@{prefix} prepare for next development iteration
25+
project.scm.org.scijava\:scijava-grab.developerConnection=scm\:git\:git@github.com\:scijava/scijava-grab
26+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
27+
completedPhase=end-release
28+
project.scm.org.scijava\:scijava-grab.tag=HEAD

0 commit comments

Comments
 (0)