File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 10
10
</parent >
11
11
12
12
<artifactId >scripting-python</artifactId >
13
- <version >0.1.2-SNAPSHOT </version >
13
+ <version >0.1.2</version >
14
14
15
15
<name >SciJava Scripting: Python</name >
16
16
<description >Python scripting language plugin to be used with a conda environment.</description >
64
64
<scm >
65
65
<connection >scm:git:https://github.com/scijava/scripting-python</connection >
66
66
<developerConnection >scm:git:git@github.com:scijava/scripting-python</developerConnection >
67
- <tag >HEAD </tag >
67
+ <tag >scripting-python-0.1.2 </tag >
68
68
<url >https://github.com/scijava/scripting-python</url >
69
69
</scm >
70
70
<issueManagement >
Original file line number Diff line number Diff line change
1
+ # release configuration
2
+ # Tue Apr 26 08:07:06 CEST 2022
3
+ project.scm.org.scijava\: scripting-python.connection =scm\:git\:https\://github.com/scijava/scripting-python
4
+ project.rel.org.scijava\: scripting-python =0.1.2
5
+ scm.tagNameFormat =@{project.artifactId}-@{project.version}
6
+ scm.tag =scripting-python-0.1.2
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.1.3-SNAPSHOT
17
+ exec.snapshotReleasePluginAllowed =false
18
+ exec.additionalArguments =-Dgpg.skip\=true -P deploy-to-scijava
19
+ completedPhase =end-release
You can’t perform that action at this time.
0 commit comments