diff --git a/pom.xml b/pom.xml index 03f83c1..129641a 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ io.bioimage dl-modelrunner-tensorflow-2a - 0.3.8-SNAPSHOT + 0.3.8 TensorFlow 2 Java API 0.2.0 engine for DL-model-runner This project complements the DL-model runner acting as the engine that works loading models @@ -105,7 +105,7 @@ scm:git:https://github.com/bioimage-io/tensorflow-2-java-interface-0.2.0 scm:git:git@github.com:bioimage-io/tensorflow-2-java-interface-0.2.0 - HEAD + dl-modelrunner-tensorflow-2a-0.3.8 https://github.com/bioimage-io/tensorflow-2-java-interface-0.2.0 diff --git a/release.properties b/release.properties new file mode 100644 index 0000000..95629d8 --- /dev/null +++ b/release.properties @@ -0,0 +1,28 @@ +#release configuration +#Wed Dec 13 01:52:36 CET 2023 +projectVersionPolicyId=default +project.dev.io.bioimage\:dl-modelrunner-tensorflow-2a=0.3.9-SNAPSHOT +project.scm.io.bioimage\:dl-modelrunner-tensorflow-2a.connection=scm\:git\:https\://github.com/bioimage-io/tensorflow-2-java-interface-0.2.0 +scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel} +project.rel.io.bioimage\:dl-modelrunner-tensorflow-2a=0.3.8 +pinExternals=false +projectVersionPolicyConfig=${projectVersionPolicyConfig}\n +project.scm.io.bioimage\:dl-modelrunner-tensorflow-2a.url=https\://github.com/bioimage-io/tensorflow-2-java-interface-0.2.0 +exec.activateProfiles=deploy-to-scijava +pushChanges=false +project.scm.io.bioimage\:dl-modelrunner-tensorflow-2a.developerConnection=scm\:git\:git@github.com\:bioimage-io/tensorflow-2-java-interface-0.2.0 +project.scm.io.bioimage\:dl-modelrunner-tensorflow-2a.tag=HEAD +scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel} +remoteTagging=true +releaseStrategyId=default +scm.commentPrefix=[maven-release-plugin] +completedPhase=end-release +scm.url=scm\:git\:https\://github.com/bioimage-io/tensorflow-2-java-interface-0.2.0 +scm.developmentCommitComment=@{prefix} prepare for next development iteration +exec.additionalArguments=-Dgpg.skip\=true +scm.tagNameFormat=@{project.artifactId}-@{project.version} +scm.tag=dl-modelrunner-tensorflow-2a-0.3.8 +exec.snapshotReleasePluginAllowed=false +preparationGoals=clean verify +exec.pomFileName=pom.xml +scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}