Skip to content

Commit

Permalink
create release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Kruse committed Sep 6, 2016
1 parent e1a21c4 commit f17405a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.hpi.isg</groupId>
<artifactId>profiledb</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<packaging>pom</packaging>

<name>ProfileDB</name>
Expand Down
4 changes: 2 additions & 2 deletions profiledb-instrumentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>profiledb</artifactId>
<groupId>de.hpi.isg</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>de.hpi.isg</groupId>
<artifactId>profiledb-store</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
2 changes: 1 addition & 1 deletion profiledb-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>profiledb</artifactId>
<groupId>de.hpi.isg</groupId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit f17405a

Please sign in to comment.