Skip to content

Commit

Permalink
#32 Add maven schema to pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Harald Walker committed Dec 7, 2013
1 parent dd7b38b commit b24c1c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
<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>bitwalker</groupId>
<name>User-Agent-Utils</name>
Expand Down

0 comments on commit b24c1c2

Please sign in to comment.