Skip to content

Commit c135334

Browse files
committed
[maven-release-plugin] prepare release scijava-common-2.74.2
1 parent 5910996 commit c135334

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-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-common</artifactId>
13-
<version>2.74.2-SNAPSHOT</version>
13+
<version>2.74.2</version>
1414

1515
<name>SciJava Common</name>
1616
<description>SciJava Common is a shared library for SciJava software. It provides a plugin framework, with an extensible mechanism for service discovery, backed by its own annotation processor, so that plugins can be loaded dynamically. It is used by downstream projects in the SciJava ecosystem, such as ImageJ and SCIFIO.</description>
@@ -141,7 +141,7 @@
141141
<scm>
142142
<connection>scm:git:git://github.com/scijava/scijava-common</connection>
143143
<developerConnection>scm:git:[email protected]:scijava/scijava-common</developerConnection>
144-
<tag>HEAD</tag>
144+
<tag>scijava-common-2.74.2</tag>
145145
<url>https://github.com/scijava/scijava-common</url>
146146
</scm>
147147
<issueManagement>

release.properties

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#release configuration
2+
#Tue Jun 05 22:50:33 CEST 2018
3+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
4+
scm.tag=scijava-common-2.74.2
5+
pushChanges=false
6+
scm.url=scm\:git\:git\://github.com/scijava/scijava-common
7+
preparationGoals=clean verify
8+
project.dev.org.scijava\:scijava-common=2.74.3-SNAPSHOT
9+
project.scm.org.scijava\:scijava-common.developerConnection=scm\:git\:[email protected]\:scijava/scijava-common
10+
remoteTagging=true
11+
projectVersionPolicyId=default
12+
scm.commentPrefix=[maven-release-plugin]
13+
project.scm.org.scijava\:scijava-common.tag=HEAD
14+
project.scm.org.scijava\:scijava-common.connection=scm\:git\:git\://github.com/scijava/scijava-common
15+
project.scm.org.scijava\:scijava-common.url=https\://github.com/scijava/scijava-common
16+
project.rel.org.scijava\:scijava-common=2.74.2
17+
exec.snapshotReleasePluginAllowed=false
18+
exec.additionalArguments=-Dgpg.skip\=true -P deploy-to-imagej
19+
completedPhase=end-release

0 commit comments

Comments
 (0)