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

Commit

Permalink
version 2.0.0-RC1, fix for top pom.xml
Browse files Browse the repository at this point in the history
Change-Id: Ibae095f523d9acd385d5810ecf21b83922ccc8c1
  • Loading branch information
Jean-Philippe Belanger committed Jan 31, 2017
1 parent a142eec commit 13b246d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 112 deletions.
14 changes: 0 additions & 14 deletions jaxrs-to-raml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,4 @@
<module>raml-api</module>
<module>raml-emitter</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>
</project>
98 changes: 0 additions & 98 deletions raml-to-jaxrs/examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
<!--
Expand Down Expand Up @@ -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>

0 comments on commit 13b246d

Please sign in to comment.