First release of the plugin

This commit is contained in:
bberenberg
2013-06-20 18:35:59 -07:00
parent 95dc17335b
commit a2c58fb6cb
2 changed files with 16 additions and 0 deletions

View File

@@ -76,4 +76,9 @@
<amps.version>4.2.2</amps.version> <amps.version>4.2.2</amps.version>
<plugin.testrunner.version>1.1</plugin.testrunner.version> <plugin.testrunner.version>1.1</plugin.testrunner.version>
</properties> </properties>
<scm>
<connection>scm:git:git@bitbucket.org:atlassianlabs/confluence-markdown-macro.git</connection>
<developerConnection>scm:git:git@bitbucket.org:atlassianlabs/confluence-markdown-macro.git</developerConnection>
<url>https://bitbucket.org/atlassianlabs/confluence-markdown-macro</url>
</scm>
</project> </project>

11
release.properties Normal file
View File

@@ -0,0 +1,11 @@
#release configuration
#Thu Jun 20 18:34:51 PDT 2013
scm.tagNameFormat=@{project.artifactId}-@{project.version}
pushChanges=true
scm.url=scm\:git\:git@bitbucket.org\:atlassianlabs/confluence-markdown-macro.git
preparationGoals=clean verify
remoteTagging=true
scm.commentPrefix=[maven-release-plugin]
exec.additionalArguments=-P defaultProfile,defaultProfile
exec.snapshotReleasePluginAllowed=false
completedPhase=check-poms