Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mastodon-git-0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maarzt committed Oct 1, 2024
1 parent 550e625 commit 3413917
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-git</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.1.0</version>

<name>Mastodon Git Collaboration Tools</name>
<description>A Mastodon plugin that allow to collaborate on a dataset via git.</description>
Expand Down Expand Up @@ -94,7 +94,7 @@
<scm>
<connection>scm:git:https:github.com/mastodon-sc/mastodon-git</connection>
<developerConnection>scm:git:git@github.com:mastodon-sc/mastodon-git</developerConnection>
<tag>HEAD</tag>
<tag>mastodon-git-0.1.0</tag>
<url>https://github.com/mastodon-sc/mastodon-git</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 Oct 01 15:48:11 CEST 2024
projectVersionPolicyId=default
project.rel.org.mastodon\:mastodon-git=0.1.0
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
pinExternals=false
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
project.dev.org.mastodon\:mastodon-git=0.1.1-SNAPSHOT
exec.activateProfiles=deploy-to-scijava
pushChanges=false
project.scm.org.mastodon\:mastodon-git.tag=HEAD
project.scm.org.mastodon\:mastodon-git.connection=scm\:git\:https\:github.com/mastodon-sc/mastodon-git
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
remoteTagging=true
scm.commentPrefix=[maven-release-plugin]
releaseStrategyId=default
project.scm.org.mastodon\:mastodon-git.developerConnection=scm\:git\:git@github.com\:mastodon-sc/mastodon-git
completedPhase=end-release
scm.url=scm\:git\:https\://github.com/mastodon-sc/mastodon-git
scm.developmentCommitComment=@{prefix} prepare for next development iteration
exec.additionalArguments=-Dgpg.skip\=true
scm.tagNameFormat=@{project.artifactId}-@{project.version}
scm.tag=mastodon-git-0.1.0
exec.snapshotReleasePluginAllowed=false
preparationGoals=clean verify
project.scm.org.mastodon\:mastodon-git.url=https\://github.com/mastodon-sc/mastodon-git
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
exec.pomFileName=pom.xml

0 comments on commit 3413917

Please sign in to comment.