Skip to content

Commit 1cbbefb

Browse files
committed
[maven-release-plugin] prepare release script-editor-scala-0.1.0
1 parent 910371b commit 1cbbefb

File tree

2 files changed

+31
-5
lines changed

2 files changed

+31
-5
lines changed

pom.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>org.scijava</groupId>
87
<artifactId>pom-scijava</artifactId>
98
<version>34.1.0</version>
10-
<relativePath/>
9+
<relativePath />
1110
</parent>
1211

1312
<artifactId>script-editor-scala</artifactId>
14-
<version>0.1.0-SNAPSHOT</version>
13+
<version>0.1.0</version>
1514

1615
<name>Scala Script Editor plugin</name>
1716
<description>Scala language support for SciJava Script Editor.</description>
@@ -53,7 +52,7 @@
5352
<scm>
5453
<connection>scm:git:git://github.com/scijava/script-editor-scala</connection>
5554
<developerConnection>scm:git:[email protected]:scijava/script-editor-scala</developerConnection>
56-
<tag>HEAD</tag>
55+
<tag>script-editor-scala-0.1.0</tag>
5756
<url>https://github.com/scijava/script-editor-scala</url>
5857
</scm>
5958
<issueManagement>

release.properties

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#release configuration
2+
#Sat May 13 10:47:22 EDT 2023
3+
scm.commentPrefix=[maven-release-plugin]
4+
exec.pomFileName=pom.xml
5+
pushChanges=false
6+
releaseStrategyId=default
7+
scm.tag=script-editor-scala-0.1.0
8+
remoteTagging=true
9+
exec.additionalArguments=-Dgpg.skip\=true
10+
project.scm.org.scijava\:script-editor-scala.connection=scm\:git\:git\://github.com/scijava/script-editor-scala
11+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
12+
project.scm.org.scijava\:script-editor-scala.developerConnection=scm\:git\:[email protected]\:scijava/script-editor-scala
13+
projectVersionPolicyId=default
14+
scm.url=scm\:git\:https\://github.com/scijava/script-editor-scala
15+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
16+
pinExternals=false
17+
preparationGoals=clean verify
18+
project.scm.org.scijava\:script-editor-scala.tag=HEAD
19+
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
20+
project.dev.org.scijava\:script-editor-scala=0.1.1-SNAPSHOT
21+
exec.snapshotReleasePluginAllowed=false
22+
exec.activateProfiles=deploy-to-scijava
23+
project.rel.org.scijava\:script-editor-scala=0.1.0
24+
scm.developmentCommitComment=@{prefix} prepare for next development iteration
25+
project.scm.org.scijava\:script-editor-scala.url=https\://github.com/scijava/script-editor-scala
26+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
27+
completedPhase=end-release

0 commit comments

Comments
 (0)