From e709ea051198a269a68e039c1ed76a4268a4fa41 Mon Sep 17 00:00:00 2001 From: Rachel Walker Date: Fri, 14 Dec 2012 10:11:50 -0800 Subject: [PATCH] Updated pom and xml files to push to Maven --- exception-handler/pom.xml | 4 ++-- pom.xml | 12 +++++++++++- sample/pom.xml | 6 +++--- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/exception-handler/pom.xml b/exception-handler/pom.xml index 16c7c91..c7f5c43 100644 --- a/exception-handler/pom.xml +++ b/exception-handler/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - com.raychatter + com.github.raychatter spring-restful-exception-handler jar 1.0-SNAPSHOT @@ -9,7 +9,7 @@ Custom exception handler annotation for Spring to unify the error handling. https://github.com/raychatter/spring-restful-exception-handler - com.raychatter + com.github.raychatter spring-restful-exception-handler-parent 1.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index cedd989..df959cb 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,21 @@ 4.0.0 - com.raychatter + com.github.raychatter spring-restful-exception-handler-parent pom 1.0-SNAPSHOT Spring Restful Exception Handler + + org.sonatype.oss + oss-parent + 7 + + + scm:git:git@github.com:raychatter/spring-restful-exception-handler.git + scm:git:git@github.com:raychatter/spring-restful-exception-handler.git + git@github.com:raychatter/spring-restful-exception-handler.git + exception-handler sample diff --git a/sample/pom.xml b/sample/pom.xml index 143cf11..2df0417 100755 --- a/sample/pom.xml +++ b/sample/pom.xml @@ -1,14 +1,14 @@ 4.0.0 - com.raychatter + com.github.raychatter sample war 1.0-SNAPSHOT A demo app that shows custom exception handling https://github.com/raychatter/spring-restful-exception-handler - com.raychatter + com.github.raychatter spring-restful-exception-handler-parent 1.0-SNAPSHOT @@ -39,7 +39,7 @@ provided - com.raychatter + com.github.raychatter spring-restful-exception-handler 1.0-SNAPSHOT