Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 82fd10c

Browse files
committed
[maven-release-plugin] prepare release scijava-table-1.0.1
1 parent 27c083f commit 82fd10c

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>scijava-table</artifactId>
13-
<version>1.0.1-SNAPSHOT</version>
13+
<version>1.0.1</version>
1414

1515
<name>SciJava Table</name>
1616
<description>Table structures for SciJava.</description>
@@ -91,7 +91,7 @@
9191
<scm>
9292
<connection>scm:git:https://github.com/scijava/scijava-table</connection>
9393
<developerConnection>scm:git:[email protected]:scijava/scijava-table</developerConnection>
94-
<tag>HEAD</tag>
94+
<tag>scijava-table-1.0.1</tag>
9595
<url>https://github.com/scijava/scijava-table</url>
9696
</scm>
9797
<issueManagement>

release.properties

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#release configuration
2+
#Fri Sep 30 14:54:33 CDT 2022
3+
project.dev.org.scijava\:scijava-table=1.0.2-SNAPSHOT
4+
project.scm.org.scijava\:scijava-table.url=https\://github.com/scijava/scijava-table
5+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
6+
scm.tag=scijava-table-1.0.1
7+
pushChanges=false
8+
scm.url=scm\:git\:https\://github.com/scijava/scijava-table
9+
preparationGoals=clean verify
10+
project.rel.org.scijava\:scijava-table=1.0.1
11+
remoteTagging=true
12+
projectVersionPolicyId=default
13+
scm.commentPrefix=[maven-release-plugin]
14+
project.scm.org.scijava\:scijava-table.connection=scm\:git\:https\://github.com/scijava/scijava-table
15+
project.scm.org.scijava\:scijava-table.developerConnection=scm\:git\:[email protected]\:scijava/scijava-table
16+
exec.snapshotReleasePluginAllowed=false
17+
exec.additionalArguments=-Dgpg.skip\=true -P deploy-to-scijava
18+
completedPhase=end-release
19+
project.scm.org.scijava\:scijava-table.tag=HEAD

0 commit comments

Comments
 (0)