Commit fa7f1c9c authored by Brian Long's avatar Brian Long
Browse files

added ossrh meta-data to release POM

parent 0f3444b1
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -10,7 +10,25 @@
	<packaging>pom</packaging>
	
	<name>CXF-based JAX-RS enablement for ACS Platform Module</name>
	<description>An Alfresco Content Service module providing the missing components for JAX-RS-based clients.</description>
	<url>https://bitbucket.org/inteligr8/cxf-jaxrs-platform-module</url>

	<licenses>
		<license>
			<name>GNU GENERAL PUBLIC LICENSE, Version 3, 29 June 2007</name>
			<url>https://www.gnu.org/licenses/lgpl-3.0.txt</url>
		</license>
	</licenses>

	<scm>
		<connection>scm:git:https://bitbucket.org/inteligr8/cxf-jaxrs-platform-module.git</connection>
		<developerConnection>scm:git:git@bitbucket.org:inteligr8/cxf-jaxrs-platform-module.git</developerConnection>
		<url>https://bitbucket.org/inteligr8/cxf-jaxrs-platform-module</url>
	</scm>
	<organization>
		<name>Inteligr8</name>
		<url>https://www.inteligr8.com</url>
	</organization>
	<developers>
		<developer>
			<id>brian.long</id>