Skip to content

Commit

Permalink
Post release 8.10
Browse files Browse the repository at this point in the history
Update 8.10-SNAPSHOT to 9.1-SNAPSHOT
  • Loading branch information
jcarsique committed Nov 22, 2016
1 parent 081fb97 commit 40c2384
Show file tree
Hide file tree
Showing 299 changed files with 370 additions and 382 deletions.
4 changes: 2 additions & 2 deletions nuxeo-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.nuxeo</groupId>
<artifactId>nuxeo-ecm</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
</parent>

<groupId>org.nuxeo.common</groupId>
<artifactId>nuxeo-common</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
<name>Nuxeo Common</name>
<description>Nuxeo Common: utilities.</description>

Expand Down
2 changes: 1 addition & 1 deletion nuxeo-core/nuxeo-core-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nuxeo.ecm.core</groupId>
<artifactId>nuxeo-core-parent</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
</parent>
<artifactId>nuxeo-core-api</artifactId>
<name>Nuxeo Core API</name>
Expand Down
2 changes: 1 addition & 1 deletion nuxeo-core/nuxeo-core-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.ecm.core</groupId>
<artifactId>nuxeo-core-parent</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
</parent>

<artifactId>nuxeo-core-cache</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nuxeo-core/nuxeo-core-convert-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.ecm.core</groupId>
<artifactId>nuxeo-core-parent</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
</parent>

<artifactId>nuxeo-core-convert-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nuxeo-core/nuxeo-core-convert-plugins-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.ecm.core</groupId>
<artifactId>nuxeo-core-parent</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
</parent>

<artifactId>nuxeo-core-convert-plugins-test</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions nuxeo-core/nuxeo-core-convert-plugins/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.nuxeo.ecm.core</groupId>
<artifactId>nuxeo-core-parent</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
</parent>
<artifactId>nuxeo-core-convert-plugins</artifactId>
<name>Nuxeo Core Converter Service default plugins</name>
Expand Down Expand Up @@ -76,4 +74,4 @@
<artifactId>nuxeo-runtime</artifactId>
</dependency>
</dependencies>
</project>
</project>
8 changes: 3 additions & 5 deletions nuxeo-core/nuxeo-core-convert/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.nuxeo.ecm.core</groupId>
<artifactId>nuxeo-core-parent</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
</parent>
<artifactId>nuxeo-core-convert</artifactId>
<name>Nuxeo Core Converter Service</name>
Expand Down Expand Up @@ -82,4 +80,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>
2 changes: 1 addition & 1 deletion nuxeo-core/nuxeo-core-event-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.ecm.core</groupId>
<artifactId>nuxeo-core-parent</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
</parent>

<artifactId>nuxeo-core-event-jms</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nuxeo-core/nuxeo-core-event/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nuxeo.ecm.core</groupId>
<artifactId>nuxeo-core-parent</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
</parent>
<artifactId>nuxeo-core-event</artifactId>
<name>Nuxeo Core Event</name>
Expand Down
2 changes: 1 addition & 1 deletion nuxeo-core/nuxeo-core-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.ecm.core</groupId>
<artifactId>nuxeo-core-parent</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
</parent>

<artifactId>nuxeo-core-io</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions nuxeo-core/nuxeo-core-management-jtajca/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.ecm.core</groupId>
<artifactId>nuxeo-core-parent</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
</parent>

<artifactId>nuxeo-core-management-jtajca</artifactId>
Expand Down Expand Up @@ -146,4 +146,4 @@
</plugins>
</build>

</project>
</project>
2 changes: 1 addition & 1 deletion nuxeo-core/nuxeo-core-management-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.ecm.core</groupId>
<artifactId>nuxeo-core-parent</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
</parent>

<groupId>org.nuxeo.ecm.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion nuxeo-core/nuxeo-core-management/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.ecm.core</groupId>
<artifactId>nuxeo-core-parent</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
</parent>

<groupId>org.nuxeo.ecm.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion nuxeo-core/nuxeo-core-mimetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.ecm.core</groupId>
<artifactId>nuxeo-core-parent</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion nuxeo-core/nuxeo-core-persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.ecm.core</groupId>
<artifactId>nuxeo-core-parent</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion nuxeo-core/nuxeo-core-query/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.ecm.core</groupId>
<artifactId>nuxeo-core-parent</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
</parent>

