Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FaKleiser committed Nov 29, 2016
1 parent c4ac86e commit 645f76c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 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.fakeller.palladio-headless</groupId>
<artifactId>palladio-headless</artifactId>
<version>0.6.3-SNAPSHOT</version>
<version>1.0.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.fakeller.palladio-headless</groupId>
<artifactId>palladio-headless</artifactId>
<version>0.6.3-SNAPSHOT</version>
<version>1.0.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.fakeller.palladio-headless</groupId>
<artifactId>palladio-headless</artifactId>
<version>0.6.3-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>palladio-environment</artifactId>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>de.fakeller.palladio-headless</groupId>
<artifactId>palladio-headless</artifactId>
<version>0.6.3-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

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

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

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

0 comments on commit 645f76c

Please sign in to comment.