Skip to content

Commit

Permalink
[maven-release-plugin] prepare release Release/1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Casper Thule committed Nov 19, 2020
1 parent 733096b commit 1c865f0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 18 deletions.
2 changes: 1 addition & 1 deletion fmi2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.into-cps.fmi</groupId>
<artifactId>root</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.12</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
26 changes: 12 additions & 14 deletions jnifmuapi/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +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.fmi</groupId>
<artifactId>root</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.12</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -34,22 +33,21 @@
<configuration>
<tasks>

<exec dir="${project.basedir}/src/main/native/include" executable="javah"
failonerror="true">
<exec dir="${project.basedir}/src/main/native/include" executable="javah" failonerror="true">


<arg value="-classpath"/>
<arg value="../../../../target/classes"/>
<arg value="org.intocps.fmi.jnifmuapi.NativeFmu"/>
<arg value="org.intocps.fmi.jnifmuapi.NativeFmuComponent"/>
<arg value="-classpath" />
<arg value="../../../../target/classes" />
<arg value="org.intocps.fmi.jnifmuapi.NativeFmu" />
<arg value="org.intocps.fmi.jnifmuapi.NativeFmuComponent" />


<redirector outputproperty="redirector.out" errorproperty="redirector.err">
<inputfilterchain>
<replacestring from="before" to="after"/>
<replacestring from="before" to="after" />
</inputfilterchain>
<outputmapper type="merge" to="target/redirector.out"/>
<errormapper type="merge" to="target/redirector.err"/>
<outputmapper type="merge" to="target/redirector.out" />
<errormapper type="merge" to="target/redirector.err" />
</redirector>

</exec>
Expand Down Expand Up @@ -94,7 +92,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down Expand Up @@ -142,7 +140,7 @@
<dependency>
<groupId>org.into-cps.fmi</groupId>
<artifactId>fmi2</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.12</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.into-cps.fmi</groupId>
<artifactId>root</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.12</version>

<name>The FMI interface and implementations</name>
<packaging>pom</packaging>
Expand Down Expand Up @@ -306,7 +306,7 @@
<developerConnection>
scm:git:[email protected]:INTO-CPS-Association/org.intocps.maestro.fmi.git
</developerConnection>
<tag>HEAD</tag>
<tag>Release/1.0.12</tag>
</scm>


Expand Down
2 changes: 1 addition & 1 deletion threading-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.into-cps.fmi</groupId>
<artifactId>root</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.12</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 1c865f0

Please sign in to comment.