Skip to content

Commit 4a56fd2

Browse files
author
Infinispan
committed
Next version 13.0.0-SNAPSHOT
1 parent 1ca39be commit 4a56fd2

File tree

16 files changed

+18
-18
lines changed

16 files changed

+18
-18
lines changed

cli/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.infinispan</groupId>
77
<artifactId>infinispan-quarkus-parent</artifactId>
8-
<version>13.0.0.CR2</version>
8+
<version>13.0.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

embedded/deployment/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.infinispan</groupId>
88
<artifactId>infinispan-quarkus-embedded-parent</artifactId>
9-
<version>13.0.0.CR2</version>
9+
<version>13.0.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

embedded/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<groupId>org.infinispan</groupId>
77
<artifactId>infinispan-quarkus-parent</artifactId>
8-
<version>13.0.0.CR2</version>
8+
<version>13.0.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
1212

1313
<artifactId>infinispan-quarkus-embedded-parent</artifactId>
14-
<version>13.0.0.CR2</version>
14+
<version>13.0.0-SNAPSHOT</version>
1515
<name>Infinispan Quarkus :: Embedded Parent</name>
1616

1717
<packaging>pom</packaging>

embedded/runtime/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.infinispan</groupId>
88
<artifactId>infinispan-quarkus-embedded-parent</artifactId>
9-
<version>13.0.0.CR2</version>
9+
<version>13.0.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

integration-tests/embedded/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>infinispan-quarkus-integration-tests-parent</artifactId>
77
<groupId>org.infinispan</groupId>
8-
<version>13.0.0.CR2</version>
8+
<version>13.0.0-SNAPSHOT</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>infinispan-quarkus-parent</artifactId>
77
<groupId>org.infinispan</groupId>
8-
<version>13.0.0.CR2</version>
8+
<version>13.0.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

integration-tests/server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.infinispan</groupId>
77
<artifactId>infinispan-quarkus-integration-tests-parent</artifactId>
8-
<version>13.0.0.CR2</version>
8+
<version>13.0.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>infinispan-quarkus-integration-test-server</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>org.infinispan</groupId>
88
<artifactId>infinispan-build-configuration-parent</artifactId>
9-
<version>13.0.0.CR2</version>
9+
<version>13.0.0-SNAPSHOT</version>
1010
<relativePath/>
1111
</parent>
1212

1313
<artifactId>infinispan-quarkus-parent</artifactId>
14-
<version>13.0.0.CR2</version>
14+
<version>13.0.0-SNAPSHOT</version>
1515
<name>Infinispan Quarkus :: Parent pom</name>
1616
<packaging>pom</packaging>
1717

poms/bom-deployment/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.infinispan</groupId>
88
<artifactId>infinispan-quarkus-poms</artifactId>
9-
<version>13.0.0.CR2</version>
9+
<version>13.0.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

poms/bom-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.infinispan</groupId>
88
<artifactId>infinispan-quarkus-poms</artifactId>
9-
<version>13.0.0.CR2</version>
9+
<version>13.0.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

poms/bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.infinispan</groupId>
99
<artifactId>infinispan-quarkus-poms</artifactId>
10-
<version>13.0.0.CR2</version>
10+
<version>13.0.0-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

poms/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.infinispan</groupId>
88
<artifactId>infinispan-quarkus-parent</artifactId>
9-
<version>13.0.0.CR2</version>
9+
<version>13.0.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

server-runner/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.infinispan</groupId>
77
<artifactId>infinispan-quarkus-parent</artifactId>
8-
<version>13.0.0.CR2</version>
8+
<version>13.0.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

server/deployment/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.infinispan</groupId>
77
<artifactId>infinispan-quarkus-server-parent</artifactId>
8-
<version>13.0.0.CR2</version>
8+
<version>13.0.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.infinispan</groupId>
77
<artifactId>infinispan-quarkus-parent</artifactId>
8-
<version>13.0.0.CR2</version>
8+
<version>13.0.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

server/runtime/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.infinispan</groupId>
77
<artifactId>infinispan-quarkus-server-parent</artifactId>
8-
<version>13.0.0.CR2</version>
8+
<version>13.0.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)