Skip to content

Commit

Permalink
again2
Browse files Browse the repository at this point in the history
  • Loading branch information
visze committed Jul 20, 2016
1 parent 4adce21 commit e7a087a
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 @@ -4,7 +4,7 @@
<groupId>de.charite.compbio</groupId>
<artifactId>simdrom</artifactId>
<packaging>pom</packaging>
<version>0.0.2</version>
<version>0.0.2-SNAPSHOT</version>
<name>simdrom</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions simdrom-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>de.charite.compbio</groupId>
<artifactId>simdrom</artifactId>
<version>0.0.2</version>
<version>0.0.2-SNAPSHOT</version>
</parent>
<artifactId>simdrom-cli</artifactId>
<packaging>jar</packaging>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>de.charite.compbio</groupId>
<artifactId>simdrom-core</artifactId>
<version>0.0.2</version>
<version>0.0.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
Expand Down
2 changes: 1 addition & 1 deletion simdrom-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.charite.compbio</groupId>
<artifactId>simdrom</artifactId>
<version>0.0.2</version>
<version>0.0.2-SNAPSHOT</version>
</parent>
<artifactId>simdrom-core</artifactId>
<name>simdrom-core</name>
Expand Down

0 comments on commit e7a087a

Please sign in to comment.