Skip to content

Commit 5d4ee90

Browse files
committed
[maven-release-plugin] prepare release automatalib-0.7.0
1 parent 312861f commit 5d4ee90

File tree

27 files changed

+57
-111
lines changed

27 files changed

+57
-111
lines changed

adapters/brics/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xmlns="http://maven.apache.org/POM/4.0.0"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<artifactId>automata-brics</artifactId>
@@ -32,7 +30,7 @@ limitations under the License.
3230
<parent>
3331
<groupId>net.automatalib</groupId>
3432
<artifactId>automata-adapters-parent</artifactId>
35-
<version>0.6.1-SNAPSHOT</version>
33+
<version>0.7.0</version>
3634
<relativePath>../pom.xml</relativePath>
3735
</parent>
3836

adapters/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xmlns="http://maven.apache.org/POM/4.0.0"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<artifactId>automata-adapters-parent</artifactId>
@@ -33,7 +31,7 @@ limitations under the License.
3331
<parent>
3432
<groupId>net.automatalib</groupId>
3533
<artifactId>automata-build-parent</artifactId>
36-
<version>0.6.1-SNAPSHOT</version>
34+
<version>0.7.0</version>
3735
<relativePath>../build-parent/pom.xml</relativePath>
3836
</parent>
3937

api/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xmlns="http://maven.apache.org/POM/4.0.0"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<artifactId>automata-api</artifactId>
@@ -34,7 +32,7 @@ limitations under the License.
3432
<parent>
3533
<groupId>net.automatalib</groupId>
3634
<artifactId>automata-build-parent</artifactId>
37-
<version>0.6.1-SNAPSHOT</version>
35+
<version>0.7.0</version>
3836
<relativePath>../build-parent/pom.xml</relativePath>
3937
</parent>
4038

archetypes/basic/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xmlns="http://maven.apache.org/POM/4.0.0"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<artifactId>basic</artifactId>
@@ -31,7 +29,7 @@ limitations under the License.
3129
<parent>
3230
<groupId>net.automatalib.archetypes</groupId>
3331
<artifactId>automata-archetypes-parent</artifactId>
34-
<version>0.6.1-SNAPSHOT</version>
32+
<version>0.7.0</version>
3533
<relativePath>../pom.xml</relativePath>
3634
</parent>
3735

archetypes/complete/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xmlns="http://maven.apache.org/POM/4.0.0"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<artifactId>complete</artifactId>
@@ -31,7 +29,7 @@ limitations under the License.
3129
<parent>
3230
<groupId>net.automatalib.archetypes</groupId>
3331
<artifactId>automata-archetypes-parent</artifactId>
34-
<version>0.6.1-SNAPSHOT</version>
32+
<version>0.7.0</version>
3533
<relativePath>../pom.xml</relativePath>
3634
</parent>
3735

archetypes/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xmlns="http://maven.apache.org/POM/4.0.0"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<groupId>net.automatalib.archetypes</groupId>
@@ -32,7 +30,7 @@ limitations under the License.
3230
<parent>
3331
<groupId>net.automatalib</groupId>
3432
<artifactId>automata-build-parent</artifactId>
35-
<version>0.6.1-SNAPSHOT</version>
33+
<version>0.7.0</version>
3634
<relativePath>../build-parent/pom.xml</relativePath>
3735
</parent>
3836

build-parent/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
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">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<artifactId>automata-build-parent</artifactId>
@@ -32,7 +30,7 @@ limitations under the License.
3230
<parent>
3331
<groupId>net.automatalib</groupId>
3432
<artifactId>automata-parent</artifactId>
35-
<version>0.6.1-SNAPSHOT</version>
33+
<version>0.7.0</version>
3634
<relativePath>../pom.xml</relativePath>
3735
</parent>
3836

build-tools/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,14 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xmlns="http://maven.apache.org/POM/4.0.0"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119

2220
<modelVersion>4.0.0</modelVersion>
2321

2422
<parent>
2523
<groupId>net.automatalib</groupId>
2624
<artifactId>automata-parent</artifactId>
27-
<version>0.6.1-SNAPSHOT</version>
25+
<version>0.7.0</version>
2826
<relativePath>../pom.xml</relativePath>
2927
</parent>
3028

commons/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xmlns="http://maven.apache.org/POM/4.0.0"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<artifactId>automata-commons-parent</artifactId>
@@ -33,7 +31,7 @@ limitations under the License.
3331
<parent>
3432
<groupId>net.automatalib</groupId>
3533
<artifactId>automata-build-parent</artifactId>
36-
<version>0.6.1-SNAPSHOT</version>
34+
<version>0.7.0</version>
3735
<relativePath>../build-parent/pom.xml</relativePath>
3836
</parent>
3937

commons/smartcollections/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xmlns="http://maven.apache.org/POM/4.0.0"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<modelVersion>4.0.0</modelVersion>
2220

2321
<artifactId>automata-commons-smartcollections</artifactId>
@@ -34,7 +32,7 @@ limitations under the License.
3432
<parent>
3533
<groupId>net.automatalib</groupId>
3634
<artifactId>automata-commons-parent</artifactId>
37-
<version>0.6.1-SNAPSHOT</version>
35+
<version>0.7.0</version>
3836
<relativePath>../pom.xml</relativePath>
3937
</parent>
4038

0 commit comments

Comments
 (0)