Skip to content

Commit 2abc54f

Browse files
committed
[maven-release-plugin] prepare release automata-parent-0.3.0
1 parent 2f094f9 commit 2abc54f

File tree

18 files changed

+36
-55
lines changed

18 files changed

+36
-55
lines changed

adapters/brics/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ You should have received a copy of the GNU Lesser General Public
1616
License along with AutomataLib; if not, see
1717
http://www.gnu.de/documents/lgpl.en.html.
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221

2322
<groupId>net.automatalib</groupId>
@@ -33,7 +32,7 @@ http://www.gnu.de/documents/lgpl.en.html.
3332
<parent>
3433
<groupId>net.automatalib</groupId>
3534
<artifactId>automata-adapters-parent</artifactId>
36-
<version>0.3.0-SNAPSHOT</version>
35+
<version>0.3.0</version>
3736
<relativePath>../pom.xml</relativePath>
3837
</parent>
3938

adapters/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ You should have received a copy of the GNU Lesser General Public
1616
License along with AutomataLib; if not, see
1717
http://www.gnu.de/documents/lgpl.en.html.
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221

2322
<groupId>net.automatalib</groupId>
@@ -34,7 +33,7 @@ http://www.gnu.de/documents/lgpl.en.html.
3433
<parent>
3534
<groupId>net.automatalib</groupId>
3635
<artifactId>automata-parent</artifactId>
37-
<version>0.3.0-SNAPSHOT</version>
36+
<version>0.3.0</version>
3837
<relativePath>../pom.xml</relativePath>
3938
</parent>
4039

api/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ You should have received a copy of the GNU Lesser General Public
1616
License along with AutomataLib; if not, see
1717
http://www.gnu.de/documents/lgpl.en.html.
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
21-
http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2220
<modelVersion>4.0.0</modelVersion>
2321

2422
<groupId>net.automatalib</groupId>
@@ -36,7 +34,7 @@ http://www.gnu.de/documents/lgpl.en.html.
3634
<parent>
3735
<groupId>net.automatalib</groupId>
3836
<artifactId>automata-parent</artifactId>
39-
<version>0.3.0-SNAPSHOT</version>
37+
<version>0.3.0</version>
4038
<relativePath>../pom.xml</relativePath>
4139
</parent>
4240

archetypes/complete/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ You should have received a copy of the GNU Lesser General Public
1616
License along with AutomataLib; if not, see
1717
http://www.gnu.de/documents/lgpl.en.html.
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221

2322
<groupId>net.automatalib.archetypes</groupId>
@@ -29,7 +28,7 @@ http://www.gnu.de/documents/lgpl.en.html.
2928
<parent>
3029
<groupId>net.automatalib.archetypes</groupId>
3130
<artifactId>automata-archetypes-parent</artifactId>
32-
<version>0.3.0-SNAPSHOT</version>
31+
<version>0.3.0</version>
3332
<relativePath>../pom.xml</relativePath>
3433
</parent>
3534
</project>

archetypes/core/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ You should have received a copy of the GNU Lesser General Public
1616
License along with AutomataLib; if not, see
1717
http://www.gnu.de/documents/lgpl.en.html.
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221

2322
<groupId>net.automatalib.archetypes</groupId>
@@ -29,7 +28,7 @@ http://www.gnu.de/documents/lgpl.en.html.
2928
<parent>
3029
<groupId>net.automatalib.archetypes</groupId>
3130
<artifactId>automata-archetypes-parent</artifactId>
32-
<version>0.3.0-SNAPSHOT</version>
31+
<version>0.3.0</version>
3332
<relativePath>../pom.xml</relativePath>
3433
</parent>
3534
</project>

archetypes/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ You should have received a copy of the GNU Lesser General Public
1616
License along with AutomataLib; if not, see
1717
http://www.gnu.de/documents/lgpl.en.html.
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221

