Claude,
Is there some reason for not using jena-parent POM?
Andy
On 07/08/13 08:26, [email protected] wrote:
Author: claude
Date: Wed Aug 7 07:26:25 2013
New Revision: 1511197
URL: http://svn.apache.org/r1511197
Log:
updated parent and organization entries in pom
Modified:
jena/Experimental/jena-security/pom.xml
Modified: jena/Experimental/jena-security/pom.xml
URL:
http://svn.apache.org/viewvc/jena/Experimental/jena-security/pom.xml?rev=1511197&r1=1511196&r2=1511197&view=diff
==============================================================================
--- jena/Experimental/jena-security/pom.xml (original)
+++ jena/Experimental/jena-security/pom.xml Wed Aug 7 07:26:25 2013
@@ -13,9 +13,15 @@
<description>Security (Permissions) wrapper around Jena RDF
implementation.</description>
<url>https://github.com/Claudenw/JenaSecurity</url>
<inceptionYear>2012</inceptionYear>
+ <!-- Needed for -Papache-release -->
+ <parent>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>10</version>
+ </parent>
<organization>
- <name>Apache Jena</name>
- <url>http://jena.apache.org/</url>
+ <name>The Apache Software Foundation</name>
+ <url>http://www.apache.org/</url>
</organization>
<scm>
<url>https://svn.apache.org/repos/asf/jena/Experimental/jena-security/</url>
@@ -44,7 +50,6 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
- <version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
@@ -53,7 +58,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.9</version>
+ <!-- <version>2.9</version> -->
<configuration>
<tags>
<tag>
@@ -83,7 +88,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <version>2.2</version>
<executions>
<execution>
<goals>