Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FaKleiser committed Oct 4, 2016
1 parent b3d6c67 commit 932b206
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion palladio-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.5.1-SNAPSHOT</version>
<version>0.5.1</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.5.1-SNAPSHOT</version>
<version>0.5.1</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.5.1-SNAPSHOT</version>
<version>0.5.1</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.5.1-SNAPSHOT</version>
<version>0.5.1</version>
</parent>

<artifactId>performance-analysis</artifactId>
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>de.fabiankeller.palladio-headless</groupId>
<artifactId>palladio-headless</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.5.1</version>
<packaging>pom</packaging>

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

<scm>
<developerConnection>scm:git:git@github.com:SQuAT-Team/palladio-headless.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.5.1</tag>
</scm>

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

0 comments on commit 932b206

Please sign in to comment.