This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version 2.0.0-RC1, fix for top pom.xml
Change-Id: Ibae095f523d9acd385d5810ecf21b83922ccc8c1
- Loading branch information
Jean-Philippe Belanger
committed
Jan 31, 2017
1 parent
a142eec
commit 13b246d
Showing
2 changed files
with
0 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,57 +14,6 @@ | |
--> | ||
<module>maven-examples</module> | ||
</modules> | ||
<distributionManagement> | ||
<repository> | ||
<id>mule-ee-releases</id> | ||
<name>Mule Release Repository</name> | ||
<url>https://repository-master.mulesoft.org/nexus/content/repositories/releases</url> | ||
</repository> | ||
<snapshotRepository> | ||
<id>mule-snapshots</id> | ||
<name>Mule Snapshot Repository</name> | ||
<url>https://repository-master.mulesoft.org/nexus/content/repositories/snapshots/</url> | ||
<uniqueVersion>false</uniqueVersion> | ||
</snapshotRepository> | ||
|
||
</distributionManagement> | ||
<profiles> | ||
<profile> | ||
<id>sonatype</id> | ||
<distributionManagement> | ||
<snapshotRepository> | ||
<id>ossrh</id> | ||
<url>https://oss.sonatype.org/content/repositories/snapshots</url> | ||
</snapshotRepository> | ||
<repository> | ||
<id>ossrh</id> | ||
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> | ||
</repository> | ||
</distributionManagement> | ||
<build> | ||
<plugins> | ||
<!-- <plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-gpg-plugin</artifactId> | ||
<version>1.5</version> | ||
<executions> | ||
<execution> | ||
<id>sign-artifacts</id> | ||
<phase>verify</phase> | ||
<goals> | ||
<goal>sign</goal> | ||
</goals> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
--> </plugins> | ||
</build> | ||
</profile> | ||
</profiles> | ||
<properties> | ||
<licensePath>LICENSE_HEADER.txt</licensePath> | ||
</properties> | ||
|
||
<build> | ||
<plugins> | ||
<!-- | ||
|
@@ -187,53 +136,6 @@ | |
<artifactId>jackson-jaxrs-json-provider</artifactId> | ||
<version>2.8.3</version> | ||
</dependency> | ||
|
||
</dependencies> | ||
</dependencyManagement> | ||
<repositories> | ||
<repository> | ||
<id>mulesoft-releases</id> | ||
<name>MuleSoft Releases Repository</name> | ||
<url>https://repository.mulesoft.org/releases/</url> | ||
<snapshots> | ||
<enabled>false</enabled> | ||
</snapshots> | ||
</repository> | ||
<repository> | ||
<id>mulesoft-snapshots</id> | ||
<name>MuleSoft Snapshots Repository</name> | ||
<url>https://repository.mulesoft.org/snapshots/</url> | ||
<releases> | ||
<enabled>false</enabled> | ||
</releases> | ||
<snapshots> | ||
<enabled>true</enabled> | ||
</snapshots> | ||
</repository> | ||
</repositories> | ||
<description>RAML JAXRS</description> | ||
<scm> | ||
<url>https://github.com/mulesoft/raml-for-jax-rs.git</url> | ||
<connection>https://github.com/mulesoft/raml-for-jax-rs.git</connection> | ||
<developerConnection>Pavel Petrochenko([email protected])</developerConnection> | ||
</scm> | ||
<organization> | ||
<name>Mulesoft</name> | ||
<url>http://mulesoft.com</url> | ||
</organization> | ||
<url>https://github.com/mulesoft/raml-for-jax-rs</url> | ||
<licenses> | ||
<license> | ||
<name>The Apache License, Version 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | ||
</license> | ||
</licenses> | ||
<developers> | ||
<developer> | ||
<name>Pavel Petrochenko</name> | ||
<email>[email protected]</email> | ||
<organization>Mulesoft</organization> | ||
<organizationUrl>http://mulesoft.com</organizationUrl> | ||
</developer> | ||
</developers> | ||
</project> |