Repository: incubator-tamaya Updated Branches: refs/heads/master af7c50e9d -> ef7109918
Updated POM Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/ef710991 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/ef710991 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/ef710991 Branch: refs/heads/master Commit: ef7109918f911f2b7fe17db9c4a543b7f73bdfa8 Parents: af7c50e Author: Werner Keil <[email protected]> Authored: Sun Jan 29 21:14:50 2017 +0100 Committer: Werner Keil <[email protected]> Committed: Sun Jan 29 21:14:50 2017 +0100 ---------------------------------------------------------------------- pom.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/ef710991/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 523da44..2c8308d 100644 --- a/pom.xml +++ b/pom.xml @@ -184,6 +184,16 @@ under the License. <email>pottlinger at apache.org</email> <timezone>+1</timezone> </developer> + + <developer> + <id>wkeil</id> + <name>Werner Keil</name> + <roles> + <role>PMC</role> + </roles> + <email>wkeil AT apache.org</email> + <timezone>+1</timezone> + </developer> </developers> <modules> @@ -662,7 +672,6 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> - <version>2.5.3</version> <configuration> <pushChanges>false</pushChanges> <localCheckout>true</localCheckout>
