Skip to content

Commit

Permalink
Merge pull request #26 from visze/release/0.0.2
Browse files Browse the repository at this point in the history
Release/0.0.2
  • Loading branch information
visze authored Jul 20, 2016
2 parents 045d71f + 4ef9d26 commit 2613c46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 18 deletions.
19 changes: 4 additions & 15 deletions 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.3-SNAPSHOT</version>
<version>0.0.2</version>
<name>simdrom</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -27,17 +27,6 @@
<module>simdrom-core</module>
</modules>

<distributionManagement>
<repository>
<id>github-simdrom</id>
<url>https://github.com/visze/simdrom.git</url>
</repository>
<snapshotRepository>
<id>github-simdrom</id>
<url>https://github.com/visze/simdrom.git</url>
</snapshotRepository>
</distributionManagement>

<build>
<plugins>
<!-- JUnit testing -->
Expand Down Expand Up @@ -84,7 +73,7 @@
<artifactId>jgitflow-maven-plugin</artifactId>
<version>1.0-m5.1</version>
<configuration>
<defaultOriginUrl>https://github.com/visze/simdrom.git</defaultOriginUrl>
<!-- <defaultOriginUrl>https://github.com/visze/simdrom.git</defaultOriginUrl> -->
<!-- Keep your maven submodules at the same version as the parent POM -->
<autoVersionSubmodules>true</autoVersionSubmodules>
<flowInitContext>
Expand All @@ -96,9 +85,9 @@
</plugin>
</plugins>
</build>
<scm>
<!-- <scm>
<connection>scm:git:https://github.com/visze/simdrom.git</connection>
<url>scm:git:https://github.com/visze/simdrom.git</url>
<developerConnection>scm:git:https://github.com/visze/simdrom.git</developerConnection>
</scm>
</scm> -->
</project>
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.3-SNAPSHOT</version>
<version>0.0.2</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.3-SNAPSHOT</version>
<version>0.0.2</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.3-SNAPSHOT</version>
<version>0.0.2</version>
</parent>
<artifactId>simdrom-core</artifactId>
<name>simdrom-core</name>
Expand Down

0 comments on commit 2613c46

Please sign in to comment.