[jsemver] 46/95: Prepare pom.xml for the repository

Alexandre Viau reazem-guest at moszumanska.debian.org
Mon Feb 16 14:58:29 UTC 2015


This is an automated email from the git hooks/post-receive script.

reazem-guest pushed a commit to branch master
in repository jsemver.

commit 88a7cb2be570f3e142c3caf618fb00574bb628ba
Author: Zafar Khaja <zafarkhaja at gmail.com>
Date:   Sat Nov 16 16:37:46 2013 +0400

    Prepare pom.xml for the repository
---
 pom.xml | 25 ++++++-------------------
 1 file changed, 6 insertions(+), 19 deletions(-)

diff --git a/pom.xml b/pom.xml
index c018ad6..381eeca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,6 +2,12 @@
   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>
 
+  <parent>
+    <groupId>org.sonatype.oss</groupId>
+    <artifactId>oss-parent</artifactId>
+    <version>7</version>
+  </parent>
+
   <groupId>com.github.zafarkhaja</groupId>
   <artifactId>java-semver</artifactId>
   <version>0.7.0-SNAPSHOT</version>
@@ -34,10 +40,6 @@
     <developerConnection>scm:git:ssh://git@github.com/zafarkhaja/java-semver.git</developerConnection>
   </scm>
 
-  <properties>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  </properties>
-
   <dependencies>
     <dependency>
       <groupId>junit</groupId>
@@ -46,19 +48,4 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.5.1</version>
-        <configuration>
-          <source>1.6</source>
-          <target>1.6</target>
-          <encoding>UTF-8</encoding>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
 </project>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jsemver.git



More information about the pkg-java-commits mailing list