Repository: aries-rsa Updated Branches: refs/heads/master 50ce28d7b -> 725e86a4f
Add parent to modules Project: http://git-wip-us.apache.org/repos/asf/aries-rsa/repo Commit: http://git-wip-us.apache.org/repos/asf/aries-rsa/commit/725e86a4 Tree: http://git-wip-us.apache.org/repos/asf/aries-rsa/tree/725e86a4 Diff: http://git-wip-us.apache.org/repos/asf/aries-rsa/diff/725e86a4 Branch: refs/heads/master Commit: 725e86a4fdf4a9af3b61226702027c4bdfe30e27 Parents: 50ce28d Author: Christian Schneider <[email protected]> Authored: Mon Feb 20 15:43:26 2017 +0100 Committer: Christian Schneider <[email protected]> Committed: Mon Feb 20 15:43:26 2017 +0100 ---------------------------------------------------------------------- pom.xml | 1 + release.properties | 12 ++++++++++++ 2 files changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/725e86a4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5cfdc1d..80b1159 100644 --- a/pom.xml +++ b/pom.xml @@ -77,6 +77,7 @@ </organization> <modules> + <module>parent</module> <module>spi</module> <module>rsa</module> <module>eapub</module> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/725e86a4/release.properties ---------------------------------------------------------------------- diff --git a/release.properties b/release.properties new file mode 100644 index 0000000..6075d4e --- /dev/null +++ b/release.properties @@ -0,0 +1,12 @@ +#release configuration +#Mon Feb 20 15:39:26 CET 2017 +scm.tagNameFormat=org.apache.aries.rsa-@{project.version} +pushChanges=true +scm.url=scm\:git\:http\://git-wip-us.apache.org/repos/asf/aries-rsa.git +preparationGoals=clean install +remoteTagging=true +projectVersionPolicyId=default +scm.commentPrefix=[maven-release-plugin] +exec.additionalArguments=-Prelease,deploy -P gpg +exec.snapshotReleasePluginAllowed=false +completedPhase=scm-check-modifications
