diff --git a/pom-release.xml b/pom-release.xml deleted file mode 100644 index 45d0ea9..0000000 --- a/pom-release.xml +++ /dev/null @@ -1,165 +0,0 @@ - - - 4.0.0 - - com.inteligr8.alfresco - cxf-jaxrs-platform-module - 1.1-SNAPSHOT - pom - - CXF-based JAX-RS enablement for ACS Platform Module - An Alfresco Content Service module providing the missing components for JAX-RS-based clients. - https://bitbucket.org/inteligr8/cxf-jaxrs-platform-module - - - - GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007 - https://www.gnu.org/licenses/lgpl-3.0.txt - - - - - scm:git:https://bitbucket.org/inteligr8/cxf-jaxrs-platform-module.git - scm:git:git@bitbucket.org:inteligr8/cxf-jaxrs-platform-module.git - https://bitbucket.org/inteligr8/cxf-jaxrs-platform-module - - - Inteligr8 - https://www.inteligr8.com - - - - brian.long - Brian Long - brian@inteligr8.com - https://twitter.com/brianmlong - - - - - UTF-8 - - - - - - maven-invoker-plugin - 3.3.0 - - package - pom.xml - true - - - - acs62 - package - run - - acs62 - - - - acs70 - package - run - - acs70 - - - - acs71 - package - run - - acs71 - - - - acs72 - package - run - - acs72 - - - - - - org.codehaus.mojo - build-helper-maven-plugin - 3.3.0 - - - attach-artifacts - package - attach-artifact - - - - ${project.build.directory}/${project.artifactId}-${project.version}-acs62.amp - acs62 - amp - - - ${project.build.directory}/${project.artifactId}-${project.version}-acs70.amp - acs70 - amp - - - ${project.build.directory}/${project.artifactId}-${project.version}-acs71.amp - acs71 - amp - - - ${project.build.directory}/${project.artifactId}-${project.version}-acs72.amp - acs72 - amp - - - - - - - - maven-install-plugin - - pom.xml - - - - - - - - ossrh-release - - - - maven-gpg-plugin - - - sign - verify - sign - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.13 - true - - ossrh - https://s01.oss.sonatype.org/ - true - - - - - - - diff --git a/pom.xml b/pom.xml index f01e532..67041df 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ jar CXF-based JAX-RS enablement for ACS Platform Module - An Alfresco Content Service module providing the missing components for JAX-RS-based clients. + An Alfresco Content Service v7.1.x module providing the missing components for JAX-RS-based client libraries. https://bitbucket.org/inteligr8/cxf-jaxrs-platform-module @@ -192,6 +192,9 @@ ossrh-release + + true + @@ -208,12 +211,18 @@ org.sonatype.plugins nexus-staging-maven-plugin 1.6.13 - true ossrh https://s01.oss.sonatype.org/ true + + + ossrh-deploy + deploy + deploy + +