Skip to content

Commit 08cec0d

Browse files
committed
[maven-release-plugin] prepare release dl-modelrunner-tensorflow-2c-0.4.0
1 parent 3602d2a commit 08cec0d

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-tensorflow-2c</artifactId>
14-
<version>0.3.13-SNAPSHOT</version>
14+
<version>0.4.0</version>
1515

1616
<name>TensorFlow 2 Java API 0.5.0 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/tensorflow-2-java-interface-0.5.0</connection>
107107
<developerConnection>scm:git:[email protected]:bioimage-io/tensorflow-2-java-interface-0.5.0</developerConnection>
108-
<tag>dl-modelrunner-tensorflow-2c-0.3.0</tag>
108+
<tag>dl-modelrunner-tensorflow-2c-0.4.0</tag>
109109
<url>https://github.com/bioimage-io/tensorflow-2-java-interface-0.5.0</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 Mar 26 17:21:29 CET 2024
3+
projectVersionPolicyId=default
4+
project.dev.io.bioimage\:dl-modelrunner-tensorflow-2c=0.4.1-SNAPSHOT
5+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
6+
project.rel.io.bioimage\:dl-modelrunner-tensorflow-2c=0.4.0
7+
project.scm.io.bioimage\:dl-modelrunner-tensorflow-2c.tag=dl-modelrunner-tensorflow-2c-0.3.0
8+
pinExternals=false
9+
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
10+
exec.activateProfiles=deploy-to-scijava
11+
pushChanges=false
12+
remoteTagging=true
13+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
14+
project.scm.io.bioimage\:dl-modelrunner-tensorflow-2c.connection=scm\:git\:https\://github.com/bioimage-io/tensorflow-2-java-interface-0.5.0
15+
scm.commentPrefix=[maven-release-plugin]
16+
releaseStrategyId=default
17+
project.scm.io.bioimage\:dl-modelrunner-tensorflow-2c.developerConnection=scm\:git\:[email protected]\:bioimage-io/tensorflow-2-java-interface-0.5.0
18+
completedPhase=end-release
19+
scm.url=scm\:git\:https\://github.com/bioimage-io/tensorflow-2-java-interface-0.5.0
20+
project.scm.io.bioimage\:dl-modelrunner-tensorflow-2c.url=https\://github.com/bioimage-io/tensorflow-2-java-interface-0.5.0
21+
scm.developmentCommitComment=@{prefix} prepare for next development iteration
22+
exec.additionalArguments=-Dgpg.skip\=true
23+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
24+
scm.tag=dl-modelrunner-tensorflow-2c-0.4.0
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)