Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boonto committed Jul 19, 2019
1 parent 2b61e54 commit de8be75
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<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">
<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>

<groupId>de.fhg.iais.roberta</groupId>
<artifactId>OpenRobertaConnector</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<scm>
<developerConnection>scm:git:[email protected]:OpenRoberta/openroberta-connector.git</developerConnection>
</scm>
<tag>v0.1.0</tag>
</scm>

<properties>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format>
Expand Down Expand Up @@ -319,7 +319,7 @@
</classPath>
<singleInstance>
<mutexName>OpenRoberta</mutexName>
<windowTitle></windowTitle>
<windowTitle />
</singleInstance>
<jre>
<minVersion>1.8.0</minVersion>
Expand All @@ -339,10 +339,8 @@
<phase>install</phase>
<configuration>
<target>
<copy file="${basedir}/target/${project.artifactId}-${project.version}.jar"
tofile="${basedir}/installers/linux/${project.artifactId}.jar" />
<copy file="${basedir}/target/${project.artifactId}-${project.version}.jar"
tofile="${basedir}/installers/osx/${project.artifactId}.jar" />
<copy file="${basedir}/target/${project.artifactId}-${project.version}.jar" tofile="${basedir}/installers/linux/${project.artifactId}.jar" />
<copy file="${basedir}/target/${project.artifactId}-${project.version}.jar" tofile="${basedir}/installers/osx/${project.artifactId}.jar" />
</target>
</configuration>
<goals>
Expand Down

0 comments on commit de8be75

Please sign in to comment.