-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release dl-modelrunner-pytorch-javacpp…
…-0.4.2
- Loading branch information
1 parent
9c9802b
commit 51a1e93
Showing
2 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
|
||
<groupId>io.bioimage</groupId> | ||
<artifactId>dl-modelrunner-pytorch-javacpp</artifactId> | ||
<version>0.4.2-SNAPSHOT</version> | ||
<version>0.4.2</version> | ||
|
||
<name>Pytorch engine for DL-model-runner using JavaCPP</name> | ||
<description>This project complements the DL-model runner acting as the engine that works loading models | ||
|
@@ -105,7 +105,7 @@ | |
<scm> | ||
<connection>scm:git:https://github.com/bioimage-io/pytorch-java-interface-javacpp</connection> | ||
<developerConnection>scm:git:[email protected]:bioimage-io/pytorch-java-interface-javacpp</developerConnection> | ||
<tag>HEAD</tag> | ||
<tag>dl-modelrunner-pytorch-javacpp-0.4.2</tag> | ||
<url>https://github.com/bioimage-io/pytorch-java-interface-javacpp</url> | ||
</scm> | ||
<issueManagement> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
#release configuration | ||
#Thu Jun 13 19:09:35 CEST 2024 | ||
projectVersionPolicyId=default | ||
project.scm.io.bioimage\:dl-modelrunner-pytorch-javacpp.connection=scm\:git\:https\://github.com/bioimage-io/pytorch-java-interface-javacpp | ||
project.scm.io.bioimage\:dl-modelrunner-pytorch-javacpp.tag=HEAD | ||
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-pytorch-javacpp=0.4.2 | ||
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel} | ||
remoteTagging=true | ||
scm.commentPrefix=[maven-release-plugin] | ||
releaseStrategyId=default | ||
project.dev.io.bioimage\:dl-modelrunner-pytorch-javacpp=0.4.3-SNAPSHOT | ||
project.scm.io.bioimage\:dl-modelrunner-pytorch-javacpp.url=https\://github.com/bioimage-io/pytorch-java-interface-javacpp | ||
completedPhase=end-release | ||
scm.url=scm\:git\:https\://github.com/bioimage-io/pytorch-java-interface-javacpp | ||
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-pytorch-javacpp.developerConnection=scm\:git\:[email protected]\:bioimage-io/pytorch-java-interface-javacpp | ||
scm.tag=dl-modelrunner-pytorch-javacpp-0.4.2 | ||
exec.snapshotReleasePluginAllowed=false | ||
preparationGoals=clean verify | ||
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel} | ||
exec.pomFileName=pom.xml |