Skip to content

Commit

Permalink
next version 11.0.16-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Infinispan committed Feb 11, 2022
1 parent c48eafe commit 34cc9b3
Show file tree
Hide file tree
Showing 98 changed files with 102 additions and 102 deletions.
2 changes: 1 addition & 1 deletion all/cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-all-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>infinispan-all-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion anchored-keys/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>infinispan-parent</artifactId>
<groupId>org.infinispan</groupId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>infinispan-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.infinispan.archetypes</groupId>
<artifactId>infinispan-archetypes</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion archetypes/embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.infinispan.archetypes</groupId>
<artifactId>infinispan-archetypes</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions archetypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.infinispan.archetypes</groupId>
<artifactId>infinispan-archetypes</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>

<name>Infinispan Archetypes</name>
<description>Infinispan Maven Archetypes</description>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.infinispan.archetypes</groupId>
<artifactId>infinispan-archetypes</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion build-configuration/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-build-configuration-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions build-configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.infinispan</groupId>
<artifactId>infinispan-build-configuration-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Infinispan Common Parent</name>
Expand Down Expand Up @@ -145,7 +145,7 @@
<version.hibernate_dep.javassist>3.23.2-GA</version.hibernate_dep.javassist>
<version.hibernate.osgi>${version.hibernate.core}</version.hibernate.osgi>
<version.hibernate.search>5.10.7.Final</version.hibernate.search>
<version.infinispan>11.0.15.Final</version.infinispan>
<version.infinispan>11.0.16-SNAPSHOT</version.infinispan>
<version.infinispan.arquillian>1.2.0.Beta3</version.infinispan.arquillian>
<version.infinispan.doclets>1.3.0</version.infinispan.doclets>
<version.infinispan.maven-plugins>1.0.2.Final</version.infinispan.maven-plugins>
Expand Down
2 changes: 1 addition & 1 deletion cdi/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-cdi-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cdi/embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-cdi-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cdi/remote/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions checkstyle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-bom</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../build-configuration/bom/pom.xml</relativePath>
</parent>

<artifactId>infinispan-checkstyle</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Infinispan Checkstyle Rules</name>
<description>Contains the definitions for the Infinispan commons code style and conventions</description>
Expand Down
2 changes: 1 addition & 1 deletion cli/cli-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion client/hotrod-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion client/infinispan-key-value-store-hotrod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-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.infinispan</groupId>
<artifactId>infinispan-marshaller-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion client/marshaller/kryo/kryo-marshaller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-marshaller-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion client/marshaller/marshaller-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-marshaller-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion client/marshaller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-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.infinispan</groupId>
<artifactId>infinispan-marshaller-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion client/marshaller/protostuff/protostuff-marshaller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-marshaller-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion client/rest-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion commons-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion commons/all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-commons-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion commons/jdk11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-commons-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion commons/loom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-commons-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion component-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-bom</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../build-configuration/bom/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion component-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion counter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>infinispan-distribution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extended-statistics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hibernate/cache-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-hibernate-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hibernate/cache-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-hibernate-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hibernate/cache-v51/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-hibernate-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hibernate/cache-v53/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-hibernate-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-parent</artifactId>
<version>11.0.15.Final</version>
<version>11.0.16-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 34cc9b3

Please sign in to comment.