Skip to content

Commit

Permalink
release profile id set to sonatype-oss-release, release.propterties
Browse files Browse the repository at this point in the history
added
  • Loading branch information
mgeipel committed Mar 6, 2013
1 parent 7939a74 commit 500c049
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@

<profiles>
<profile>
<id>maven-central</id>
<id>sonatype-oss-release</id>
<build>
<plugins>
<plugin>
Expand Down
11 changes: 11 additions & 0 deletions release.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#release configuration
#Wed Mar 06 13:23:56 CET 2013
scm.tagNameFormat=@{project.artifactId}-@{project.version}
pushChanges=true
scm.url=scm\:git\:[email protected]\:culturegraph/metafacture-core.git
preparationGoals=clean verify
remoteTagging=true
scm.commentPrefix=[maven-release-plugin]
exec.additionalArguments=-Psonatype-oss-release
exec.snapshotReleasePluginAllowed=false
completedPhase=check-poms

0 comments on commit 500c049

Please sign in to comment.