Skip to content

Commit 164e595

Browse files
committed
[maven-release-plugin] prepare release dl-modelrunner-pytorch-0.4.3
1 parent d43d881 commit 164e595

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
@@ -11,7 +11,7 @@
1111

1212
<groupId>io.bioimage</groupId>
1313
<artifactId>dl-modelrunner-pytorch</artifactId>
14-
<version>0.4.3-SNAPSHOT</version>
14+
<version>0.4.3</version>
1515

1616
<name>Pytorch engine for DL-model-runner</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</connection>
107107
<developerConnection>scm:git:[email protected]:bioimage-io/pytorch-java-interface</developerConnection>
108-
<tag>HEAD</tag>
108+
<tag>dl-modelrunner-pytorch-0.4.3</tag>
109109
<url>https://github.com/bioimage-io/pytorch-java-interface</url>
110110
</scm>
111111
<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+
#Tue Jun 18 18:08:44 CEST 2024
3+
projectVersionPolicyId=default
4+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
5+
project.scm.io.bioimage\:dl-modelrunner-pytorch.url=https\://github.com/bioimage-io/pytorch-java-interface
6+
pinExternals=false
7+
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
8+
project.scm.io.bioimage\:dl-modelrunner-pytorch.connection=scm\:git\:https\://github.com/bioimage-io/pytorch-java-interface
9+
exec.activateProfiles=deploy-to-scijava
10+
pushChanges=false
11+
project.scm.io.bioimage\:dl-modelrunner-pytorch.developerConnection=scm\:git\:[email protected]\:bioimage-io/pytorch-java-interface
12+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
13+
remoteTagging=true
14+
project.scm.io.bioimage\:dl-modelrunner-pytorch.tag=HEAD
15+
scm.commentPrefix=[maven-release-plugin]
16+
releaseStrategyId=default
17+
project.dev.io.bioimage\:dl-modelrunner-pytorch=0.4.4-SNAPSHOT
18+
completedPhase=end-release
19+
scm.url=scm\:git\:https\://github.com/bioimage-io/pytorch-java-interface
20+
scm.developmentCommitComment=@{prefix} prepare for next development iteration
21+
exec.additionalArguments=-Dgpg.skip\=true
22+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
23+
scm.tag=dl-modelrunner-pytorch-0.4.3
24+
project.rel.io.bioimage\:dl-modelrunner-pytorch=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)