Skip to content

Commit 12d1018

Browse files
committed
[maven-release-plugin] prepare release automatalib-0.7.1
1 parent 460c262 commit 12d1018

File tree

27 files changed

+28
-28
lines changed

27 files changed

+28
-28
lines changed

adapters/brics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ limitations under the License.
3030
<parent>
3131
<groupId>net.automatalib</groupId>
3232
<artifactId>automata-adapters-parent</artifactId>
33-
<version>0.8.0-SNAPSHOT</version>
33+
<version>0.7.1</version>
3434
<relativePath>../pom.xml</relativePath>
3535
</parent>
3636

adapters/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ limitations under the License.
3131
<parent>
3232
<groupId>net.automatalib</groupId>
3333
<artifactId>automata-build-parent</artifactId>
34-
<version>0.8.0-SNAPSHOT</version>
34+
<version>0.7.1</version>
3535
<relativePath>../build-parent/pom.xml</relativePath>
3636
</parent>
3737

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ limitations under the License.
3232
<parent>
3333
<groupId>net.automatalib</groupId>
3434
<artifactId>automata-build-parent</artifactId>
35-
<version>0.8.0-SNAPSHOT</version>
35+
<version>0.7.1</version>
3636
<relativePath>../build-parent/pom.xml</relativePath>
3737
</parent>
3838

archetypes/basic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ limitations under the License.
2929
<parent>
3030
<groupId>net.automatalib.archetypes</groupId>
3131
<artifactId>automata-archetypes-parent</artifactId>
32-
<version>0.8.0-SNAPSHOT</version>
32+
<version>0.7.1</version>
3333
<relativePath>../pom.xml</relativePath>
3434
</parent>
3535

archetypes/complete/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ limitations under the License.
2929
<parent>
3030
<groupId>net.automatalib.archetypes</groupId>
3131
<artifactId>automata-archetypes-parent</artifactId>
32-
<version>0.8.0-SNAPSHOT</version>
32+
<version>0.7.1</version>
3333
<relativePath>../pom.xml</relativePath>
3434
</parent>
3535

archetypes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ limitations under the License.
3030
<parent>
3131
<groupId>net.automatalib</groupId>
3232
<artifactId>automata-build-parent</artifactId>
33-
<version>0.8.0-SNAPSHOT</version>
33+
<version>0.7.1</version>
3434
<relativePath>../build-parent/pom.xml</relativePath>
3535
</parent>
3636

build-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ limitations under the License.
3030
<parent>
3131
<groupId>net.automatalib</groupId>
3232
<artifactId>automata-parent</artifactId>
33-
<version>0.8.0-SNAPSHOT</version>
33+
<version>0.7.1</version>
3434
<relativePath>../pom.xml</relativePath>
3535
</parent>
3636

build-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<groupId>net.automatalib</groupId>
2424
<artifactId>automata-parent</artifactId>
25-
<version>0.8.0-SNAPSHOT</version>
25+
<version>0.7.1</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ limitations under the License.
3131
<parent>
3232
<groupId>net.automatalib</groupId>
3333
<artifactId>automata-build-parent</artifactId>
34-
<version>0.8.0-SNAPSHOT</version>
34+
<version>0.7.1</version>
3535
<relativePath>../build-parent/pom.xml</relativePath>
3636
</parent>
3737

commons/smartcollections/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ limitations under the License.
3232
<parent>
3333
<groupId>net.automatalib</groupId>
3434
<artifactId>automata-commons-parent</artifactId>
35-
<version>0.8.0-SNAPSHOT</version>
35+
<version>0.7.1</version>
3636
<relativePath>../pom.xml</relativePath>
3737
</parent>
3838

0 commit comments

Comments
 (0)