Skip to content

Commit 59c3ea4

Browse files
committed
[maven-release-plugin] prepare release scijava-coding-style-2.1.1
1 parent fc19a5e commit 59c3ea4

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-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-coding-style</artifactId>
13-
<version>2.1.1-SNAPSHOT</version>
13+
<version>2.1.1</version>
1414

1515
<name>SciJava Coding Style</name>
1616
<description>Configuration Files For SciJava and ImgLib2 Coding Styles</description>
@@ -82,7 +82,7 @@
8282
<scm>
8383
<connection>scm:git:https://github.com/scijava/scijava-coding-style</connection>
8484
<developerConnection>scm:git:[email protected]:scijava/scijava-coding-style</developerConnection>
85-
<tag>HEAD</tag>
85+
<tag>scijava-coding-style-2.1.1</tag>
8686
<url>https://github.com/scijava/scijava-coding-style</url>
8787
</scm>
8888
<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:33:29 CST 2023
3+
scm.commentPrefix=[maven-release-plugin]
4+
project.scm.org.scijava\:scijava-coding-style.tag=HEAD
5+
exec.pomFileName=pom.xml
6+
pushChanges=false
7+
releaseStrategyId=default
8+
project.dev.org.scijava\:scijava-coding-style=2.1.2-SNAPSHOT
9+
scm.tag=scijava-coding-style-2.1.1
10+
project.scm.org.scijava\:scijava-coding-style.url=https\://github.com/scijava/scijava-coding-style
11+
remoteTagging=true
12+
exec.additionalArguments=-Dgpg.skip\=true
13+
project.scm.org.scijava\:scijava-coding-style.developerConnection=scm\:git\:[email protected]\:scijava/scijava-coding-style
14+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
15+
project.rel.org.scijava\:scijava-coding-style=2.1.1
16+
projectVersionPolicyId=default
17+
scm.url=scm\:git\:https\://github.com/scijava/scijava-coding-style
18+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
19+
pinExternals=false
20+
preparationGoals=clean verify
21+
project.scm.org.scijava\:scijava-coding-style.connection=scm\:git\:https\://github.com/scijava/scijava-coding-style
22+
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
23+
exec.snapshotReleasePluginAllowed=false
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)