Skip to content

Commit

Permalink
Merge pull request #25 from visze/release/0.0.3
Browse files Browse the repository at this point in the history
Release/0.0.3
  • Loading branch information
visze authored Jul 20, 2016
2 parents 568ee38 + 0cf15b8 commit 045d71f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
34 changes: 27 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@
<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 @@ -68,17 +79,26 @@
<showDeprecation>true</showDeprecation>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
</plugin>
<plugin>
<groupId>external.atlassian.jgitflow</groupId>
<artifactId>jgitflow-maven-plugin</artifactId>
<version>1.0-m5.1</version>
<configuration>
<defaultOriginUrl>https://github.com/visze/simdrom.git</defaultOriginUrl>
<!-- Keep your maven submodules at the same version as the parent POM -->
<autoVersionSubmodules>true</autoVersionSubmodules>
<flowInitContext>
<masterBranchName>master</masterBranchName>
<developBranchName>development</developBranchName>
<versionTagPrefix>v</versionTagPrefix>
</flowInitContext>
</configuration>
</plugin>
</plugins>
</build>
<scm>
<connection>scm:git:git@github.com:visze/simdrom.git</connection>
<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>
<tag>v0.0.2</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion simdrom-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dependency>
<groupId>de.charite.compbio</groupId>
<artifactId>simdrom-core</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
Expand Down

0 comments on commit 045d71f

Please sign in to comment.