Skip to content

Commit

Permalink
[Jenkins release job] Preparing next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins user committed Mar 21, 2019
1 parent 4c1b145 commit 8c1204c
Show file tree
Hide file tree
Showing 60 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion backend/elasticsearch/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent</artifactId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-backend-elasticsearch</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/lucene/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent</artifactId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-backend-lucene</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion build-config/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent</artifactId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
</parent>
<artifactId>hibernate-search-build-config</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>hibernate-search-parent</artifactId>
<groupId>org.hibernate.search</groupId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
</parent>

<artifactId>hibernate-search-distribution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion documentation/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent</artifactId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
</parent>
<artifactId>hibernate-search-documentation</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion engine/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent</artifactId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
</parent>
<artifactId>hibernate-search-engine</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion integrationtest/backend/elasticsearch/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-backend-elasticsearch</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/backend/lucene/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-backend-lucene</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/backend/tck/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-backend-tck</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/jdk/java-modules/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-java-modules</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/mapper/orm/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-orm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/mapper/pojo/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-mapper-pojo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent</artifactId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
</parent>
<artifactId>hibernate-search-integrationtest</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/showcase/library/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-showcase-library</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion legacy/backends/jgroups/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>hibernate-search-legacy-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion legacy/backends/jms/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>hibernate-search-legacy-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion legacy/documentation/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>hibernate-search-legacy-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion legacy/elasticsearch-aws/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>hibernate-search-legacy-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion legacy/elasticsearch/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>hibernate-search-legacy-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion legacy/engine/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>hibernate-search-legacy-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion legacy/infinispan/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>hibernate-search-legacy-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion legacy/integrationtest/elasticsearch/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>hibernate-search-legacy-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion legacy/integrationtest/jdk9-modules/pom.xml
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>hibernate-search-legacy-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion legacy/integrationtest/jms/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>hibernate-search-legacy-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion legacy/integrationtest/jsr352/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>hibernate-search-legacy-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion legacy/integrationtest/narayana/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>hibernate-search-legacy-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion legacy/integrationtest/osgi/karaf-features/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>hibernate-search-legacy-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion legacy/integrationtest/osgi/karaf-it/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>hibernate-search-legacy-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-legacy-parent</artifactId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion legacy/integrationtest/performance/engine-lucene/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-legacy-parent</artifactId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion legacy/integrationtest/performance/orm/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>hibernate-search-legacy-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion legacy/integrationtest/performance/sandbox/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>hibernate-search-legacy-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion legacy/integrationtest/spring/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>hibernate-search-legacy-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion legacy/integrationtest/wildfly/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>hibernate-search-legacy-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion legacy/jbossmodules/backend-jgroups/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-jbossmodules-parent</artifactId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
</parent>

<artifactId>hibernate-search-jbossmodules-backend-jgroups</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion legacy/jbossmodules/elasticsearch-aws/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-jbossmodules-parent</artifactId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
</parent>

<artifactId>hibernate-search-jbossmodules-elasticsearch-aws</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion legacy/jbossmodules/elasticsearch/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-jbossmodules-parent</artifactId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
</parent>

<artifactId>hibernate-search-jbossmodules-elasticsearch</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion legacy/jbossmodules/engine/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-jbossmodules-parent</artifactId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
</parent>

<artifactId>hibernate-search-jbossmodules-engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion legacy/jbossmodules/orm/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-jbossmodules-parent</artifactId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
</parent>

<artifactId>hibernate-search-jbossmodules-orm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion legacy/jbossmodules/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-legacy-parent</artifactId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
</parent>

<artifactId>hibernate-search-jbossmodules-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion legacy/jbossmodules/testing/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-jbossmodules-parent</artifactId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
</parent>

<artifactId>hibernate-search-jbossmodules-testing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion legacy/jsr352/core/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-jsr352-parent</artifactId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
</parent>

<artifactId>hibernate-search-jsr352-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion legacy/jsr352/jberet/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-jsr352-parent</artifactId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
</parent>

<artifactId>hibernate-search-jsr352-jberet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion legacy/jsr352/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>hibernate-search-legacy-parent</artifactId>
<groupId>org.hibernate</groupId>
<version>6.0.0.Alpha3</version>
<version>6.0.0-SNAPSHOT</version>
</parent>

<artifactId>hibernate-search-jsr352-parent</artifactId>
Expand Down

0 comments on commit 8c1204c

Please sign in to comment.