Skip to content

Commit 1b1fe54

Browse files
committed
[maven-release-plugin] prepare release scripting-python-0.3.0
1 parent 742e424 commit 1b1fe54

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>scripting-python</artifactId>
13-
<version>0.3.0-SNAPSHOT</version>
13+
<version>0.3.0</version>
1414

1515
<name>SciJava Scripting: Python</name>
1616
<description>Python scripting language plugin to be used with PyImageJ.</description>
@@ -65,7 +65,7 @@
6565
<scm>
6666
<connection>scm:git:https://github.com/scijava/scripting-python</connection>
6767
<developerConnection>scm:git:git@github.com:scijava/scripting-python</developerConnection>
68-
<tag>HEAD</tag>
68+
<tag>scripting-python-0.3.0</tag>
6969
<url>https://github.com/scijava/scripting-python</url>
7070
</scm>
7171
<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+
#Mon Feb 20 18:23:33 CST 2023
3+
project.scm.org.scijava\:scripting-python.connection=scm\:git\:https\://github.com/scijava/scripting-python
4+
project.rel.org.scijava\:scripting-python=0.3.0
5+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
6+
scm.tag=scripting-python-0.3.0
7+
pushChanges=false
8+
scm.url=scm\:git\:https\://github.com/scijava/scripting-python
9+
preparationGoals=clean verify
10+
project.scm.org.scijava\:scripting-python.tag=HEAD
11+
remoteTagging=true
12+
projectVersionPolicyId=default
13+
scm.commentPrefix=[maven-release-plugin]
14+
project.scm.org.scijava\:scripting-python.url=https\://github.com/scijava/scripting-python
15+
project.scm.org.scijava\:scripting-python.developerConnection=scm\:git\:git@github.com\:scijava/scripting-python
16+
project.dev.org.scijava\:scripting-python=0.3.1-SNAPSHOT
17+
exec.snapshotReleasePluginAllowed=false
18+
exec.additionalArguments=-Dgpg.skip\=true -P deploy-to-scijava
19+
completedPhase=end-release

0 commit comments

Comments
 (0)