Skip to content

Commit

Permalink
[#6] prepare release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slothsoft committed Feb 29, 2020
1 parent 5b304ad commit 914dcae
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 59 deletions.
6 changes: 2 additions & 4 deletions de.slothsoft.mp4spliterator.assembly/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<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.assembly</groupId>
<artifactId>de.slothsoft.mp4spliterator.assembly</artifactId>

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

<!-- This project assembles the result of the product into a ZIP -->
Expand Down
6 changes: 2 additions & 4 deletions de.slothsoft.mp4spliterator.feature/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<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.feature</artifactId>
<packaging>eclipse-feature</packaging>

<parent>
<groupId>de.slothsoft.mp4spliterator</groupId>
<artifactId>de.slothsoft.mp4spliterator.build</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.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.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<build>
Expand Down
74 changes: 36 additions & 38 deletions de.slothsoft.mp4spliterator.product/pom.xml
Original file line number Diff line number Diff line change
@@ -1,39 +1,37 @@
<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.product</artifactId>
<packaging>eclipse-repository</packaging>

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

<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-director-plugin</artifactId>
<executions>
<execution>
<id>create-product-distributions</id>
<goals>
<goal>materialize-products</goal>
<goal>archive-products</goal>
</goals>
</execution>
</executions>
<configuration>
<products>
<product>
<id>${project.artifactId}</id>
<archiveFileName>${project.artifactId}-${maven.build.timestamp}</archiveFileName>
</product>
</products>
</configuration>
</plugin>
</plugins>
</build>
<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.product</artifactId>
<packaging>eclipse-repository</packaging>

<parent>
<groupId>de.slothsoft.mp4spliterator</groupId>
<artifactId>de.slothsoft.mp4spliterator.build</artifactId>
<version>1.0.0</version>
</parent>

<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-director-plugin</artifactId>
<executions>
<execution>
<id>create-product-distributions</id>
<goals>
<goal>materialize-products</goal>
<goal>archive-products</goal>
</goals>
</execution>
</executions>
<configuration>
<products>
<product>
<id>${project.artifactId}</id>
<archiveFileName>${project.artifactId}-${maven.build.timestamp}</archiveFileName>
</product>
</products>
</configuration>
</plugin>
</plugins>
</build>
</project>
6 changes: 2 additions & 4 deletions de.slothsoft.mp4spliterator/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/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>
<packaging>eclipse-plugin</packaging>
<artifactId>de.slothsoft.mp4spliterator</artifactId>

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

</project>
9 changes: 4 additions & 5 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.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -161,5 +159,6 @@
</build>
<scm>
<developerConnection>scm:git:https://github.com/slothsoft/mp4-spliterator.git</developerConnection>
</scm>
<tag>1.0.0</tag>
</scm>
</project>

0 comments on commit 914dcae

Please sign in to comment.