Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FaKleiser committed Oct 4, 2016
1 parent 2644f57 commit d1aaa0e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 15 deletions.
5 changes: 2 additions & 3 deletions palladio-analysis/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/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>

<parent>
<groupId>de.fabiankeller.palladio-headless</groupId>
<artifactId>palladio-headless</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>palladio-analysis</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion palladio-builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fabiankeller.palladio-headless</groupId>
<artifactId>palladio-headless</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>palladio-builder</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion palladio-environment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fabiankeller.palladio-headless</groupId>
<artifactId>palladio-headless</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>palladio-environment</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion performance-analysis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fabiankeller.palladio-headless</groupId>
<artifactId>palladio-headless</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>performance-analysis</artifactId>
Expand Down
17 changes: 8 additions & 9 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>de.fabiankeller.palladio-headless</groupId>
<artifactId>palladio-headless</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>pom</packaging>

<name>Palladio Headless</name>
Expand All @@ -13,7 +12,7 @@

<scm>
<developerConnection>scm:git:[email protected]:SQuAT-Team/palladio-headless.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.5.0</tag>
</scm>

<modules>
Expand All @@ -35,27 +34,27 @@
<dependency>
<groupId>de.fabiankeller.palladio-headless</groupId>
<artifactId>palladio-headless</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
<dependency>
<groupId>de.fabiankeller.palladio-headless</groupId>
<artifactId>palladio-builder</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
<dependency>
<groupId>de.fabiankeller.palladio-headless</groupId>
<artifactId>palladio-analysis</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
<dependency>
<groupId>de.fabiankeller.palladio-headless</groupId>
<artifactId>palladio-environment</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
<dependency>
<groupId>de.fabiankeller.palladio-headless</groupId>
<artifactId>performance-analysis</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
<dependency>
<groupId>de.fabiankeller.palladio-headless</groupId>
Expand Down

0 comments on commit d1aaa0e

Please sign in to comment.