2322
<groupId>net.automatalib.archetypes</groupId>
@@ -32,7 +31,7 @@ http://www.gnu.de/documents/lgpl.en.html.
3231
<parent>
3332
<groupId>net.automatalib</groupId>
3433
<artifactId>automata-parent</artifactId>
35-
<version>0.3.0-SNAPSHOT</version>
34+
<version>0.3.0</version>
3635
<relativePath>../pom.xml</relativePath>
3736
</parent>
3837

archetypes/typical/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ You should have received a copy of the GNU Lesser General Public
1616
License along with AutomataLib; if not, see
1717
http://www.gnu.de/documents/lgpl.en.html.
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221

2322
<groupId>net.automatalib.archetypes</groupId>
@@ -29,7 +28,7 @@ http://www.gnu.de/documents/lgpl.en.html.
2928
<parent>
3029
<groupId>net.automatalib.archetypes</groupId>
3130
<artifactId>automata-archetypes-parent</artifactId>
32-
<version>0.3.0-SNAPSHOT</version>
31+
<version>0.3.0</version>
3332
<relativePath>../pom.xml</relativePath>
3433
</parent>
3534
</project>

commons/dotutil/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ You should have received a copy of the GNU Lesser General Public
1616
License along with AutomataLib; if not, see
1717
http://www.gnu.de/documents/lgpl.en.html.
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221

2322
<groupId>net.automatalib</groupId>
@@ -34,7 +33,7 @@ http://www.gnu.de/documents/lgpl.en.html.
3433
<parent>
3534
<groupId>net.automatalib</groupId>
3635
<artifactId>automata-commons-parent</artifactId>
37-
<version>0.3.0-SNAPSHOT</version>
36+
<version>0.3.0</version>
3837
<relativePath>../pom.xml</relativePath>
3938
</parent>
4039

commons/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ You should have received a copy of the GNU Lesser General Public
1616
License along with AutomataLib; if not, see
1717
http://www.gnu.de/documents/lgpl.en.html.
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221

2322
<groupId>net.automatalib</groupId>
@@ -34,7 +33,7 @@ http://www.gnu.de/documents/lgpl.en.html.
3433
<parent>
3534
<groupId>net.automatalib</groupId>
3635
<artifactId>automata-parent</artifactId>
37-
<version>0.3.0-SNAPSHOT</version>
36+
<version>0.3.0</version>
3837
<relativePath>../pom.xml</relativePath>
3938
</parent>
4039

commons/smartcollections/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ You should have received a copy of the GNU Lesser General Public
1616
License along with AutomataLib; if not, see
1717
http://www.gnu.de/documents/lgpl.en.html.
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221

2322
<groupId>net.automatalib</groupId>
@@ -35,7 +34,7 @@ http://www.gnu.de/documents/lgpl.en.html.
3534
<parent>
3635
<groupId>net.automatalib</groupId>
3736
<artifactId>automata-commons-parent</artifactId>
38-
<version>0.3.0-SNAPSHOT</version>
37+
<version>0.3.0</version>
3938
<relativePath>../pom.xml</relativePath>
4039
</parent>
4140

commons/util/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ You should have received a copy of the GNU Lesser General Public
1616
License along with AutomataLib; if not, see
1717
http://www.gnu.de/documents/lgpl.en.html.
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221

2322
<groupId>net.automatalib</groupId>
@@ -33,7 +32,7 @@ http://www.gnu.de/documents/lgpl.en.html.
3332
<parent>
3433
<groupId>net.automatalib</groupId>
3534
<artifactId>automata-commons-parent</artifactId>
36-
<version>0.3.0-SNAPSHOT</version>
35+
<version>0.3.0</version>
3736
<relativePath>../pom.xml</relativePath>
3837
</parent>
3938

core/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ You should have received a copy of the GNU Lesser General Public
1616
License along with AutomataLib; if not, see
1717
http://www.gnu.de/documents/lgpl.en.html.
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221

2322
<groupId>net.automatalib</groupId>
@@ -36,7 +35,7 @@ http://www.gnu.de/documents/lgpl.en.html.
3635
<parent>
3736
<groupId>net.automatalib</groupId>
3837
<artifactId>automata-parent</artifactId>
39-
<version>0.3.0-SNAPSHOT</version>
38+
<version>0.3.0</version>
4039
<relativePath>../pom.xml</relativePath>
4140
</parent>
4241

