update bwmirror pom.xml

This commit is contained in:
gered 2017-04-11 22:55:18 -04:00
parent 9cefd694d6
commit 54db7de960

View file

@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 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> <modelVersion>4.0.0</modelVersion>
<groupId>org.clojars.gered</groupId> <groupId>com.github.gered</groupId>
<artifactId>bwmirror</artifactId> <artifactId>bwmirror</artifactId>
<version>2.6</version> <version>2.6</version>
<packaging>jar</packaging> <packaging>jar</packaging>
@ -18,14 +18,6 @@
</license> </license>
</licenses> </licenses>
<distributionManagement>
<repository>
<id>clojars</id>
<name>Clojars repository</name>
<url>https://clojars.org/repo</url>
</repository>
</distributionManagement>
<properties> <properties>
<maven.compiler.source>1.7</maven.compiler.source> <maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target> <maven.compiler.target>1.7</maven.compiler.target>