Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mastodon-deep-lineage-0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhahmann committed Dec 4, 2023
1 parent e94d91c commit a8459e8
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 @@ -10,7 +10,7 @@

<groupId>org.mastodon</groupId>
<artifactId>mastodon-deep-lineage</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>

<properties>
<package-name>org.mastodon</package-name>
Expand Down Expand Up @@ -148,7 +148,7 @@
<scm>
<connection>scm:git:https:github.com/mastodon-sc/mastodon-deep-lineage</connection>
<developerConnection>scm:git:[email protected]:mastodon-sc/mastodon-deep-lineage</developerConnection>
<tag>HEAD</tag>
<tag>mastodon-deep-lineage-0.0.1</tag>
<url>https://github.com/mastodon-sc/mastodon-deep-lineage</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
#Mon Dec 04 16:59:09 CET 2023
projectVersionPolicyId=default
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
project.rel.org.mastodon\:mastodon-deep-lineage=0.0.1
pinExternals=false
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
exec.activateProfiles=deploy-to-scijava
pushChanges=false
project.scm.org.mastodon\:mastodon-deep-lineage.url=https\://github.com/mastodon-sc/mastodon-deep-lineage
project.dev.org.mastodon\:mastodon-deep-lineage=0.0.2-SNAPSHOT
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
remoteTagging=true
scm.commentPrefix=[maven-release-plugin]
releaseStrategyId=default
project.scm.org.mastodon\:mastodon-deep-lineage.connection=scm\:git\:https\:github.com/mastodon-sc/mastodon-deep-lineage
project.scm.org.mastodon\:mastodon-deep-lineage.developerConnection=scm\:git\:[email protected]\:mastodon-sc/mastodon-deep-lineage
completedPhase=end-release
scm.url=scm\:git\:https\://github.com/mastodon-sc/mastodon-deep-lineage
project.scm.org.mastodon\:mastodon-deep-lineage.tag=HEAD
scm.developmentCommitComment=@{prefix} prepare for next development iteration
exec.additionalArguments=-Dgpg.skip\=true
scm.tagNameFormat=@{project.artifactId}-@{project.version}
scm.tag=mastodon-deep-lineage-0.0.1
exec.snapshotReleasePluginAllowed=false
preparationGoals=clean verify
exec.pomFileName=pom.xml
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}

0 comments on commit a8459e8

Please sign in to comment.