Repository: aries-rsa Updated Branches: refs/heads/master 21ecfa9e0 -> 9a68f12a2
Update felix converter to 1.0.0 Project: http://git-wip-us.apache.org/repos/asf/aries-rsa/repo Commit: http://git-wip-us.apache.org/repos/asf/aries-rsa/commit/9a68f12a Tree: http://git-wip-us.apache.org/repos/asf/aries-rsa/tree/9a68f12a Diff: http://git-wip-us.apache.org/repos/asf/aries-rsa/diff/9a68f12a Branch: refs/heads/master Commit: 9a68f12a24080a387b0aff55d72690e61c5047a8 Parents: 21ecfa9 Author: Christian Schneider <[email protected]> Authored: Thu Apr 26 18:15:11 2018 +0200 Committer: Christian Schneider <[email protected]> Committed: Thu Apr 26 18:15:11 2018 +0200 ---------------------------------------------------------------------- parent/pom.xml | 2 +- release.properties | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/9a68f12a/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 9b7be55..e86cafc 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -202,7 +202,7 @@ <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.converter</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> </dependencies> </dependencyManagement> http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/9a68f12a/release.properties ---------------------------------------------------------------------- diff --git a/release.properties b/release.properties new file mode 100644 index 0000000..f943993 --- /dev/null +++ b/release.properties @@ -0,0 +1,12 @@ +#release configuration +#Thu Apr 26 18:13:33 CEST 2018 +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 verify +remoteTagging=true +projectVersionPolicyId=default +scm.commentPrefix=[maven-release-plugin] +exec.additionalArguments=-Papache-release -P artifactory-corp +exec.snapshotReleasePluginAllowed=false +completedPhase=check-poms
