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

commons/util/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-commons-parent</artifactId>
33-
<version>0.8.0-SNAPSHOT</version>
33+
<version>0.7.1</version>
3434
<relativePath>../pom.xml</relativePath>
3535
</parent>
3636

core/pom.xml

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

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
<parent>
2121
<groupId>net.automatalib</groupId>
2222
<artifactId>automata-build-parent</artifactId>
23-
<version>0.8.0-SNAPSHOT</version>
23+
<version>0.7.1</version>
2424
<relativePath>../build-parent/pom.xml</relativePath>
2525
</parent>
2626

examples/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

incremental/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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<!-- ================================= PROJECT INFO ============================== -->
2222
<groupId>net.automatalib</groupId>
2323
<artifactId>automata-parent</artifactId>
24-
<version>0.8.0-SNAPSHOT</version>
24+
<version>0.7.1</version>
2525
<packaging>pom</packaging>
2626

2727
<name>AutomataLib</name>
@@ -103,7 +103,7 @@ limitations under the License.
103103
<connection>scm:git:[email protected]:learnlib/automatalib.git</connection>
104104
<developerConnection>scm:git:[email protected]:learnlib/automatalib.git</developerConnection>
105105
<url>https://github.com/learnlib/automatalib/tree/develop</url>
106-
<tag>HEAD</tag>
106+
<tag>automatalib-0.7.1</tag>
107107
</scm>
108108

109109
<!--

serialization/aut/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ limitations under the License.
2727
<parent>
2828
<groupId>net.automatalib</groupId>
2929
<artifactId>automata-serialization-parent</artifactId>
30-
<version>0.8.0-SNAPSHOT</version>
30+
<version>0.7.1</version>
3131
<relativePath>../pom.xml</relativePath>
3232
</parent>
3333

serialization/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ limitations under the License.
2727
<parent>
2828
<groupId>net.automatalib</groupId>
2929
<artifactId>automata-serialization-parent</artifactId>
30-
<version>0.8.0-SNAPSHOT</version>
30+
<version>0.7.1</version>
3131
<relativePath>../pom.xml</relativePath>
3232
</parent>
3333

serialization/dot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ limitations under the License.
2727
<parent>
2828
<groupId>net.automatalib</groupId>
2929
<artifactId>automata-serialization-parent</artifactId>
30-
<version>0.8.0-SNAPSHOT</version>
30+
<version>0.7.1</version>
3131
<relativePath>../pom.xml</relativePath>
3232
</parent>
3333

serialization/learnlibv2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ limitations under the License.
2727
<parent>
2828
<groupId>net.automatalib</groupId>
2929
<artifactId>automata-serialization-parent</artifactId>
30-
<version>0.8.0-SNAPSHOT</version>
30+
<version>0.7.1</version>
3131
<relativePath>../pom.xml</relativePath>
3232
</parent>
3333

serialization/pom.xml

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

serialization/saf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ limitations under the License.
2727
<parent>
2828
<groupId>net.automatalib</groupId>
2929
<artifactId>automata-serialization-parent</artifactId>
30-
<version>0.8.0-SNAPSHOT</version>
30+
<version>0.7.1</version>
3131
<relativePath>../pom.xml</relativePath>
3232
</parent>
3333

serialization/taf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ limitations under the License.
2727
<parent>
2828
<groupId>net.automatalib</groupId>
2929
<artifactId>automata-serialization-parent</artifactId>
30-
<version>0.8.0-SNAPSHOT</version>
30+
<version>0.7.1</version>
3131
<relativePath>../pom.xml</relativePath>
3232
</parent>
3333

util/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

visualization/dot-visualizer/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</groupId>
3131
<artifactId>automata-visualization-parent</artifactId>
32-
<version>0.8.0-SNAPSHOT</version>
32+
<version>0.7.1</version>
3333
<relativePath>../pom.xml</relativePath>
3434
</parent>
3535

visualization/jung-visualizer/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</groupId>
3131
<artifactId>automata-visualization-parent</artifactId>
32-
<version>0.8.0-SNAPSHOT</version>
32+
<version>0.7.1</version>
3333
<relativePath>../pom.xml</relativePath>
3434
</parent>
3535

visualization/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</groupId>
3131
<artifactId>automata-build-parent</artifactId>
32-
<version>0.8.0-SNAPSHOT</version>
32+
<version>0.7.1</version>
3333
<relativePath>../build-parent/pom.xml</relativePath>
3434
</parent>
3535

0 commit comments

Comments
 (0)