Skip to content

Commit

Permalink
[maven-release-plugin] prepare release dl-modelrunner-tensorflow-1-0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Sep 19, 2023
1 parent e973b66 commit b9d47dc
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>io.bioimage</groupId>
<artifactId>dl-modelrunner-tensorflow-1</artifactId>
<version>0.3.5-SNAPSHOT</version>
<version>0.3.5</version>

<name>TensorFlow 1 engine for DL-model-runner</name>
<description>This project complements the DL-model runner acting as the engine that works loading models
Expand Down Expand Up @@ -105,7 +105,7 @@
<scm>
<connection>scm:git:https://github.com/bioimage-io/tensorflow-1-java-interface</connection>
<developerConnection>scm:git:[email protected]:bioimage-io/tensorflow-1-java-interface</developerConnection>
<tag>HEAD</tag>
<tag>dl-modelrunner-tensorflow-1-0.3.5</tag>
<url>https://github.com/bioimage-io/tensorflow-1-java-interface</url>
</scm>
<issueManagement>
Expand Down
28 changes: 28 additions & 0 deletions release.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#release configuration
#Tue Sep 19 16:34:02 CEST 2023
projectVersionPolicyId=default
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
pinExternals=false
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
exec.activateProfiles=deploy-to-scijava
pushChanges=false
project.rel.io.bioimage\:dl-modelrunner-tensorflow-1=0.3.5
project.scm.io.bioimage\:dl-modelrunner-tensorflow-1.url=https\://github.com/bioimage-io/tensorflow-1-java-interface
project.scm.io.bioimage\:dl-modelrunner-tensorflow-1.connection=scm\:git\:https\://github.com/bioimage-io/tensorflow-1-java-interface
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
remoteTagging=true
project.dev.io.bioimage\:dl-modelrunner-tensorflow-1=0.3.6-SNAPSHOT
scm.commentPrefix=[maven-release-plugin]
releaseStrategyId=default
completedPhase=end-release
scm.url=scm\:git\:https\://github.com/bioimage-io/tensorflow-1-java-interface
scm.developmentCommitComment=@{prefix} prepare for next development iteration
exec.additionalArguments=-Dgpg.skip\=true
scm.tagNameFormat=@{project.artifactId}-@{project.version}
project.scm.io.bioimage\:dl-modelrunner-tensorflow-1.developerConnection=scm\:git\:[email protected]\:bioimage-io/tensorflow-1-java-interface
scm.tag=dl-modelrunner-tensorflow-1-0.3.5
exec.snapshotReleasePluginAllowed=false
project.scm.io.bioimage\:dl-modelrunner-tensorflow-1.tag=HEAD
preparationGoals=clean verify
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
exec.pomFileName=pom.xml

0 comments on commit b9d47dc

Please sign in to comment.