Skip to content

Commit fddd0ce

Browse files
committed
[maven-release-plugin] prepare release script-editor-jython-0.1.2
1 parent 84a5d3e commit fddd0ce

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

1515
<name>Jython Script Editor plugin</name>
1616
<description>Jython language support for SciJava Script Editor.</description>
@@ -90,7 +90,7 @@
9090
<scm>
9191
<connection>scm:git:git://github.com/scijava/script-editor-jython</connection>
9292
<developerConnection>scm:git:git@github.com:scijava/script-editor-jython</developerConnection>
93-
<tag>HEAD</tag>
93+
<tag>script-editor-jython-0.1.2</tag>
9494
<url>https://github.com/scijava/script-editor-jython</url>
9595
</scm>
9696
<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+
#Sun Feb 20 23:22:15 GMT 2022
3+
project.scm.org.scijava\:script-editor-jython.connection=scm\:git\:git\://github.com/scijava/script-editor-jython
4+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
5+
scm.tag=script-editor-jython-0.1.2
6+
project.scm.org.scijava\:script-editor-jython.developerConnection=scm\:git\:git@github.com\:scijava/script-editor-jython
7+
pushChanges=false
8+
scm.url=scm\:git\:https\://github.com/scijava/script-editor-jython
9+
preparationGoals=clean verify
10+
remoteTagging=true
11+
projectVersionPolicyId=default
12+
scm.commentPrefix=[maven-release-plugin]
13+
project.scm.org.scijava\:script-editor-jython.tag=HEAD
14+
project.scm.org.scijava\:script-editor-jython.url=https\://github.com/scijava/script-editor-jython
15+
project.rel.org.scijava\:script-editor-jython=0.1.2
16+
project.dev.org.scijava\:script-editor-jython=0.1.3-SNAPSHOT
17+
exec.snapshotReleasePluginAllowed=false
18+
exec.additionalArguments=-Dgpg.skip\=true -P deploy-to-scijava
19+
completedPhase=end-release

0 commit comments

Comments
 (0)