Skip to content

Commit fab3bb9

Browse files
author
Infinispan
committed
Releasing 6.0.1
1 parent def13b0 commit fab3bb9

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.infinispan.protostream</groupId>
88
<artifactId>parent</artifactId>
9-
<version>6.0.1-SNAPSHOT</version>
9+
<version>6.0.1</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

integrationtests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.infinispan.protostream</groupId>
88
<artifactId>parent</artifactId>
9-
<version>6.0.1-SNAPSHOT</version>
9+
<version>6.0.1</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.infinispan.protostream</groupId>
77
<artifactId>parent</artifactId>
8-
<version>6.0.1-SNAPSHOT</version>
8+
<version>6.0.1</version>
99
<relativePath>../parent/pom.xml</relativePath>
1010
</parent>
1111

parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.infinispan.protostream</groupId>
77
<artifactId>parent</artifactId>
8-
<version>6.0.1-SNAPSHOT</version>
8+
<version>6.0.1</version>
99
<packaging>pom</packaging>
1010

1111
<name>ProtoStream - parent</name>
@@ -51,7 +51,7 @@
5151
<properties>
5252
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5353
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
54-
<project.build.outputTimestamp>2025-10-27T15:11:36Z</project.build.outputTimestamp>
54+
<project.build.outputTimestamp>2025-11-03T16:40:34Z</project.build.outputTimestamp>
5555

5656
<!-- plugins version -->
5757
<maven.compiler.target>17</maven.compiler.target>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<parent>
77
<groupId>org.infinispan.protostream</groupId>
88
<artifactId>parent</artifactId>
9-
<version>6.0.1-SNAPSHOT</version>
9+
<version>6.0.1</version>
1010
<relativePath>parent/pom.xml</relativePath>
1111
</parent>
1212

1313
<artifactId>protostream-aggregator</artifactId>
1414
<packaging>pom</packaging>
15-
<version>6.0.1-SNAPSHOT</version>
15+
<version>6.0.1</version>
1616

1717
<name>ProtoStream</name>
1818
<description>Aggregator module for the ProtoStream project. Builds the distribution of the project.</description>

processor-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.infinispan.protostream</groupId>
88
<artifactId>parent</artifactId>
9-
<version>6.0.1-SNAPSHOT</version>
9+
<version>6.0.1</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.infinispan.protostream</groupId>
88
<artifactId>parent</artifactId>
9-
<version>6.0.1-SNAPSHOT</version>
9+
<version>6.0.1</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

types/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.infinispan.protostream</groupId>
88
<artifactId>parent</artifactId>
9-
<version>6.0.1-SNAPSHOT</version>
9+
<version>6.0.1</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)