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

Commit 44b4f2d

Browse files
committed
updating POM and README
1 parent 1e67743 commit 44b4f2d

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Maven artifacts are available at:
1919
Releases are also available on Maven Central.
2020

2121
## Contributing
22-
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.
22+
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.
2323

24-
To discuss this project, please use its github issues or the [RAML forum](http://forums.raml.org/).
24+
To discuss this project:
25+
- bug/feature request: please file a github issue
26+
- If you're not sure: you can use the [RAML forum](http://forums.raml.org/) or [Slack](https://raml.org/slack)

pom.xml

+2-10
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,24 @@
33
xmlns="http://maven.apache.org/POM/4.0.0"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
55
<modelVersion>4.0.0</modelVersion>
6-
76
<groupId>org.raml.jaxrs</groupId>
87
<artifactId>raml-for-jaxrs</artifactId>
98
<version>3.0.0-SNAPSHOT</version>
10-
<name>RAML for JAXRS</name>
9+
<packaging>pom</packaging>
10+
<name>raml-for-jaxrs</name>
1111
<description>This project is all about two way transformation of JAX-RS-annotated Java code to RAML API description and back.</description>
1212
<url>https://github.com/mulesoft-labs/raml-for-jax-rs</url>
13-
<packaging>pom</packaging>
14-
1513
<modules>
1614
<module>build-tools</module>
1715
<module>jaxrs-to-raml</module>
1816
<module>raml-to-jaxrs</module>
1917
<module>utilities</module>
2018
</modules>
21-
2219
<properties>
2320
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2421
<maven.compiler.source>1.7</maven.compiler.source>
2522
<maven.compiler.target>1.7</maven.compiler.target>
2623
</properties>
27-
2824
<dependencyManagement>
2925
<dependencies>
3026
<!-- Third party -->
@@ -88,7 +84,6 @@
8884
</dependency>
8985
</dependencies>
9086
</dependencyManagement>
91-
9287
<build>
9388
<plugins>
9489
<plugin>
@@ -270,7 +265,6 @@
270265
</distributionManagement>
271266
</profile>
272267
</profiles>
273-
274268
<distributionManagement>
275269
<repository>
276270
<id>mulesoft-releases</id>
@@ -283,13 +277,11 @@
283277
<url>https://repository-master.mulesoft.org/snapshots/</url>
284278
</snapshotRepository>
285279
</distributionManagement>
286-
287280
<scm>
288281
<url>https://github.com/mulesoft-labs/raml-for-jax-rs.git</url>
289282
<connection>https://github.com/mulesoft-labs/raml-for-jax-rs.git</connection>
290283
<developerConnection>Jean-Philippe Belanger([email protected])</developerConnection>
291284
</scm>
292-
293285
<organization>
294286
<name>Mulesoft</name>
295287
<url>http://mulesoft.com</url>

0 commit comments

Comments
 (0)