Skip to content

Commit

Permalink
pom changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Piggott committed Mar 10, 2015
1 parent ea4393d commit 143b60f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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.autofrog.xbee</groupId>
<artifactId>xbee-api-java</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>

<name>xbee-api-java</name>
<description>A library for parsing xbee api messages</description>
Expand All @@ -31,7 +29,8 @@
<scm>
<connection>scm:git:git@github.com:wz2b/xbee-api-java.git</connection>
<url>scm:git:git@github.com:wz2b/xbee-api-java.git</url>
</scm>
<tag>xbee-api-java-0.1.0</tag>
</scm>


<build>
Expand Down

0 comments on commit 143b60f

Please sign in to comment.