Skip to content

Commit 500c049

Browse files
author
mgeipel
committed
release profile id set to sonatype-oss-release, release.propterties
added
1 parent 7939a74 commit 500c049

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223

224224
<profiles>
225225
<profile>
226-
<id>maven-central</id>
226+
<id>sonatype-oss-release</id>
227227
<build>
228228
<plugins>
229229
<plugin>

release.properties

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#release configuration
2+
#Wed Mar 06 13:23:56 CET 2013
3+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
4+
pushChanges=true
5+
scm.url=scm\:git\:git@github.com\:culturegraph/metafacture-core.git
6+
preparationGoals=clean verify
7+
remoteTagging=true
8+
scm.commentPrefix=[maven-release-plugin]
9+
exec.additionalArguments=-Psonatype-oss-release
10+
exec.snapshotReleasePluginAllowed=false
11+
completedPhase=check-poms

0 commit comments

Comments
 (0)