<artifactId>nuxeo-core-query</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nuxeo-core/nuxeo-core-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.ecm.core</groupId>
<artifactId>nuxeo-core-parent</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion nuxeo-core/nuxeo-core-schema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nuxeo.ecm.core</groupId>
<artifactId>nuxeo-core-parent</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
</parent>
<artifactId>nuxeo-core-schema</artifactId>
<name>Nuxeo Core Schema</name>
Expand Down
2 changes: 1 addition & 1 deletion nuxeo-core/nuxeo-core-storage-dbs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.ecm.core</groupId>
<artifactId>nuxeo-core-parent</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion nuxeo-core/nuxeo-core-storage-mem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.ecm.core</groupId>
<artifactId>nuxeo-core-parent</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion nuxeo-core/nuxeo-core-storage-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.ecm.core</groupId>
<artifactId>nuxeo-core-parent</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.ecm.core</groupId>
<artifactId>nuxeo-core-storage-sql-parent</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.ecm.core</groupId>
<artifactId>nuxeo-core-storage-sql-parent</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.ecm.core</groupId>
<artifactId>nuxeo-core-storage-sql-parent</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nuxeo.ecm.core</groupId>
<artifactId>nuxeo-core-storage-sql-parent</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
</parent>
<artifactId>nuxeo-core-storage-sql</artifactId>
<name>Nuxeo Core SQL Storage</name>
Expand Down
2 changes: 1 addition & 1 deletion nuxeo-core/nuxeo-core-storage-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.ecm.core</groupId>
<artifactId>nuxeo-core-parent</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion nuxeo-core/nuxeo-core-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.ecm.core</groupId>
<artifactId>nuxeo-core-parent</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions nuxeo-core/nuxeo-core-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.ecm.core</groupId>
<artifactId>nuxeo-core-parent</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
</parent>

<artifactId>nuxeo-core-test</artifactId>
Expand Down Expand Up @@ -220,4 +220,4 @@
</profile>
</profiles>

</project>
</project>
2 changes: 1 addition & 1 deletion nuxeo-core/nuxeo-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.ecm.core</groupId>
<artifactId>nuxeo-core-parent</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
</parent>

<artifactId>nuxeo-core</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions nuxeo-core/nuxeo-platform-commandline-executor/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.nuxeo.ecm.core</groupId>
<artifactId>nuxeo-core-parent</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
</parent>

<groupId>org.nuxeo.ecm.platform</groupId>
Expand Down Expand Up @@ -34,4 +33,4 @@
</dependency>
</dependencies>

</project>
</project>
6 changes: 3 additions & 3 deletions nuxeo-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>org.nuxeo.runtime</groupId>
<artifactId>nuxeo-runtime-parent</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
<relativePath>../nuxeo-runtime/pom.xml</relativePath>
</parent>

<groupId>org.nuxeo.ecm.core</groupId>
<artifactId>nuxeo-core-parent</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
<name>Nuxeo Core Parent</name>
<packaging>pom</packaging>
<description>
Expand Down Expand Up @@ -204,4 +204,4 @@
</profile>
</profiles>

</project>
</project>
4 changes: 2 additions & 2 deletions nuxeo-distribution/nuxeo-functional-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nuxeo</groupId>
<artifactId>nuxeo-ecm</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -118,4 +118,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
4 changes: 2 additions & 2 deletions nuxeo-distribution/nuxeo-jsf-ui-funkload-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.ecm.distribution</groupId>
<artifactId>nuxeo-distribution</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -144,4 +144,4 @@
</profile>
</profiles>

</project>
</project>
4 changes: 2 additions & 2 deletions nuxeo-distribution/nuxeo-jsf-ui-gatling-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nuxeo.ecm.distribution</groupId>
<artifactId>nuxeo-distribution</artifactId>
<version>8.10-SNAPSHOT</version>
<version>9.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -342,4 +342,4 @@
<id>monitor</id>
</profile>
</profiles>
</project>
</project>
Loading

0 comments on commit 40c2384

Please sign in to comment.