From 216a0cd522acc8c768d3a8971f55feaafc42f202 Mon Sep 17 00:00:00 2001 From: Nils Olsson Date: Sun, 7 Sep 2014 09:02:48 +0200 Subject: [PATCH] Update release 3.0.0-RC1 --- deploy.xml | 7 +-- pom.xml | 140 +++++++++++++++++++++++++++++++++++++---------------- 2 files changed, 100 insertions(+), 47 deletions(-) diff --git a/deploy.xml b/deploy.xml index 5ae7ba633..de9f49981 100644 --- a/deploy.xml +++ b/deploy.xml @@ -4,12 +4,7 @@ http://maven.apache.org/xsd/settings-1.0.0.xsd"> - sonatype-nexus-releases - ${env.CI_DEPLOY_USERNAME} - ${env.CI_DEPLOY_PASSWORD} - - - sonatype-nexus-snapshots + ossrh ${env.CI_DEPLOY_USERNAME} ${env.CI_DEPLOY_PASSWORD} diff --git a/pom.xml b/pom.xml index a490316b7..ee47502e9 100644 --- a/pom.xml +++ b/pom.xml @@ -6,14 +6,12 @@ org.graphwalker graphwalker-project 3.0.0-RC1 - GraphWalker Project - 2011 pom - - GraphWalker - http://graphwalker.org - + GraphWalker Project + Model-Based Testing Tool + http://graphwalker.org + 2011 @@ -23,48 +21,53 @@ - - UTF-8 - UTF-8 - + + GraphWalker + http://graphwalker.org + + + + + nilols + Nils Olsson + nilols.at.spotify.dot.com + + developer + + +2 + + + krikar + Kristian Karl + krikar.at.spotify.dot.com + + developer + + +2 + + + + + https://github.com/GraphWalker/graphwalker-project + scm:git:git://github.com:GraphWalker/graphwalker-project.git + scm:git:git@github.com:GraphWalker/graphwalker-project.git + - - sonatype-nexus-releases - Sonatype Nexus Releases - https://oss.sonatype.org/content/repositories/releases - - sonatype-nexus-snapshots - Sonatype Nexus Snapshots + ossrh https://oss.sonatype.org/content/repositories/snapshots - - - - - sonatype-nexus-releases - Sonatype Nexus Releases - https://oss.sonatype.org/content/repositories/releases - - true - - - false - - - sonatype-nexus-snapshots - Sonatype Nexus Snapshots - https://oss.sonatype.org/content/repositories/snapshots - - false - - - true - + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ - + + + + UTF-8 + UTF-8 + ../graphwalker-core @@ -156,6 +159,61 @@ + + + release + + + + org.apache.maven.plugins + maven-source-plugin + 2.3 + + + attach-sources + verify + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadoc + verify + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + GraphWalker + + + + + + + + +