Skip to content

Commit fa59696

Browse files
[maven-release-plugin] prepare release function-fit-mpicbg-0.0.7
1 parent ad06461 commit fa59696

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
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>net.imglib2.simulation</groupId>
44
<artifactId>function-fit-mpicbg</artifactId>
5-
<version>0.0.7-SNAPSHOT</version>
5+
<version>0.0.7</version>
66
<name>function fitting with mpi-cbg (extension)</name>
77
<description>code for function fitting</description>
88
<url>https://github.com/PreibischLab/</url>
@@ -36,7 +36,7 @@
3636
<scm>
3737
<connection>scm:git:git://github.com/PreibischLab/FunctionFit</connection>
3838
<developerConnection>scm:git:git@github.com:PreibischLab/FunctionFit</developerConnection>
39-
<tag>HEAD</tag>
39+
<tag>function-fit-mpicbg-0.0.7</tag>
4040
<url>https://github.com/PreibischLab/FunctionFit</url>
4141
</scm>
4242
<issueManagement>

release.properties

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
#release configuration
2+
#Tue Feb 04 10:27:44 EST 2025
3+
completedPhase=end-release
4+
exec.activateProfiles=deploy-to-scijava
5+
exec.additionalArguments=-Dgpg.skip\=true
6+
exec.pomFileName=pom.xml
7+
exec.snapshotReleasePluginAllowed=false
8+
pinExternals=false
9+
preparationGoals=clean verify
10+
project.dev.net.imglib2.simulation\:function-fit-mpicbg=0.0.8-SNAPSHOT
11+
project.rel.net.imglib2.simulation\:function-fit-mpicbg=0.0.7
12+
project.scm.net.imglib2.simulation\:function-fit-mpicbg.connection=scm\:git\:git\://github.com/PreibischLab/FunctionFit
13+
project.scm.net.imglib2.simulation\:function-fit-mpicbg.developerConnection=scm\:git\:git@github.com\:PreibischLab/FunctionFit
14+
project.scm.net.imglib2.simulation\:function-fit-mpicbg.tag=HEAD
15+
project.scm.net.imglib2.simulation\:function-fit-mpicbg.url=https\://github.com/PreibischLab/FunctionFit
16+
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
17+
projectVersionPolicyId=default
18+
pushChanges=false
19+
releaseStrategyId=default
20+
remoteTagging=true
21+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
22+
scm.commentPrefix=[maven-release-plugin]
23+
scm.developmentCommitComment=@{prefix} prepare for next development iteration
24+
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
25+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
26+
scm.tag=function-fit-mpicbg-0.0.7
27+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
28+
scm.url=scm\:git\:https\://github.com/PreibischLab/FunctionFit

0 commit comments

Comments
 (0)