Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
updating POM and README
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoiko committed Mar 20, 2018
1 parent 1e67743 commit 44b4f2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
12 changes: 2 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down Expand Up @@ -88,7 +84,6 @@
</dependency>
</dependencies>
</dependencyManagement>

<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -270,7 +265,6 @@
</distributionManagement>
</profile>
</profiles>

<distributionManagement>
<repository>
<id>mulesoft-releases</id>
Expand All @@ -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([email protected])</developerConnection>
</scm>

<organization>
<name>Mulesoft</name>
<url>http://mulesoft.com</url>
Expand Down

0 comments on commit 44b4f2d

Please sign in to comment.