Skip to content

Commit ab01c4c

Browse files
committed
[maven-release-plugin] prepare release scijava-search-3.0.0
1 parent 0f531a0 commit ab01c4c

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>scijava-search</artifactId>
13-
<version>3.0.0-SNAPSHOT</version>
13+
<version>3.0.0</version>
1414

1515
<name>SciJava Search</name>
1616
<description>Search framework for SciJava applications.</description>
@@ -75,7 +75,7 @@
7575
<scm>
7676
<connection>scm:git:https://github.com/scijava/scijava-search</connection>
7777
<developerConnection>scm:git:git@github.com:scijava/scijava-search</developerConnection>
78-
<tag>HEAD</tag>
78+
<tag>scijava-search-3.0.0</tag>
7979
<url>https://github.com/scijava/scijava-search</url>
8080
</scm>
8181
<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 Nov 11 12:40:54 CST 2024
3+
scm.commentPrefix=[maven-release-plugin]
4+
project.scm.org.scijava\:scijava-search.url=https\://github.com/scijava/scijava-search
5+
exec.pomFileName=pom.xml
6+
pushChanges=false
7+
releaseStrategyId=default
8+
project.scm.org.scijava\:scijava-search.developerConnection=scm\:git\:git@github.com\:scijava/scijava-search
9+
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
10+
scm.tag=scijava-search-3.0.0
11+
remoteTagging=true
12+
exec.additionalArguments=-Dgpg.skip\=true
13+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
14+
projectVersionPolicyId=default
15+
project.dev.org.scijava\:scijava-search=3.0.1-SNAPSHOT
16+
scm.url=scm\:git\:https\://github.com/scijava/scijava-search
17+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
18+
pinExternals=false
19+
preparationGoals=clean verify
20+
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
21+
exec.snapshotReleasePluginAllowed=false
22+
project.rel.org.scijava\:scijava-search=3.0.0
23+
exec.activateProfiles=deploy-to-scijava
24+
project.scm.org.scijava\:scijava-search.tag=HEAD
25+
project.scm.org.scijava\:scijava-search.connection=scm\:git\:https\://github.com/scijava/scijava-search
26+
scm.developmentCommitComment=@{prefix} prepare for next development iteration
27+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
28+
completedPhase=end-release

0 commit comments

Comments
 (0)