Skip to content

Commit 5c72183

Browse files
committed
[maven-release-plugin] prepare release automatalib-0.12.1
1 parent e2e6f08 commit 5c72183

File tree

33 files changed

+34
-34
lines changed

33 files changed

+34
-34
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.13.0-SNAPSHOT</version>
24+
<version>0.12.1</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.13.0-SNAPSHOT</version>
24+
<version>0.12.1</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.13.0-SNAPSHOT</version>
24+
<version>0.12.1</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.13.0-SNAPSHOT</version>
24+
<version>0.12.1</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.13.0-SNAPSHOT</version>
24+
<version>0.12.1</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.13.0-SNAPSHOT</version>
24+
<version>0.12.1</version>
2525
<relativePath>../build-parent/pom.xml</relativePath>
2626
</parent>
2727

build-config/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.13.0-SNAPSHOT</version>
24+
<version>0.12.1</version>
2525
<relativePath>../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.13.0-SNAPSHOT</version>
24+
<version>0.12.1</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.13.0-SNAPSHOT</version>
24+
<version>0.12.1</version>
2525
<relativePath>../build-parent/pom.xml</relativePath>
2626
</parent>
2727

commons/settings/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.13.0-SNAPSHOT</version>
24+
<version>0.12.1</version>
2525
<relativePath>../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.13.0-SNAPSHOT</version>
24+
<version>0.12.1</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

commons/util/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.13.0-SNAPSHOT</version>
24+
<version>0.12.1</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

core/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.13.0-SNAPSHOT</version>
24+
<version>0.12.1</version>
2525
<relativePath>../build-parent/pom.xml</relativePath>
2626
</parent>
2727

distribution/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.13.0-SNAPSHOT</version>
24+
<version>0.12.1</version>
2525
<relativePath>../build-parent/pom.xml</relativePath>
2626
</parent>
2727

examples/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.13.0-SNAPSHOT</version>
24+
<version>0.12.1</version>
2525
<relativePath>../build-parent/pom.xml</relativePath>
2626
</parent>
2727

incremental/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.13.0-SNAPSHOT</version>
24+
<version>0.12.1</version>
2525
<relativePath>../build-parent/pom.xml</relativePath>
2626
</parent>
2727

modelchecking/ltsmin/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-modelchecking-parent</artifactId>
24-
<version>0.13.0-SNAPSHOT</version>
24+
<version>0.12.1</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

modelchecking/m3c/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-modelchecking-parent</artifactId>
24-
<version>0.13.0-SNAPSHOT</version>
24+
<version>0.12.1</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

modelchecking/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.13.0-SNAPSHOT</version>
24+
<version>0.12.1</version>
2525
<relativePath>../build-parent/pom.xml</relativePath>
2626
</parent>
2727

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.13.0-SNAPSHOT</version>
24+
<version>0.12.1</version>
2525
<packaging>pom</packaging>
2626

2727
<name>AutomataLib</name>
@@ -151,7 +151,7 @@ limitations under the License.
151151
<connection>scm:git:https://github.com/LearnLib/automatalib.git</connection>
152152
<developerConnection>scm:git:[email protected]:LearnLib/automatalib.git</developerConnection>
153153
<url>https://github.com/LearnLib/automatalib/tree/develop</url>
154-
<tag>HEAD</tag>
154+
<tag>automatalib-0.12.1</tag>
155155
</scm>
156156
<issueManagement>
157157
<system>GitHub Issues</system>

serialization/aut/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-serialization-parent</artifactId>
24-
<version>0.13.0-SNAPSHOT</version>
24+
<version>0.12.1</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

serialization/ba/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-serialization-parent</artifactId>
24-
<version>0.13.0-SNAPSHOT</version>
24+
<version>0.12.1</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

serialization/dot/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-serialization-parent</artifactId>
24-
<version>0.13.0-SNAPSHOT</version>
24+
<version>0.12.1</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

serialization/etf/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-serialization-parent</artifactId>
24-
<version>0.13.0-SNAPSHOT</version>
24+
<version>0.12.1</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

serialization/fsm/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-serialization-parent</artifactId>
24-
<version>0.13.0-SNAPSHOT</version>
24+
<version>0.12.1</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

serialization/learnlibv2/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-serialization-parent</artifactId>
24-
<version>0.13.0-SNAPSHOT</version>
24+
<version>0.12.1</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

serialization/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.13.0-SNAPSHOT</version>
24+
<version>0.12.1</version>
2525
<relativePath>../build-parent/pom.xml</relativePath>
2626
</parent>
2727

serialization/saf/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-serialization-parent</artifactId>
24-
<version>0.13.0-SNAPSHOT</version>
24+
<version>0.12.1</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

serialization/taf/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-serialization-parent</artifactId>
24-
<version>0.13.0-SNAPSHOT</version>
24+
<version>0.12.1</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

util/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.13.0-SNAPSHOT</version>
24+
<version>0.12.1</version>
2525
<relativePath>../build-parent/pom.xml</relativePath>
2626
</parent>
2727

visualization/dot-visualizer/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-visualization-parent</artifactId>
24-
<version>0.13.0-SNAPSHOT</version>
24+
<version>0.12.1</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

visualization/jung-visualizer/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-visualization-parent</artifactId>
24-
<version>0.13.0-SNAPSHOT</version>
24+
<version>0.12.1</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

visualization/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.13.0-SNAPSHOT</version>
24+
<version>0.12.1</version>
2525
<relativePath>../build-parent/pom.xml</relativePath>
2626
</parent>
2727

0 commit comments

Comments
 (0)