Skip to content

Commit ea372e1

Browse files
committed
[Jenkins release job] Preparing next development iteration
1 parent 5a794bd commit ea372e1

File tree

24 files changed

+25
-25
lines changed

24 files changed

+25
-25
lines changed

annotation-processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.hibernate.validator</groupId>
1313
<artifactId>hibernate-validator-public-parent</artifactId>
14-
<version>9.0.0.Beta1</version>
14+
<version>9.0.0-SNAPSHOT</version>
1515
<relativePath>../parents/public/pom.xml</relativePath>
1616
</parent>
1717

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.hibernate.validator</groupId>
1414
<artifactId>hibernate-validator-parent</artifactId>
15-
<version>9.0.0.Beta1</version>
15+
<version>9.0.0-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

build/build-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.hibernate.validator</groupId>
1313
<artifactId>hibernate-validator-parent</artifactId>
14-
<version>9.0.0.Beta1</version>
14+
<version>9.0.0-SNAPSHOT</version>
1515
<relativePath>../..</relativePath>
1616
</parent>
1717

build/enforcer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.hibernate.validator</groupId>
1313
<artifactId>hibernate-validator-parent</artifactId>
14-
<version>9.0.0.Beta1</version>
14+
<version>9.0.0-SNAPSHOT</version>
1515
<relativePath>../..</relativePath>
1616
</parent>
1717

cdi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.hibernate.validator</groupId>
1313
<artifactId>hibernate-validator-public-parent</artifactId>
14-
<version>9.0.0.Beta1</version>
14+
<version>9.0.0-SNAPSHOT</version>
1515
<relativePath>../parents/public/pom.xml</relativePath>
1616
</parent>
1717

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.hibernate.validator</groupId>
1212
<artifactId>hibernate-validator-internal-parent</artifactId>
13-
<version>9.0.0.Beta1</version>
13+
<version>9.0.0-SNAPSHOT</version>
1414
<relativePath>../parents/internal/pom.xml</relativePath>
1515
</parent>
1616

documentation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.hibernate.validator</groupId>
1313
<artifactId>hibernate-validator-internal-parent</artifactId>
14-
<version>9.0.0.Beta1</version>
14+
<version>9.0.0-SNAPSHOT</version>
1515
<relativePath>../parents/internal/pom.xml</relativePath>
1616
</parent>
1717

engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.hibernate.validator</groupId>
1313
<artifactId>hibernate-validator-public-parent</artifactId>
14-
<version>9.0.0.Beta1</version>
14+
<version>9.0.0-SNAPSHOT</version>
1515
<relativePath>../parents/public/pom.xml</relativePath>
1616
</parent>
1717

integrationtest/java/modules/cdi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.hibernate.validator</groupId>
1414
<artifactId>hibernate-validator-internal-parent</artifactId>
15-
<version>9.0.0.Beta1</version>
15+
<version>9.0.0-SNAPSHOT</version>
1616
<relativePath>../../../../parents/internal/pom.xml</relativePath>
1717
</parent>
1818

integrationtest/java/modules/no-el/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.hibernate.validator</groupId>
1414
<artifactId>hibernate-validator-internal-parent</artifactId>
15-
<version>9.0.0.Beta1</version>
15+
<version>9.0.0-SNAPSHOT</version>
1616
<relativePath>../../../../parents/internal/pom.xml</relativePath>
1717
</parent>
1818

integrationtest/java/modules/simple/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.hibernate.validator</groupId>
1414
<artifactId>hibernate-validator-internal-parent</artifactId>
15-
<version>9.0.0.Beta1</version>
15+
<version>9.0.0-SNAPSHOT</version>
1616
<relativePath>../../../../parents/internal/pom.xml</relativePath>
1717
</parent>
1818

integrationtest/java/modules/test-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.hibernate.validator</groupId>
1414
<artifactId>hibernate-validator-internal-parent</artifactId>
15-
<version>9.0.0.Beta1</version>
15+
<version>9.0.0-SNAPSHOT</version>
1616
<relativePath>../../../../parents/internal/pom.xml</relativePath>
1717
</parent>
1818

