From 44b4f2d845edfade4a4c94cde8996733dc02301e Mon Sep 17 00:00:00 2001 From: Jonathan Stoikovitch <jstoiko@users.noreply.github.com> Date: Tue, 20 Mar 2018 11:25:01 -0700 Subject: [PATCH] updating POM and README --- README.md | 6 ++++-- pom.xml | 12 ++---------- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 3df6ae178..d875a3224 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ Maven artifacts are available at: Releases are also available on Maven Central. ## Contributing -If you are interested in contributing some code to this project, thanks! Please submit a [Contributors Agreement](https://api-notebook.anypoint.mulesoft.com/notebooks#bc1cf75a0284268407e4) acknowledging that you are transferring ownership. +If you are interested in contributing some code to this project, thanks! Please submit a [Contributors Agreement](https://api-notebook.anypoint.mulesoft.com/notebooks#380297ed0e474010ff43) acknowledging that you are transferring ownership. -To discuss this project, please use its github issues or the [RAML forum](http://forums.raml.org/). +To discuss this project: +- bug/feature request: please file a github issue +- If you're not sure: you can use the [RAML forum](http://forums.raml.org/) or [Slack](https://raml.org/slack) diff --git a/pom.xml b/pom.xml index 7d1025f79..6fcd8a72b 100644 --- a/pom.xml +++ b/pom.xml @@ -3,28 +3,24 @@ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> - <groupId>org.raml.jaxrs</groupId> <artifactId>raml-for-jaxrs</artifactId> <version>3.0.0-SNAPSHOT</version> - <name>RAML for JAXRS</name> + <packaging>pom</packaging> + <name>raml-for-jaxrs</name> <description>This project is all about two way transformation of JAX-RS-annotated Java code to RAML API description and back.</description> <url>https://github.com/mulesoft-labs/raml-for-jax-rs</url> - <packaging>pom</packaging> - <modules> <module>build-tools</module> <module>jaxrs-to-raml</module> <module>raml-to-jaxrs</module> <module>utilities</module> </modules> - <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>1.7</maven.compiler.source> <maven.compiler.target>1.7</maven.compiler.target> </properties> - <dependencyManagement> <dependencies> <!-- Third party --> @@ -88,7 +84,6 @@ </dependency> </dependencies> </dependencyManagement> - <build> <plugins> <plugin> @@ -270,7 +265,6 @@ </distributionManagement> </profile> </profiles> - <distributionManagement> <repository> <id>mulesoft-releases</id> @@ -283,13 +277,11 @@ <url>https://repository-master.mulesoft.org/snapshots/</url> </snapshotRepository> </distributionManagement> - <scm> <url>https://github.com/mulesoft-labs/raml-for-jax-rs.git</url> <connection>https://github.com/mulesoft-labs/raml-for-jax-rs.git</connection> <developerConnection>Jean-Philippe Belanger(jpbelang@hotmail.com)</developerConnection> </scm> - <organization> <name>Mulesoft</name> <url>http://mulesoft.com</url>