Skip to content

Commit

Permalink
[#25] prepare release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slothsoft committed Mar 9, 2020
1 parent 91e33f0 commit d8738b6
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 26 deletions.
2 changes: 1 addition & 1 deletion de.slothsoft.mp4spliterator.assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.slothsoft.mp4spliterator</groupId>
<artifactId>de.slothsoft.mp4spliterator.build</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<!-- This project assembles the result of the product into a ZIP -->
Expand Down
2 changes: 1 addition & 1 deletion de.slothsoft.mp4spliterator.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.slothsoft.mp4spliterator</groupId>
<artifactId>de.slothsoft.mp4spliterator.build</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

</project>
6 changes: 2 additions & 4 deletions de.slothsoft.mp4spliterator.it/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>
<artifactId>de.slothsoft.mp4spliterator.it</artifactId>
<packaging>eclipse-test-plugin</packaging>

<parent>
<groupId>de.slothsoft.mp4spliterator</groupId>
<artifactId>de.slothsoft.mp4spliterator.build</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion de.slothsoft.mp4spliterator.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.slothsoft.mp4spliterator</groupId>
<artifactId>de.slothsoft.mp4spliterator.build</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion de.slothsoft.mp4spliterator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.slothsoft.mp4spliterator</groupId>
<artifactId>de.slothsoft.mp4spliterator.build</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

</project>
27 changes: 9 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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.slothsoft.mp4spliterator</groupId>
<artifactId>de.slothsoft.mp4spliterator.build</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -203,13 +201,9 @@
<configuration>
<target>
<property name="source-location" location="../" />
<taskdef name="jacoco-report"
classname="org.jacoco.ant.ReportTask"
classpathref="maven.plugin.classpath" />
<taskdef classpathref="maven.runtime.classpath"
resource="net/sf/antcontrib/antcontrib.properties" />
<available file="${project.basedir}/target/jacoco.exec"
property="jacoco.exec.file.exists" />
<taskdef name="jacoco-report" classname="org.jacoco.ant.ReportTask" classpathref="maven.plugin.classpath" />
<taskdef classpathref="maven.runtime.classpath" resource="net/sf/antcontrib/antcontrib.properties" />
<available file="${project.basedir}/target/jacoco.exec" property="jacoco.exec.file.exists" />
<echo message="${project.basedir}/target/jacoco.exec" />
<if>
<equals arg1="${jacoco.exec.file.exists}" arg2="true" />
Expand All @@ -225,17 +219,14 @@

<structure name="mp4spliterator">
<classfiles>
<fileset
dir="${source-location}/de.slothsoft.mp4spliterator/target/classes" />
<fileset dir="${source-location}/de.slothsoft.mp4spliterator/target/classes" />
</classfiles>
<sourcefiles encoding="UTF-8">
<fileset
dir="${source-location}/de.slothsoft.mp4spliterator/src/" />
<fileset dir="${source-location}/de.slothsoft.mp4spliterator/src/" />
</sourcefiles>
</structure>
<html destdir="${project.basedir}/target/jacoco/report" />
<xml
destfile="${project.basedir}/target/jacoco/report/jacoco.xml" />
<xml destfile="${project.basedir}/target/jacoco/report/jacoco.xml" />
</jacoco-report>
</try>
<catch>
Expand All @@ -254,6 +245,6 @@
</build>
<scm>
<developerConnection>scm:git:https://github.com/slothsoft/mp4-spliterator.git</developerConnection>
<tag>HEAD</tag>
<tag>1.1.0</tag>
</scm>
</project>

0 comments on commit d8738b6

Please sign in to comment.