Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FaKleiser committed Oct 20, 2016
1 parent a136e63 commit dee47c0
Show file tree
Hide file tree
Showing 4 changed files with 10 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.fakeller.palladio-headless</groupId>
<artifactId>palladio-headless</artifactId>
<version>0.6.2-SNAPSHOT</version>
<version>0.6.2</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.fakeller.palladio-headless</groupId>
<artifactId>palladio-headless</artifactId>
<version>0.6.2-SNAPSHOT</version>
<version>0.6.2</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.fakeller.palladio-headless</groupId>
<artifactId>palladio-headless</artifactId>
<version>0.6.2-SNAPSHOT</version>
<version>0.6.2</version>
</parent>

<artifactId>palladio-environment</artifactId>
Expand Down
15 changes: 7 additions & 8 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.fakeller.palladio-headless</groupId>
<artifactId>palladio-headless</artifactId>
<version>0.6.2-SNAPSHOT</version>
<version>0.6.2</version>
<packaging>pom</packaging>

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

<scm>
<developerConnection>scm:git:git@github.com:DECLARE-Project/palladio-headless.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.6.2</tag>
</scm>

<modules>
Expand All @@ -34,22 +33,22 @@
<dependency>
<groupId>de.fakeller.palladio-headless</groupId>
<artifactId>palladio-headless</artifactId>
<version>0.6.2-SNAPSHOT</version>
<version>0.6.2</version>
</dependency>
<dependency>
<groupId>de.fakeller.palladio-headless</groupId>
<artifactId>palladio-builder</artifactId>
<version>0.6.2-SNAPSHOT</version>
<version>0.6.2</version>
</dependency>
<dependency>
<groupId>de.fakeller.palladio-headless</groupId>
<artifactId>palladio-analysis</artifactId>
<version>0.6.2-SNAPSHOT</version>
<version>0.6.2</version>
</dependency>
<dependency>
<groupId>de.fakeller.palladio-headless</groupId>
<artifactId>palladio-environment</artifactId>
<version>0.6.2-SNAPSHOT</version>
<version>0.6.2</version>
</dependency>
<dependency>
<groupId>de.fabiankeller.palladio-headless</groupId>
Expand Down

0 comments on commit dee47c0

Please sign in to comment.