aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAdrian Stabiszewski <as@grundid.de>2015-02-09 15:24:38 +0100
committerAdrian Stabiszewski <as@grundid.de>2015-02-09 15:24:38 +0100
commit912a9947b8c263a9a7862e31a5de24b292228b36 (patch)
tree8362286d5fa463c5c947d61619eff574ee18e52c /pom.xml
parent0f82aff4738796688eda5b086ed761c8068567d2 (diff)
downloadgeojson-jackson-912a9947b8c263a9a7862e31a5de24b292228b36.tar.gz
plugin versions updated
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml23
1 files changed, 19 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index bde07aa..c963e91 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,12 +1,13 @@
<?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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
-
+
<groupId>de.grundid.opendatalab</groupId>
<artifactId>geojson-jackson</artifactId>
<version>1.2-SNAPSHOT</version>
@@ -20,8 +21,7 @@
<scm>
<connection>scm:git:git://github.com/opendatalab-de/geojson-jackson.git</connection>
<developerConnection>scm:git:ssh://git@github.com:/opendatalab-de/geojson-jackson.git</developerConnection>
- <tag>HEAD</tag>
- </scm>
+ </scm>
<licenses>
<license>
@@ -90,6 +90,21 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.8.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.9.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>2.4</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>