From e7e470a46df8197a1939d4c5408791788498903e Mon Sep 17 00:00:00 2001 From: Brian Long Date: Sun, 2 Oct 2022 16:56:50 -0400 Subject: [PATCH 1/3] remove excess; updated project desc --- pom-release.xml | 165 ------------------------------------------------ pom.xml | 2 +- 2 files changed, 1 insertion(+), 166 deletions(-) delete mode 100644 pom-release.xml 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 7f10588..7eca579 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 v6.2.x module providing the missing components for JAX-RS-based client libraries. https://bitbucket.org/inteligr8/cxf-jaxrs-platform-module From cd79672eb29330fcb5db693973746cbd5e220e83 Mon Sep 17 00:00:00 2001 From: Brian Long Date: Sun, 2 Oct 2022 16:57:21 -0400 Subject: [PATCH 2/3] updated project desc --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b62b03d..5c1097a 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 v6.2.x module providing the missing components for JAX-RS-based client libraries. + An Alfresco Content Service v7.0.x module providing the missing components for JAX-RS-based client libraries. https://bitbucket.org/inteligr8/cxf-jaxrs-platform-module From 05b7b47caab462541b77ce6873aa953d5e8e9f99 Mon Sep 17 00:00:00 2001 From: Brian Long Date: Sun, 2 Oct 2022 17:14:34 -0400 Subject: [PATCH 3/3] nexus-staging direct; rather than ext --- pom.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7eca579..dd5c336 100644 --- a/pom.xml +++ b/pom.xml @@ -193,6 +193,9 @@ ossrh-release + + true + @@ -209,12 +212,18 @@ org.sonatype.plugins nexus-staging-maven-plugin 1.6.13 - true ossrh https://s01.oss.sonatype.org/ true + + + ossrh-deploy + deploy + deploy + +