Skip to content

Commit a36f397

Browse files
committed
[maven-release-plugin] prepare release 1.0.0-Alpha3
1 parent 9d608be commit a36f397

26 files changed

Lines changed: 27 additions & 27 deletions

File tree

checkstyle-rules/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-job</artifactId>
55
<groupId>com.blazebit</groupId>
6-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0-Alpha3</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

core/api/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-job-core</artifactId>
55
<groupId>com.blazebit</groupId>
6-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0-Alpha3</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

core/impl/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-job-core</artifactId>
55
<groupId>com.blazebit</groupId>
6-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0-Alpha3</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

core/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-job-parent</artifactId>
55
<groupId>com.blazebit</groupId>
6-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0-Alpha3</version>
77
<relativePath>../parent/pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

dist/bom/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-job</artifactId>
24-
<version>1.0.0-SNAPSHOT</version>
24+
<version>1.0.0-Alpha3</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

dist/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-job-parent</artifactId>
24-
<version>1.0.0-SNAPSHOT</version>
24+
<version>1.0.0-Alpha3</version>
2525
<relativePath>../parent/pom.xml</relativePath>
2626
</parent>
2727

documentation/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-job-parent</artifactId>
24-
<version>1.0.0-SNAPSHOT</version>
24+
<version>1.0.0-Alpha3</version>
2525
<relativePath>../parent/pom.xml</relativePath>
2626
</parent>
2727

jpa/model/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-job-jpa</artifactId>
55
<groupId>com.blazebit</groupId>
6-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0-Alpha3</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

jpa/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-job-parent</artifactId>
55
<groupId>com.blazebit</groupId>
6-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0-Alpha3</version>
77
<relativePath>../parent/pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

jpa/storage/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-job-jpa</artifactId>
55
<groupId>com.blazebit</groupId>
6-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0-Alpha3</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)