Skip to content
This repository was archived by the owner on May 11, 2020. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release sessl-0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland Ewald committed Jul 18, 2012
1 parent 97237e4 commit 1248ae5
Show file tree
Hide file tree
Showing 7 changed files with 69 additions and 75 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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>org.sessl</groupId>
<artifactId>parent-pom</artifactId>
<packaging>pom</packaging>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
<name>SESSL</name>
<url>http://sessl.org</url>

Expand Down
5 changes: 2 additions & 3 deletions sessl-integration/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +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/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>sessl-integration</artifactId>
<packaging>jar</packaging>
Expand All @@ -8,7 +7,7 @@
<parent>
<groupId>org.sessl</groupId>
<artifactId>parent-pom</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
<relativePath>../.</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions sessl-james/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +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/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>sessl-james</artifactId>
<packaging>jar</packaging>
Expand All @@ -8,7 +7,7 @@
<parent>
<groupId>org.sessl</groupId>
<artifactId>parent-pom</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
<relativePath>../.</relativePath>
</parent>

Expand Down
7 changes: 3 additions & 4 deletions sessl-omnetpp/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +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/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>sessl-omnetpp</artifactId>
<packaging>jar</packaging>
Expand All @@ -8,7 +7,7 @@
<parent>
<groupId>org.sessl</groupId>
<artifactId>parent-pom</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
<relativePath>../.</relativePath>
</parent>

Expand All @@ -20,7 +19,7 @@
<dependency>
<groupId>org.sessl</groupId>
<artifactId>sessl-james</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
112 changes: 56 additions & 56 deletions sessl-release/pom.xml
Original file line number Diff line number Diff line change
@@ -1,57 +1,57 @@
<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>sessl-release</artifactId>
<name>SESSL Release</name>
<packaging>pom</packaging>

<parent>
<groupId>org.sessl</groupId>
<artifactId>parent-pom</artifactId>
<version>0.7-SNAPSHOT</version>
<relativePath>../.</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.sessl</groupId>
<artifactId>sessl</artifactId>
</dependency>
<dependency>
<groupId>org.sessl</groupId>
<artifactId>sessl-james</artifactId>
</dependency>
<dependency>
<groupId>org.sessl</groupId>
<artifactId>sessl-sbmlsim</artifactId>
</dependency>
<dependency>
<groupId>org.sessl</groupId>
<artifactId>sessl-omnetpp</artifactId>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2.1</version>
<configuration>
<descriptors>
<descriptor>release.xml</descriptor>
</descriptors>
<finalName>SESSL-${project.version}</finalName>
</configuration>
<executions>
<execution>
<id>dist-assembly</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</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>sessl-release</artifactId>
<name>SESSL Release</name>
<packaging>pom</packaging>

<parent>
<groupId>org.sessl</groupId>
<artifactId>parent-pom</artifactId>
<version>0.7</version>
<relativePath>../.</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.sessl</groupId>
<artifactId>sessl</artifactId>
</dependency>
<dependency>
<groupId>org.sessl</groupId>
<artifactId>sessl-james</artifactId>
</dependency>
<dependency>
<groupId>org.sessl</groupId>
<artifactId>sessl-sbmlsim</artifactId>
</dependency>
<dependency>
<groupId>org.sessl</groupId>
<artifactId>sessl-omnetpp</artifactId>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2.1</version>
<configuration>
<descriptors>
<descriptor>release.xml</descriptor>
</descriptors>
<finalName>SESSL-${project.version}</finalName>
</configuration>
<executions>
<execution>
<id>dist-assembly</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
5 changes: 2 additions & 3 deletions sessl-sbmlsim/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +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/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>sessl-sbmlsim</artifactId>
<packaging>jar</packaging>
Expand All @@ -8,7 +7,7 @@
<parent>
<groupId>org.sessl</groupId>
<artifactId>parent-pom</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
<relativePath>../.</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions sessl/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +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/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>sessl</artifactId>
<packaging>jar</packaging>
Expand All @@ -8,7 +7,7 @@
<parent>
<groupId>org.sessl</groupId>
<artifactId>parent-pom</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
<relativePath>../.</relativePath>
</parent>

Expand Down

0 comments on commit 1248ae5

Please sign in to comment.