Skip to content

Commit

Permalink
[maven-release-plugin] prepare release Release/2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Casper Thule committed Oct 26, 2020
1 parent 40f8e70 commit 37577b3
Show file tree
Hide file tree
Showing 20 changed files with 80 additions and 100 deletions.
5 changes: 2 additions & 3 deletions ast/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.into-cps.maestro</groupId>
<artifactId>root</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>

</parent>
<properties>
Expand Down
7 changes: 3 additions & 4 deletions core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.into-cps.maestro</groupId>
<artifactId>root</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>

</parent>
<dependencies>
Expand All @@ -19,7 +18,7 @@
<dependency>
<groupId>org.into-cps.maestro</groupId>
<artifactId>ast</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
11 changes: 5 additions & 6 deletions frameworks/core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,30 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.into-cps.maestro</groupId>
<artifactId>frameworks</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>


<groupId>org.into-cps.maestro.frameworks</groupId>
<artifactId>core</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<name>Fmi framework Core</name>
<dependencies>
<dependency>
<groupId>org.into-cps.maestro</groupId>
<artifactId>ast</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.into-cps.maestro</groupId>
<artifactId>core</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
11 changes: 5 additions & 6 deletions frameworks/fmi2/pom.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.into-cps.maestro</groupId>
<artifactId>frameworks</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>


<groupId>org.into-cps.maestro.frameworks</groupId>
<artifactId>fmi2</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<name>Fmi frameworks</name>

<repositories>
Expand Down Expand Up @@ -45,7 +44,7 @@
<dependency>
<groupId>org.into-cps.maestro</groupId>
<artifactId>core</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -65,7 +64,7 @@
<dependency>
<groupId>org.into-cps.maestro.frameworks</groupId>
<artifactId>core</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>

Expand Down
7 changes: 3 additions & 4 deletions frameworks/pom.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.into-cps.maestro</groupId>
<artifactId>root</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>


<artifactId>frameworks</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>pom</packaging>
<name>Mable frameworks root</name>

Expand Down
9 changes: 4 additions & 5 deletions interpreter/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.into-cps.maestro</groupId>
<artifactId>root</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>interpreter</artifactId>
Expand All @@ -17,7 +16,7 @@
<dependency>
<groupId>org.into-cps.maestro</groupId>
<artifactId>ast</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>

Expand Down Expand Up @@ -65,7 +64,7 @@
<dependency>
<groupId>org.into-cps.maestro.plugins</groupId>
<artifactId>api</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>
</dependencies>

Expand Down
9 changes: 4 additions & 5 deletions maestro-webapi/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.into-cps.maestro</groupId>
<artifactId>root</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>maestro-webapi</artifactId>
Expand Down Expand Up @@ -38,7 +37,7 @@
<dependency>
<groupId>org.into-cps.maestro.plugins</groupId>
<artifactId>initializer</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -102,7 +101,7 @@
<dependency>
<groupId>org.into-cps.maestro</groupId>
<artifactId>maestro</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down
25 changes: 12 additions & 13 deletions maestro/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.into-cps.maestro</groupId>
<artifactId>root</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>maestro</artifactId>
Expand All @@ -22,7 +21,7 @@
<dependency>
<groupId>org.into-cps.maestro.plugins</groupId>
<artifactId>api</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -38,49 +37,49 @@
<dependency>
<groupId>org.into-cps.maestro</groupId>
<artifactId>parser</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.into-cps.maestro</groupId>
<artifactId>typechecker</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>org.into-cps.maestro.plugins</groupId>
<artifactId>demo</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.into-cps.maestro.plugins</groupId>
<artifactId>fixedstep</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>

<dependency>
<groupId>org.into-cps.maestro.plugins</groupId>
<artifactId>typeconverter</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>org.into-cps.maestro.plugins</groupId>
<artifactId>initializer</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>

<dependency>
<groupId>org.into-cps.maestro.plugins</groupId>
<artifactId>debuglogging</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>

<dependency>
<groupId>org.into-cps.maestro</groupId>
<artifactId>interpreter</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>

</dependency>
<dependency>
Expand All @@ -97,7 +96,7 @@
<dependency>
<groupId>org.into-cps.maestro.frameworks</groupId>
<artifactId>fmi2</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>

Expand Down
9 changes: 4 additions & 5 deletions parser/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.into-cps.maestro</groupId>
<artifactId>root</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>parser</artifactId>
Expand All @@ -30,12 +29,12 @@
<dependency>
<groupId>org.into-cps.maestro</groupId>
<artifactId>ast</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>org.into-cps.maestro</groupId>
<artifactId>core</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>

Expand Down
11 changes: 5 additions & 6 deletions plugins/api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.into-cps.maestro</groupId>
<artifactId>plugins</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<groupId>org.into-cps.maestro.plugins</groupId>
Expand All @@ -16,13 +15,13 @@
<dependency>
<groupId>org.into-cps.maestro</groupId>
<artifactId>ast</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.into-cps.maestro</groupId>
<artifactId>core</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -40,7 +39,7 @@
<dependency>
<groupId>org.into-cps.maestro.frameworks</groupId>
<artifactId>fmi2</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
7 changes: 3 additions & 4 deletions plugins/debuglogging/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.into-cps.maestro</groupId>
<artifactId>plugins</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<groupId>org.into-cps.maestro.plugins</groupId>
Expand All @@ -16,7 +15,7 @@
<dependency>
<groupId>org.into-cps.maestro.plugins</groupId>
<artifactId>api</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
Loading

0 comments on commit 37577b3

Please sign in to comment.