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