Repository: juddi-scout Updated Branches: refs/heads/master d0baa6f2e -> a60f14e92
NOJIRA pom settings were pointing to the wrong ci location Project: http://git-wip-us.apache.org/repos/asf/juddi-scout/repo Commit: http://git-wip-us.apache.org/repos/asf/juddi-scout/commit/a60f14e9 Tree: http://git-wip-us.apache.org/repos/asf/juddi-scout/tree/a60f14e9 Diff: http://git-wip-us.apache.org/repos/asf/juddi-scout/diff/a60f14e9 Branch: refs/heads/master Commit: a60f14e92f79a96063497ecc8dfcfeca66d30f6c Parents: d0baa6f Author: Alex O'Ree <[email protected]> Authored: Wed Dec 5 14:08:20 2018 -0500 Committer: Alex O'Ree <[email protected]> Committed: Wed Dec 5 14:08:20 2018 -0500 ---------------------------------------------------------------------- pom.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/juddi-scout/blob/a60f14e9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 96184b9..5839039 100644 --- a/pom.xml +++ b/pom.xml @@ -28,8 +28,8 @@ <url>http://issues.apache.org/jira/browse/SCOUT</url> </issueManagement> <ciManagement> - <system>Continuum</system> - <url>http://vmbuild.apache.org</url> + <system>Buildbot</system> + <url>http://ci.apache.org/buildbot.html</url> <notifiers> <notifier> <sendOnError>true</sendOnError> @@ -37,7 +37,7 @@ <sendOnSuccess>true</sendOnSuccess> <sendOnWarning>true</sendOnWarning> <configuration> - <address>[email protected]</address> + <address>[email protected]</address> </configuration> </notifier> </notifiers> @@ -88,6 +88,13 @@ <email>[email protected]</email> <organization /> </developer> + <developer> + <id>alexoree</id> + <name>Alex O'Ree</name> + <email>alexoree AT apache.org</email> + <url>http://www.apache.org</url> + <organization>ASF</organization> + </developer> </developers> <contributors> <contributor> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
