Skip to content

Commit 7f9bff6

Browse files
committed
[RELEASE] - Bump version to 1.1.0.CR1
1 parent 16f4a93 commit 7f9bff6

File tree

444 files changed

+446
-446
lines changed

Some content is hidden

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

444 files changed

+446
-446
lines changed

bom/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>quarkus-parent</artifactId>
77
<groupId>io.quarkus</groupId>
8-
<version>999-SNAPSHOT</version>
8+
<version>1.1.0.CR1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

bom/runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>quarkus-parent</artifactId>
77
<groupId>io.quarkus</groupId>
8-
<version>999-SNAPSHOT</version>
8+
<version>1.1.0.CR1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

build-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>quarkus-parent</artifactId>
77
<groupId>io.quarkus</groupId>
8-
<version>999-SNAPSHOT</version>
8+
<version>1.1.0.CR1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

core/builder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>io.quarkus</groupId>
1212
<artifactId>quarkus-build-parent</artifactId>
13-
<version>999-SNAPSHOT</version>
13+
<version>1.1.0.CR1</version>
1414
<relativePath>../../build-parent/pom.xml</relativePath>
1515
</parent>
1616

core/creator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>quarkus-build-parent</artifactId>
77
<groupId>io.quarkus</groupId>
8-
<version>999-SNAPSHOT</version>
8+
<version>1.1.0.CR1</version>
99
<relativePath>../../build-parent/pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

core/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.quarkus</groupId>
99
<artifactId>quarkus-core-parent</artifactId>
10-
<version>999-SNAPSHOT</version>
10+
<version>1.1.0.CR1</version>
1111
<relativePath>../</relativePath>
1212
</parent>
1313

core/devmode/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>quarkus-build-parent</artifactId>
77
<groupId>io.quarkus</groupId>
8-
<version>999-SNAPSHOT</version>
8+
<version>1.1.0.CR1</version>
99
<relativePath>../../build-parent/pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>quarkus-build-parent</artifactId>
77
<groupId>io.quarkus</groupId>
8-
<version>999-SNAPSHOT</version>
8+
<version>1.1.0.CR1</version>
99
<relativePath>../build-parent/pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

core/processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.quarkus</groupId>
99
<artifactId>quarkus-core-parent</artifactId>
10-
<version>999-SNAPSHOT</version>
10+
<version>1.1.0.CR1</version>
1111
<relativePath>../</relativePath>
1212
</parent>
1313

core/runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.quarkus</groupId>
99
<artifactId>quarkus-core-parent</artifactId>
10-
<version>999-SNAPSHOT</version>
10+
<version>1.1.0.CR1</version>
1111
<relativePath>../</relativePath>
1212
</parent>
1313

0 commit comments

Comments
 (0)