Skip to content

Commit

Permalink
Merge pull request #24 from mitchdenny/master
Browse files Browse the repository at this point in the history
Fixed missing project name.
  • Loading branch information
mitchdenny authored Aug 6, 2019
2 parents 6cb9118 + 0f9214b commit 9f577c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<name>Extensions on Apache Proton-J library</name>
<description>Extensions on Apache Proton-J library</description>
<url>https://github.com/Azure/qpid-proton-j-extensions</url>

<modelVersion>4.0.0</modelVersion>

<groupId>com.microsoft.azure</groupId>
<artifactId>qpid-proton-j-extensions</artifactId>
<version>1.2.1</version>

<url>https://github.com/Azure/qpid-proton-j-extensions</url>

<licenses>
<license>
<name>The MIT License (MIT)</name>
Expand Down

0 comments on commit 9f577c5

Please sign in to comment.