examples/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ You should have received a copy of the GNU Lesser General Public
1616
License along with AutomataLib; if not, see
1717
http://www.gnu.de/documents/lgpl.en.html.
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221

2322
<groupId>net.automatalib</groupId>
@@ -35,7 +34,7 @@ http://www.gnu.de/documents/lgpl.en.html.
3534
<parent>
3635
<groupId>net.automatalib</groupId>
3736
<artifactId>automata-parent</artifactId>
38-
<version>0.3.0-SNAPSHOT</version>
37+
<version>0.3.0</version>
3938
<relativePath>../pom.xml</relativePath>
4039
</parent>
4140

misc/incremental/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ You should have received a copy of the GNU Lesser General Public
1616
License along with AutomataLib; if not, see
1717
http://www.gnu.de/documents/lgpl.en.html.
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221

2322
<groupId>net.automatalib</groupId>
@@ -34,7 +33,7 @@ http://www.gnu.de/documents/lgpl.en.html.
3433
<parent>
3534
<groupId>net.automatalib</groupId>
3635
<artifactId>automata-misc-parent</artifactId>
37-
<version>0.3.0-SNAPSHOT</version>
36+
<version>0.3.0</version>
3837
<relativePath>../pom.xml</relativePath>
3938
</parent>
4039

misc/misc-algorithms/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ You should have received a copy of the GNU Lesser General Public
1616
License along with AutomataLib; if not, see
1717
http://www.gnu.de/documents/lgpl.en.html.
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221

2322
<groupId>net.automatalib</groupId>
@@ -36,7 +35,7 @@ http://www.gnu.de/documents/lgpl.en.html.
3635
<parent>
3736
<groupId>net.automatalib</groupId>
3837
<artifactId>automata-misc-parent</artifactId>
39-
<version>0.3.0-SNAPSHOT</version>
38+
<version>0.3.0</version>
4039
<relativePath>../pom.xml</relativePath>
4140
</parent>
4241

misc/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ You should have received a copy of the GNU Lesser General Public
1616
License along with AutomataLib; if not, see
1717
http://www.gnu.de/documents/lgpl.en.html.
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221

2322
<groupId>net.automatalib</groupId>
@@ -33,7 +32,7 @@ http://www.gnu.de/documents/lgpl.en.html.
3332
<parent>
3433
<groupId>net.automatalib</groupId>
3534
<artifactId>automata-parent</artifactId>
36-
<version>0.3.0-SNAPSHOT</version>
35+
<version>0.3.0</version>
3736
<relativePath>../pom.xml</relativePath>
3837
</parent>
3938

pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@ You should have received a copy of the GNU Lesser General Public
1616
License along with AutomataLib; if not, see
1717
http://www.gnu.de/documents/lgpl.en.html.
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221

2322
<!-- ================================= PROJECT INFO ============================== -->
2423
<groupId>net.automatalib</groupId>
2524
<artifactId>automata-parent</artifactId>
26-
<version>0.3.0-SNAPSHOT</version>
25+
<version>0.3.0</version>
2726
<packaging>pom</packaging>
2827

2928
<name>AutomataLib :: Parent</name>

util/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ You should have received a copy of the GNU Lesser General Public
1616
License along with AutomataLib; if not, see
1717
http://www.gnu.de/documents/lgpl.en.html.
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221

2322
<groupId>net.automatalib</groupId>
@@ -33,7 +32,7 @@ http://www.gnu.de/documents/lgpl.en.html.
3332
<parent>
3433
<groupId>net.automatalib</groupId>
3534
<artifactId>automata-parent</artifactId>
36-
<version>0.3.0-SNAPSHOT</version>
35+
<version>0.3.0</version>
3736
<relativePath>../pom.xml</relativePath>
3837
</parent>
3938

0 commit comments

Comments
 (0)