aboutsummaryrefslogtreecommitdiff
path: root/java/integration/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/integration/pom.xml')
-rwxr-xr-xjava/integration/pom.xml21
1 files changed, 6 insertions, 15 deletions
diff --git a/java/integration/pom.xml b/java/integration/pom.xml
index 5672df1..1091e8c 100755
--- a/java/integration/pom.xml
+++ b/java/integration/pom.xml
@@ -2,13 +2,16 @@
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>org.brotli</groupId>
+ <parent>
+ <groupId>org.brotli</groupId>
+ <artifactId>parent</artifactId>
+ <version>0.1.0-SNAPSHOT</version>
+ </parent>
<artifactId>integration</artifactId>
<version>0.1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>integration</name>
- <url>http://brotli.org</url>
<dependencies>
<dependency>
@@ -18,25 +21,13 @@
</dependency>
</dependencies>
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- </properties>
-
<build>
<sourceDirectory>.</sourceDirectory>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
-
- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
+ <version>1.5.0</version>
<executions>
<execution>
<id>data</id>