integrationtest/wildfly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.hibernate.validator</groupId>
1313
<artifactId>hibernate-validator-internal-parent</artifactId>
14-
<version>9.0.0.Beta1</version>
14+
<version>9.0.0-SNAPSHOT</version>
1515
<relativePath>../../parents/internal/pom.xml</relativePath>
1616
</parent>
1717

parents/internal/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.hibernate.validator</groupId>
1414
<artifactId>hibernate-validator-parent</artifactId>
15-
<version>9.0.0.Beta1</version>
15+
<version>9.0.0-SNAPSHOT</version>
1616
<relativePath>../../pom.xml</relativePath>
1717
</parent>
1818

parents/public/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.hibernate.validator</groupId>
1414
<artifactId>hibernate-validator-parent</artifactId>
15-
<version>9.0.0.Beta1</version>
15+
<version>9.0.0-SNAPSHOT</version>
1616
<relativePath>../../pom.xml</relativePath>
1717
</parent>
1818

performance/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.hibernate.validator</groupId>
1313
<artifactId>hibernate-validator-parent</artifactId>
14-
<version>9.0.0.Beta1</version>
14+
<version>9.0.0-SNAPSHOT</version>
1515
</parent>
1616

1717
<artifactId>hibernate-validator-performance</artifactId>

pom.xml

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

1515
<groupId>org.hibernate.validator</groupId>
1616
<artifactId>hibernate-validator-parent</artifactId>
17-
<version>9.0.0.Beta1</version>
17+
<version>9.0.0-SNAPSHOT</version>
1818
<packaging>pom</packaging>
1919

2020
<name>Hibernate Validator Aggregator</name>
@@ -107,7 +107,7 @@
107107
</modules>
108108

109109
<properties>
110-
<project.build.outputTimestamp>2024-08-01T19:50:21Z</project.build.outputTimestamp>
110+
<project.build.outputTimestamp>2024-08-01T19:54:01Z</project.build.outputTimestamp>
111111

112112
<!-- Version to be used as baseline for API/SPI change reports -->
113113

relocation/annotation-processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.hibernate.validator</groupId>
1212
<artifactId>hibernate-validator-relocation</artifactId>
13-
<version>9.0.0.Beta1</version>
13+
<version>9.0.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<groupId>org.hibernate</groupId>

relocation/cdi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.hibernate.validator</groupId>
1212
<artifactId>hibernate-validator-relocation</artifactId>
13-
<version>9.0.0.Beta1</version>
13+
<version>9.0.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<groupId>org.hibernate</groupId>

relocation/engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.hibernate.validator</groupId>
1212
<artifactId>hibernate-validator-relocation</artifactId>
13-
<version>9.0.0.Beta1</version>
13+
<version>9.0.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<groupId>org.hibernate</groupId>

relocation/karaf-features/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.hibernate.validator</groupId>
1212
<artifactId>hibernate-validator-relocation</artifactId>
13-
<version>9.0.0.Beta1</version>
13+
<version>9.0.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<groupId>org.hibernate</groupId>

relocation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.hibernate.validator</groupId>
1212
<artifactId>hibernate-validator-parent</artifactId>
13-
<version>9.0.0.Beta1</version>
13+
<version>9.0.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<artifactId>hibernate-validator-relocation</artifactId>

tck-runner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.hibernate.validator</groupId>
1313
<artifactId>hibernate-validator-internal-parent</artifactId>
14-
<version>9.0.0.Beta1</version>
14+
<version>9.0.0-SNAPSHOT</version>
1515
<relativePath>../parents/internal/pom.xml</relativePath>
1616
</parent>
1717

test-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.hibernate.validator</groupId>
1212
<artifactId>hibernate-validator-public-parent</artifactId>
13-
<version>9.0.0.Beta1</version>
13+
<version>9.0.0-SNAPSHOT</version>
1414
<relativePath>../parents/public/pom.xml</relativePath>
1515
</parent>
1616
<artifactId>hibernate-validator-test-utils</artifactId>

0 commit comments

Comments
 (0)