Skip to content

Commit f6f44ad

Browse files
committed
[maven-release-plugin] prepare release bigdataviewer-biop-tools-0.10.5
1 parent 61e36cd commit f6f44ad

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>ch.epfl.biop</groupId>
1313
<artifactId>bigdataviewer-biop-tools</artifactId>
14-
<version>0.10.5-SNAPSHOT</version>
14+
<version>0.10.5</version>
1515

1616
<name>Biop Bigdataviewer Tools and Plugins </name>
1717
<description>Big data viewer tools BIOP - EPFL</description>
@@ -76,7 +76,7 @@
7676
<connection>scm:git:https://github.com/BIOP/bigdataviewer-biop-tools</connection>
7777
<developerConnection>scm:git:[email protected]:BIOP/bigdataviewer-biop-tools</developerConnection>
7878
<url>https://github.com/BIOP/bigdataviewer-biop-tools</url>
79-
<tag>HEAD</tag>
79+
<tag>bigdataviewer-biop-tools-0.10.5</tag>
8080
</scm>
8181

8282
<issueManagement>

release.properties

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

0 commit comments

Comments
 (0)