Skip to content

Commit 66ab40e

Browse files
committed
[RELEASE] - Bump version to 0.9.1
1 parent 8f8df4e commit 66ab40e

File tree

150 files changed

+152
-152
lines changed

Some content is hidden

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

150 files changed

+152
-152
lines changed

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<artifactId>shamrock-parent</artifactId>
1616
<groupId>org.jboss.shamrock</groupId>
17-
<version>1.0.0.Alpha1-SNAPSHOT</version>
17+
<version>0.9.1</version>
1818
</parent>
1919
<modelVersion>4.0.0</modelVersion>
2020

build-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<artifactId>shamrock-parent</artifactId>
1616
<groupId>org.jboss.shamrock</groupId>
17-
<version>1.0.0.Alpha1-SNAPSHOT</version>
17+
<version>0.9.1</version>
1818
</parent>
1919
<modelVersion>4.0.0</modelVersion>
2020

core/builder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.jboss.shamrock</groupId>
2828
<artifactId>shamrock-build-parent</artifactId>
29-
<version>1.0.0.Alpha1-SNAPSHOT</version>
29+
<version>0.9.1</version>
3030
<relativePath>../../build-parent/pom.xml</relativePath>
3131
</parent>
3232

core/creator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>shamrock-build-parent</artifactId>
2323
<groupId>org.jboss.shamrock</groupId>
24-
<version>1.0.0.Alpha1-SNAPSHOT</version>
24+
<version>0.9.1</version>
2525
<relativePath>../../build-parent/pom.xml</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

core/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.jboss.shamrock</groupId>
2525
<artifactId>shamrock-core-parent</artifactId>
26-
<version>1.0.0.Alpha1-SNAPSHOT</version>
26+
<version>0.9.1</version>
2727
<relativePath>../</relativePath>
2828
</parent>
2929

core/devmode/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>shamrock-build-parent</artifactId>
2323
<groupId>org.jboss.shamrock</groupId>
24-
<version>1.0.0.Alpha1-SNAPSHOT</version>
24+
<version>0.9.1</version>
2525
<relativePath>../../build-parent/pom.xml</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>shamrock-build-parent</artifactId>
2323
<groupId>org.jboss.shamrock</groupId>
24-
<version>1.0.0.Alpha1-SNAPSHOT</version>
24+
<version>0.9.1</version>
2525
<relativePath>../build-parent/pom.xml</relativePath>
2626
</parent>
2727
<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>org.jboss.shamrock</groupId>
99
<artifactId>shamrock-core-parent</artifactId>
10-
<version>1.0.0.Alpha1-SNAPSHOT</version>
10+
<version>0.9.1</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
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.jboss.shamrock</groupId>
2525
<artifactId>shamrock-core-parent</artifactId>
26-
<version>1.0.0.Alpha1-SNAPSHOT</version>
26+
<version>0.9.1</version>
2727
<relativePath>../</relativePath>
2828
</parent>
2929

devtools/aesh/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>shamrock-build-parent</artifactId>
2323
<groupId>org.jboss.shamrock</groupId>
24-
<version>1.0.0.Alpha1-SNAPSHOT</version>
24+
<version>0.9.1</version>
2525
<relativePath>../../build-parent/pom.xml</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)