Skip to content

Commit

Permalink
[maven-release-plugin] prepare release Release/1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lausdahl committed Feb 21, 2018
1 parent 12c2384 commit 5a577cb
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 22 deletions.
2 changes: 1 addition & 1 deletion modeldefinition/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.into-cps</groupId>
<artifactId>root</artifactId>
<version>0.2.23-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion nanohttpd/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.into-cps</groupId>
<artifactId>root</artifactId>
<version>0.2.23-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
12 changes: 4 additions & 8 deletions orchestration/coe/pom.xml
@@ -1,12 +1,10 @@
<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">
<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</groupId>
<artifactId>orchestration</artifactId>
<version>0.2.23-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -269,10 +267,8 @@
</goals>
<configuration>
<target>
<exec dir="${project.basedir}/target/classes/coe-protocol/"
executable="htlatex"
failonerror="false">
<arg line="coe-protocol.tex"/>
<exec dir="${project.basedir}/target/classes/coe-protocol/" executable="htlatex" failonerror="false">
<arg line="coe-protocol.tex" />
</exec>
</target>
</configuration>
Expand Down
8 changes: 3 additions & 5 deletions orchestration/modeldefinitionchecker/pom.xml
@@ -1,12 +1,10 @@
<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">
<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</groupId>
<artifactId>orchestration</artifactId>
<version>0.2.23-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -144,7 +142,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down
2 changes: 1 addition & 1 deletion orchestration/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.into-cps</groupId>
<artifactId>root</artifactId>
<version>0.2.23-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
10 changes: 4 additions & 6 deletions pom.xml
@@ -1,6 +1,4 @@
<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">
<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>

<!-- Needed to make deployment work -->
Expand All @@ -15,7 +13,7 @@
<groupId>org.into-cps</groupId>
<artifactId>root</artifactId>

<version>0.2.23-SNAPSHOT</version>
<version>1.0.0</version>

<name>The INTO CPS Tool Platform root</name>
<description>
Expand Down Expand Up @@ -386,7 +384,7 @@ http://mojo.codehaus.org/versions-maven-plugin/
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down Expand Up @@ -446,7 +444,7 @@ http://mojo.codehaus.org/versions-maven-plugin/
<developerConnection>
scm:git:git@github.com:INTO-CPS-Association/maestro
</developerConnection>
<tag>HEAD</tag>
<tag>Release/1.0.0</tag>
</scm>

<developers>
Expand Down

0 comments on commit 5a577cb

Please sign in to comment.