Skip to content

Commit

Permalink
Merge pull request #150 from loudej/pom-ids
Browse files Browse the repository at this point in the history
Change the pom xml id references from azure->windowsazure fixes #126
  • Loading branch information
rpaquay committed Nov 30, 2011
2 parents f885f17 + aca1a10 commit c60ba71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions microsoft-azure-api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure</groupId>
<artifactId>microsoft-azure-api</artifactId>
<groupId>com.microsoft.windowsazure</groupId>
<artifactId>microsoft-windowsazure-api</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Microsoft Azure Client API</name>
<description>API for Microsoft Azure Clients</description>
<name>Microsoft Windows Azure Client API</name>
<description>API for Microsoft Windows Azure Clients</description>
<url>https://github.com/WindowsAzure/azure-sdk-for-java</url>

<licenses>
Expand Down

0 comments on commit c60ba71

Please sign in to comment.