Skip to content

Commit d79af48

Browse files
committed
[maven-release-plugin] prepare release 3.0.0-Alpha5
1 parent 1c7c65b commit d79af48

File tree

15 files changed

+16
-16
lines changed

15 files changed

+16
-16
lines changed

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

declarative/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-domain-declarative</artifactId>
55
<groupId>com.blazebit</groupId>
6-
<version>3.0.0-SNAPSHOT</version>
6+
<version>3.0.0-Alpha5</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

declarative/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-domain-declarative</artifactId>
55
<groupId>com.blazebit</groupId>
6-
<version>3.0.0-SNAPSHOT</version>
6+
<version>3.0.0-Alpha5</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

declarative/integration/cdi/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-domain-declarative-integration</artifactId>
55
<groupId>com.blazebit</groupId>
6-
<version>3.0.0-SNAPSHOT</version>
6+
<version>3.0.0-Alpha5</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

declarative/integration/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-domain-declarative</artifactId>
55
<groupId>com.blazebit</groupId>
6-
<version>3.0.0-SNAPSHOT</version>
6+
<version>3.0.0-Alpha5</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

declarative/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-domain-parent</artifactId>
55
<groupId>com.blazebit</groupId>
6-
<version>3.0.0-SNAPSHOT</version>
6+
<version>3.0.0-Alpha5</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-domain</artifactId>
24-
<version>3.0.0-SNAPSHOT</version>
24+
<version>3.0.0-Alpha5</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-domain-parent</artifactId>
24-
<version>3.0.0-SNAPSHOT</version>
24+
<version>3.0.0-Alpha5</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-domain-parent</artifactId>
24-
<version>3.0.0-SNAPSHOT</version>
24+
<version>3.0.0-Alpha5</version>
2525
<relativePath>../parent/pom.xml</relativePath>
2626
</parent>
2727

parent/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-domain</artifactId>
55
<groupId>com.blazebit</groupId>
6-
<version>3.0.0-SNAPSHOT</version>
6+
<version>3.0.0-Alpha5</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<packaging>pom</packaging>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</modules>
2020

2121
<artifactId>blaze-domain</artifactId>
22-
<version>3.0.0-SNAPSHOT</version>
22+
<version>3.0.0-Alpha5</version>
2323

2424
<name>Blazebit Blaze-Domain</name>
2525
<url>https://domain.blazebit.com</url>
@@ -60,7 +60,7 @@
6060
<connection>scm:git:git@github.com:Blazebit/blaze-domain.git</connection>
6161
<developerConnection>scm:git:git@github.com:Blazebit/blaze-domain.git</developerConnection>
6262
<url>git@github.com:Blazebit/blaze-domain.git</url>
63-
<tag>HEAD</tag>
63+
<tag>3.0.0-Alpha5</tag>
6464
</scm>
6565

6666
<developers>

typescript/pom.xml

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

0 commit comments

Comments
 (0)