Skip to content

Commit 63c280f

Browse files
committed
[maven-release-plugin] prepare release dl-modelrunner-pytorch-javacpp-0.4.3
1 parent 93c356e commit 63c280f

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>io.bioimage</groupId>
1313
<artifactId>dl-modelrunner-pytorch-javacpp</artifactId>
14-
<version>0.4.3-SNAPSHOT</version>
14+
<version>0.4.3</version>
1515

1616
<name>Pytorch engine for DL-model-runner using JavaCPP</name>
1717
<description>This project complements the DL-model runner acting as the engine that works loading models
@@ -105,7 +105,7 @@
105105
<scm>
106106
<connection>scm:git:https://github.com/bioimage-io/pytorch-java-interface-javacpp</connection>
107107
<developerConnection>scm:git:[email protected]:bioimage-io/pytorch-java-interface-javacpp</developerConnection>
108-
<tag>HEAD</tag>
108+
<tag>dl-modelrunner-pytorch-javacpp-0.4.3</tag>
109109
<url>https://github.com/bioimage-io/pytorch-java-interface-javacpp</url>
110110
</scm>
111111
<issueManagement>

release.properties

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

0 commit comments

Comments
 (0)