Skip to content

Commit

Permalink
Changes for nx 8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pacoalias committed May 19, 2017
1 parent 433f0a6 commit f5d7cac
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
Binary file added addon/athento-nx-extended-config.zip
Binary file not shown.
20 changes: 15 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.athento.nuxeo</groupId>
<artifactId>athento-nx-extended-config</artifactId>
<version>2.1-SNAPSHOT</version>
<version>3.0</version>
<name>Athento NX Extended Config</name>
<description>Athento NX Extended Config</description>

Expand All @@ -15,7 +15,7 @@
<artifactId>nuxeo-distribution</artifactId>
<scope>import</scope>
<type>pom</type>
<version>6.0-HF20</version>
<version>8.10</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -114,7 +114,7 @@
</build>

<properties>
<nuxeo.platform.version>6.0</nuxeo.platform.version>
<nuxeo.platform.version>8.10</nuxeo.platform.version>
</properties>

<repositories>
Expand Down Expand Up @@ -144,7 +144,6 @@
</repositories>

<pluginRepositories>

<pluginRepository>
<id>public</id>
<url>http://maven.nuxeo.org/nexus/content/groups/public</url>
Expand All @@ -156,7 +155,18 @@
<enabled>false</enabled>
</snapshots>
</pluginRepository>

<pluginRepository>
<id>athento-public</id>
<name>Athento Releases</name>
<url>http://maven2.yerbabuena.es/artifactory/athento-public</url>
<layout>default</layout>
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</pluginRepository>
</pluginRepositories>

<distributionManagement>
Expand Down

0 comments on commit f5d7cac

Please sign in to comment.