Skip to content

Commit 6bf16c9

Browse files
committed
[maven-release-plugin] prepare release scripting-beanshell-1.0.0
1 parent e89ac1a commit 6bf16c9

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-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-beanshell</artifactId>
13-
<version>0.4.2-SNAPSHOT</version>
13+
<version>1.0.0</version>
1414

1515
<name>SciJava Scripting: BeanShell</name>
1616
<description>JSR-223-compliant BeanShell scripting language plugin.</description>
@@ -69,7 +69,7 @@
6969
<scm>
7070
<connection>scm:git:https://github.com/scijava/scripting-beanshell</connection>
7171
<developerConnection>scm:git:[email protected]:scijava/scripting-beanshell</developerConnection>
72-
<tag>HEAD</tag>
72+
<tag>scripting-beanshell-1.0.0</tag>
7373
<url>https://github.com/scijava/scripting-beanshell</url>
7474
</scm>
7575
<issueManagement>

release.properties

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
#release configuration
2+
#Mon Sep 02 15:27:30 CDT 2024
3+
scm.commentPrefix=[maven-release-plugin]
4+
exec.pomFileName=pom.xml
5+
pushChanges=false
6+
releaseStrategyId=default
7+
project.scm.org.scijava\:scripting-beanshell.developerConnection=scm\:git\:[email protected]\:scijava/scripting-beanshell
8+
project.scm.org.scijava\:scripting-beanshell.tag=HEAD
9+
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
10+
scm.tag=scripting-beanshell-1.0.0
11+
remoteTagging=true
12+
exec.additionalArguments=-Dgpg.skip\=true
13+
project.rel.org.scijava\:scripting-beanshell=1.0.0
14+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
15+
projectVersionPolicyId=default
16+
project.scm.org.scijava\:scripting-beanshell.url=https\://github.com/scijava/scripting-beanshell
17+
scm.url=scm\:git\:https\://github.com/scijava/scripting-beanshell
18+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
19+
pinExternals=false
20+
preparationGoals=clean verify
21+
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
22+
exec.snapshotReleasePluginAllowed=false
23+
exec.activateProfiles=deploy-to-scijava
24+
project.dev.org.scijava\:scripting-beanshell=1.0.1-SNAPSHOT
25+
scm.developmentCommitComment=@{prefix} prepare for next development iteration
26+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
27+
completedPhase=end-release
28+
project.scm.org.scijava\:scripting-beanshell.connection=scm\:git\:https\://github.com/scijava/scripting-beanshell

0 commit comments

Comments
 (0)