Skip to content

Commit 04c68f7

Browse files
committed
[maven-release-plugin] prepare release scijava-common-2.68.0
1 parent 8ec715c commit 04c68f7

2 files changed

Lines changed: 21 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-common</artifactId>
13-
<version>2.68.0-SNAPSHOT</version>
13+
<version>2.68.0</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:git@github.com:scijava/scijava-common</developerConnection>
144-
<tag>HEAD</tag>
144+
<tag>scijava-common-2.68.0</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+
#Fri Dec 22 11:24:35 CST 2017
3+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
4+
scm.tag=scijava-common-2.68.0
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.68.1-SNAPSHOT
9+
project.scm.org.scijava\:scijava-common.developerConnection=scm\:git\:git@github.com\: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.68.0
17+
exec.snapshotReleasePluginAllowed=false
18+
exec.additionalArguments=-Dgpg.skip\=true -P deploy-to-imagej
19+
completedPhase=end-release

0 commit comments

Comments
 (0)