Skip to content

Commit

Permalink
Updated version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerben authored and Gerben committed Sep 24, 2015
1 parent dbe1910 commit 0cec8fe
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions mustard-ducktape-experiments/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
<dependency>
<groupId>data2semantics</groupId>
<artifactId>mustard-kernels</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>data2semantics</groupId>
<artifactId>mustard-learners</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>data2semantics</groupId>
<artifactId>mustard-experiments</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>data2semantics</groupId>
Expand All @@ -42,5 +42,5 @@
</dependency>
</dependencies>
<groupId>data2semantics</groupId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</project>
6 changes: 3 additions & 3 deletions mustard-experiments/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<dependency>
<groupId>data2semantics</groupId>
<artifactId>mustard-kernels</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>data2semantics</groupId>
<artifactId>mustard-learners</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -70,5 +70,5 @@

</build>
<groupId>data2semantics</groupId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</project>
2 changes: 1 addition & 1 deletion mustard-kernels/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
<parent>
<groupId>data2semantics</groupId>
<artifactId>mustard</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
</project>
4 changes: 2 additions & 2 deletions mustard-learners/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<dependency>
<groupId>data2semantics</groupId>
<artifactId>mustard-kernels</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>de.bwaldvogel</groupId>
Expand All @@ -15,7 +15,7 @@
</dependencies>
<parent>
<groupId>data2semantics</groupId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
<artifactId>mustard</artifactId>
</parent>
</project>

0 comments on commit 0cec8fe

Please sign in to comment.