Skip to content

Commit

Permalink
Merge pull request Azure#8 from xingwu1/master
Browse files Browse the repository at this point in the history
Update to correct SCM for pom.xml
  • Loading branch information
xingwu1 committed Feb 24, 2017
2 parents e3e815c + 2f06e95 commit 3ee84e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-batch</artifactId>
<packaging>jar</packaging>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-rc-SNAPSHOT</version>

<name>Microsoft Azure Batch SDK Root</name>
<description>This package contains the root module of Microsoft Azure Batch SDK.</description>
Expand All @@ -23,8 +23,8 @@
</licenses>

<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<url>scm:git:https://github.com/Azure/azure-batch-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-batch-sdk-for-java.git</connection>
<tag>HEAD</tag>
</scm>

Expand Down

0 comments on commit 3ee84e3

Please sign in to comment.