Skip to content

Commit 8a41962

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 09ff379 commit 8a41962

File tree

126 files changed

+133
-133
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+133
-133
lines changed

archetype/core-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.blazebit</groupId>
2323
<artifactId>blaze-persistence-archetype</artifactId>
24-
<version>1.6.3</version>
24+
<version>1.6.4-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

archetype/deltaspike-data-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>blaze-persistence-archetype</artifactId>
2020
<groupId>com.blazebit</groupId>
21-
<version>1.6.3</version>
21+
<version>1.6.4-SNAPSHOT</version>
2222
<relativePath>../pom.xml</relativePath>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>

archetype/entity-view-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.blazebit</groupId>
2323
<artifactId>blaze-persistence-archetype</artifactId>
24-
<version>1.6.3</version>
24+
<version>1.6.4-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

archetype/java-ee-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>blaze-persistence-archetype</artifactId>
2020
<groupId>com.blazebit</groupId>
21-
<version>1.6.3</version>
21+
<version>1.6.4-SNAPSHOT</version>
2222
<relativePath>../pom.xml</relativePath>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>

archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.blazebit</groupId>
2121
<artifactId>blaze-persistence-parent</artifactId>
22-
<version>1.6.3</version>
22+
<version>1.6.4-SNAPSHOT</version>
2323
<relativePath>../parent/pom.xml</relativePath>
2424
</parent>
2525

archetype/spring-boot-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>blaze-persistence-archetype</artifactId>
2020
<groupId>com.blazebit</groupId>
21-
<version>1.6.3</version>
21+
<version>1.6.4-SNAPSHOT</version>
2222
<relativePath>../pom.xml</relativePath>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>

archetype/spring-data-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>blaze-persistence-archetype</artifactId>
55
<groupId>com.blazebit</groupId>
6-
<version>1.6.3</version>
6+
<version>1.6.4-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

checkstyle-rules/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.blazebit</groupId>
2323
<artifactId>blaze-persistence</artifactId>
24-
<version>1.6.3</version>
24+
<version>1.6.4-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

core/api-jar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.blazebit</groupId>
2323
<artifactId>blaze-persistence-core</artifactId>
24-
<version>1.6.3</version>
24+
<version>1.6.4-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

core/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.blazebit</groupId>
2323
<artifactId>blaze-persistence-core</artifactId>
24-
<version>1.6.3</version>
24+
<version>1.6.4-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

0 commit comments

Comments
 (0)