Skip to content

Commit f74714d

Browse files
committed
[maven-release-plugin] prepare release automatalib-0.9.0
1 parent 21c2a81 commit f74714d

File tree

31 files changed

+32
-32
lines changed

31 files changed

+32
-32
lines changed

adapters/brics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<groupId>net.automatalib</groupId>
2323
<artifactId>automata-adapters-parent</artifactId>
24-
<version>0.9.0-SNAPSHOT</version>
24+
<version>0.9.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

adapters/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<groupId>net.automatalib</groupId>
2323
<artifactId>automata-build-parent</artifactId>
24-
<version>0.9.0-SNAPSHOT</version>
24+
<version>0.9.0</version>
2525
<relativePath>../build-parent/pom.xml</relativePath>
2626
</parent>
2727

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<groupId>net.automatalib</groupId>
2323
<artifactId>automata-build-parent</artifactId>
24-
<version>0.9.0-SNAPSHOT</version>
24+
<version>0.9.0</version>
2525
<relativePath>../build-parent/pom.xml</relativePath>
2626
</parent>
2727

archetypes/basic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<groupId>net.automatalib.archetypes</groupId>
2323
<artifactId>automata-archetypes-parent</artifactId>
24-
<version>0.9.0-SNAPSHOT</version>
24+
<version>0.9.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

archetypes/complete/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<groupId>net.automatalib.archetypes</groupId>
2323
<artifactId>automata-archetypes-parent</artifactId>
24-
<version>0.9.0-SNAPSHOT</version>
24+
<version>0.9.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

archetypes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<groupId>net.automatalib</groupId>
2323
<artifactId>automata-build-parent</artifactId>
24-
<version>0.9.0-SNAPSHOT</version>
24+
<version>0.9.0</version>
2525
<relativePath>../build-parent/pom.xml</relativePath>
2626
</parent>
2727

build-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<groupId>net.automatalib</groupId>
2323
<artifactId>automata-parent</artifactId>
24-
<version>0.9.0-SNAPSHOT</version>
24+
<version>0.9.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

build-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<groupId>net.automatalib</groupId>
2323
<artifactId>automata-parent</artifactId>
24-
<version>0.9.0-SNAPSHOT</version>
24+
<version>0.9.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<groupId>net.automatalib</groupId>
2323
<artifactId>automata-build-parent</artifactId>
24-
<version>0.9.0-SNAPSHOT</version>
24+
<version>0.9.0</version>
2525
<relativePath>../build-parent/pom.xml</relativePath>
2626
</parent>
2727

commons/smartcollections/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<groupId>net.automatalib</groupId>
2323
<artifactId>automata-commons-parent</artifactId>
24-
<version>0.9.0-SNAPSHOT</version>
24+
<version>0.9.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

0 commit comments

Comments
 (0)