You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ke...@apache.org on 2010/11/10 12:19:44 UTC

svn commit: r1033416 - in /incubator/isis/trunk: ./ alternatives/ alternatives/bytecode/ alternatives/bytecode/identity/ alternatives/bytecode/javassist/ alternatives/embedded/ alternatives/objectstore/ alternatives/objectstore/nosql/ alternatives/obje...

Author: kevin
Date: Wed Nov 10 11:19:43 2010
New Revision: 1033416

URL: http://svn.apache.org/viewvc?rev=1033416&view=rev
Log:
Provided reporting plugin version definition, to eliminate warnings while building documentation: maven-project-info-reports-plugin

Modified:
    incubator/isis/trunk/alternatives/bytecode/identity/pom.xml
    incubator/isis/trunk/alternatives/bytecode/javassist/pom.xml
    incubator/isis/trunk/alternatives/bytecode/pom.xml
    incubator/isis/trunk/alternatives/embedded/pom.xml
    incubator/isis/trunk/alternatives/objectstore/nosql/pom.xml
    incubator/isis/trunk/alternatives/objectstore/pom.xml
    incubator/isis/trunk/alternatives/objectstore/sql/persistor/pom.xml
    incubator/isis/trunk/alternatives/objectstore/sql/pom.xml
    incubator/isis/trunk/alternatives/objectstore/sql/tests-common/pom.xml
    incubator/isis/trunk/alternatives/objectstore/sql/tests-served/pom.xml
    incubator/isis/trunk/alternatives/objectstore/xml/pom.xml
    incubator/isis/trunk/alternatives/pom.xml
    incubator/isis/trunk/alternatives/progmodel/pom.xml
    incubator/isis/trunk/alternatives/progmodel/wrapper/applib/pom.xml
    incubator/isis/trunk/alternatives/progmodel/wrapper/metamodel/pom.xml
    incubator/isis/trunk/alternatives/progmodel/wrapper/pom.xml
    incubator/isis/trunk/alternatives/remoting/common/pom.xml
    incubator/isis/trunk/alternatives/remoting/marshalling-encode/pom.xml
    incubator/isis/trunk/alternatives/remoting/marshalling-serialize/pom.xml
    incubator/isis/trunk/alternatives/remoting/marshalling-xstream/pom.xml
    incubator/isis/trunk/alternatives/remoting/pom.xml
    incubator/isis/trunk/alternatives/remoting/transport-http/client/pom.xml
    incubator/isis/trunk/alternatives/remoting/transport-http/pom.xml
    incubator/isis/trunk/alternatives/remoting/transport-http/server/pom.xml
    incubator/isis/trunk/alternatives/remoting/transport-sockets/pom.xml
    incubator/isis/trunk/alternatives/security/file/pom.xml
    incubator/isis/trunk/alternatives/security/ldap/pom.xml
    incubator/isis/trunk/alternatives/security/pom.xml
    incubator/isis/trunk/applib/pom.xml
    incubator/isis/trunk/core/commons/pom.xml
    incubator/isis/trunk/core/metamodel/pom.xml
    incubator/isis/trunk/core/pom.xml
    incubator/isis/trunk/core/progmodel/pom.xml
    incubator/isis/trunk/core/runtime/pom.xml
    incubator/isis/trunk/core/testsupport/pom.xml
    incubator/isis/trunk/core/webapp/pom.xml
    incubator/isis/trunk/core/webserver/pom.xml
    incubator/isis/trunk/defaults/bytecode/pom.xml
    incubator/isis/trunk/defaults/objectstore/pom.xml
    incubator/isis/trunk/defaults/pom.xml
    incubator/isis/trunk/defaults/progmodel/pom.xml
    incubator/isis/trunk/defaults/security/pom.xml
    incubator/isis/trunk/pom.xml
    incubator/isis/trunk/support/archetypes/application/src/main/resources/archetype-resources/pom.xml
    incubator/isis/trunk/support/pom.xml
    incubator/isis/trunk/support/src/site/pdf.xml
    incubator/isis/trunk/viewer/dnd/pom.xml
    incubator/isis/trunk/viewer/html/pom.xml
    incubator/isis/trunk/viewer/junit/pom.xml
    incubator/isis/trunk/viewer/pom.xml
    incubator/isis/trunk/viewer/restful/applib/pom.xml
    incubator/isis/trunk/viewer/restful/pom.xml
    incubator/isis/trunk/viewer/scimpi/dispatcher/pom.xml
    incubator/isis/trunk/viewer/scimpi/pom.xml
    incubator/isis/trunk/viewer/scimpi/servlet/pom.xml

Modified: incubator/isis/trunk/alternatives/bytecode/identity/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/alternatives/bytecode/identity/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/alternatives/bytecode/identity/pom.xml (original)
+++ incubator/isis/trunk/alternatives/bytecode/identity/pom.xml Wed Nov 10 11:19:43 2010
@@ -22,6 +22,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/alternatives/bytecode/javassist/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/alternatives/bytecode/javassist/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/alternatives/bytecode/javassist/pom.xml (original)
+++ incubator/isis/trunk/alternatives/bytecode/javassist/pom.xml Wed Nov 10 11:19:43 2010
@@ -22,6 +22,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/alternatives/bytecode/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/alternatives/bytecode/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/alternatives/bytecode/pom.xml (original)
+++ incubator/isis/trunk/alternatives/bytecode/pom.xml Wed Nov 10 11:19:43 2010
@@ -33,6 +33,7 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
 				<inherited>false</inherited>
 				<reportSets>
 					<reportSet>

Modified: incubator/isis/trunk/alternatives/embedded/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/alternatives/embedded/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/alternatives/embedded/pom.xml (original)
+++ incubator/isis/trunk/alternatives/embedded/pom.xml Wed Nov 10 11:19:43 2010
@@ -29,6 +29,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/alternatives/objectstore/nosql/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/alternatives/objectstore/nosql/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/alternatives/objectstore/nosql/pom.xml (original)
+++ incubator/isis/trunk/alternatives/objectstore/nosql/pom.xml Wed Nov 10 11:19:43 2010
@@ -92,6 +92,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/alternatives/objectstore/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/alternatives/objectstore/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/alternatives/objectstore/pom.xml (original)
+++ incubator/isis/trunk/alternatives/objectstore/pom.xml Wed Nov 10 11:19:43 2010
@@ -36,6 +36,7 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
 				<inherited>false</inherited>
 				<reportSets>
 					<reportSet>

Modified: incubator/isis/trunk/alternatives/objectstore/sql/persistor/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/alternatives/objectstore/sql/persistor/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/alternatives/objectstore/sql/persistor/pom.xml (original)
+++ incubator/isis/trunk/alternatives/objectstore/sql/persistor/pom.xml Wed Nov 10 11:19:43 2010
@@ -20,6 +20,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/alternatives/objectstore/sql/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/alternatives/objectstore/sql/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/alternatives/objectstore/sql/pom.xml (original)
+++ incubator/isis/trunk/alternatives/objectstore/sql/pom.xml Wed Nov 10 11:19:43 2010
@@ -43,6 +43,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <reportSets>
                     <reportSet>

Modified: incubator/isis/trunk/alternatives/objectstore/sql/tests-common/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/alternatives/objectstore/sql/tests-common/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/alternatives/objectstore/sql/tests-common/pom.xml (original)
+++ incubator/isis/trunk/alternatives/objectstore/sql/tests-common/pom.xml Wed Nov 10 11:19:43 2010
@@ -38,6 +38,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/alternatives/objectstore/sql/tests-served/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/alternatives/objectstore/sql/tests-served/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/alternatives/objectstore/sql/tests-served/pom.xml (original)
+++ incubator/isis/trunk/alternatives/objectstore/sql/tests-served/pom.xml Wed Nov 10 11:19:43 2010
@@ -39,6 +39,7 @@ Just add your server implementation to o
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/alternatives/objectstore/xml/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/alternatives/objectstore/xml/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/alternatives/objectstore/xml/pom.xml (original)
+++ incubator/isis/trunk/alternatives/objectstore/xml/pom.xml Wed Nov 10 11:19:43 2010
@@ -36,6 +36,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/alternatives/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/alternatives/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/alternatives/pom.xml (original)
+++ incubator/isis/trunk/alternatives/pom.xml Wed Nov 10 11:19:43 2010
@@ -40,6 +40,7 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
 				<inherited>false</inherited>
 				<reportSets>
 					<reportSet>

Modified: incubator/isis/trunk/alternatives/progmodel/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/alternatives/progmodel/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/alternatives/progmodel/pom.xml (original)
+++ incubator/isis/trunk/alternatives/progmodel/pom.xml Wed Nov 10 11:19:43 2010
@@ -33,6 +33,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <reportSets>
                     <reportSet>

Modified: incubator/isis/trunk/alternatives/progmodel/wrapper/applib/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/alternatives/progmodel/wrapper/applib/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/alternatives/progmodel/wrapper/applib/pom.xml (original)
+++ incubator/isis/trunk/alternatives/progmodel/wrapper/applib/pom.xml Wed Nov 10 11:19:43 2010
@@ -22,6 +22,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/alternatives/progmodel/wrapper/metamodel/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/alternatives/progmodel/wrapper/metamodel/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/alternatives/progmodel/wrapper/metamodel/pom.xml (original)
+++ incubator/isis/trunk/alternatives/progmodel/wrapper/metamodel/pom.xml Wed Nov 10 11:19:43 2010
@@ -20,6 +20,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/alternatives/progmodel/wrapper/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/alternatives/progmodel/wrapper/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/alternatives/progmodel/wrapper/pom.xml (original)
+++ incubator/isis/trunk/alternatives/progmodel/wrapper/pom.xml Wed Nov 10 11:19:43 2010
@@ -43,6 +43,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <reportSets>
                     <reportSet>

Modified: incubator/isis/trunk/alternatives/remoting/common/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/alternatives/remoting/common/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/alternatives/remoting/common/pom.xml (original)
+++ incubator/isis/trunk/alternatives/remoting/common/pom.xml Wed Nov 10 11:19:43 2010
@@ -23,6 +23,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/alternatives/remoting/marshalling-encode/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/alternatives/remoting/marshalling-encode/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/alternatives/remoting/marshalling-encode/pom.xml (original)
+++ incubator/isis/trunk/alternatives/remoting/marshalling-encode/pom.xml Wed Nov 10 11:19:43 2010
@@ -20,6 +20,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/alternatives/remoting/marshalling-serialize/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/alternatives/remoting/marshalling-serialize/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/alternatives/remoting/marshalling-serialize/pom.xml (original)
+++ incubator/isis/trunk/alternatives/remoting/marshalling-serialize/pom.xml Wed Nov 10 11:19:43 2010
@@ -20,6 +20,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/alternatives/remoting/marshalling-xstream/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/alternatives/remoting/marshalling-xstream/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/alternatives/remoting/marshalling-xstream/pom.xml (original)
+++ incubator/isis/trunk/alternatives/remoting/marshalling-xstream/pom.xml Wed Nov 10 11:19:43 2010
@@ -22,6 +22,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/alternatives/remoting/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/alternatives/remoting/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/alternatives/remoting/pom.xml (original)
+++ incubator/isis/trunk/alternatives/remoting/pom.xml Wed Nov 10 11:19:43 2010
@@ -37,6 +37,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <reportSets>
                     <reportSet>

Modified: incubator/isis/trunk/alternatives/remoting/transport-http/client/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/alternatives/remoting/transport-http/client/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/alternatives/remoting/transport-http/client/pom.xml (original)
+++ incubator/isis/trunk/alternatives/remoting/transport-http/client/pom.xml Wed Nov 10 11:19:43 2010
@@ -19,6 +19,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/alternatives/remoting/transport-http/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/alternatives/remoting/transport-http/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/alternatives/remoting/transport-http/pom.xml (original)
+++ incubator/isis/trunk/alternatives/remoting/transport-http/pom.xml Wed Nov 10 11:19:43 2010
@@ -25,6 +25,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <reportSets>
                     <reportSet>

Modified: incubator/isis/trunk/alternatives/remoting/transport-http/server/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/alternatives/remoting/transport-http/server/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/alternatives/remoting/transport-http/server/pom.xml (original)
+++ incubator/isis/trunk/alternatives/remoting/transport-http/server/pom.xml Wed Nov 10 11:19:43 2010
@@ -20,6 +20,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/alternatives/remoting/transport-sockets/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/alternatives/remoting/transport-sockets/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/alternatives/remoting/transport-sockets/pom.xml (original)
+++ incubator/isis/trunk/alternatives/remoting/transport-sockets/pom.xml Wed Nov 10 11:19:43 2010
@@ -20,6 +20,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/alternatives/security/file/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/alternatives/security/file/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/alternatives/security/file/pom.xml (original)
+++ incubator/isis/trunk/alternatives/security/file/pom.xml Wed Nov 10 11:19:43 2010
@@ -25,6 +25,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/alternatives/security/ldap/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/alternatives/security/ldap/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/alternatives/security/ldap/pom.xml (original)
+++ incubator/isis/trunk/alternatives/security/ldap/pom.xml Wed Nov 10 11:19:43 2010
@@ -25,6 +25,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/alternatives/security/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/alternatives/security/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/alternatives/security/pom.xml (original)
+++ incubator/isis/trunk/alternatives/security/pom.xml Wed Nov 10 11:19:43 2010
@@ -33,6 +33,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <reportSets>
                     <reportSet>

Modified: incubator/isis/trunk/applib/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/applib/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/applib/pom.xml (original)
+++ incubator/isis/trunk/applib/pom.xml Wed Nov 10 11:19:43 2010
@@ -39,6 +39,7 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
 				<inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/core/commons/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/core/commons/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/core/commons/pom.xml (original)
+++ incubator/isis/trunk/core/commons/pom.xml Wed Nov 10 11:19:43 2010
@@ -20,6 +20,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/core/metamodel/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/core/metamodel/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/core/metamodel/pom.xml (original)
+++ incubator/isis/trunk/core/metamodel/pom.xml Wed Nov 10 11:19:43 2010
@@ -20,6 +20,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/core/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/core/pom.xml (original)
+++ incubator/isis/trunk/core/pom.xml Wed Nov 10 11:19:43 2010
@@ -66,6 +66,7 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
 				<inherited>false</inherited>
 				<reportSets>
 					<reportSet>

Modified: incubator/isis/trunk/core/progmodel/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/core/progmodel/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/core/progmodel/pom.xml (original)
+++ incubator/isis/trunk/core/progmodel/pom.xml Wed Nov 10 11:19:43 2010
@@ -20,6 +20,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/core/runtime/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/core/runtime/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/core/runtime/pom.xml (original)
+++ incubator/isis/trunk/core/runtime/pom.xml Wed Nov 10 11:19:43 2010
@@ -37,6 +37,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/core/testsupport/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/core/testsupport/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/core/testsupport/pom.xml (original)
+++ incubator/isis/trunk/core/testsupport/pom.xml Wed Nov 10 11:19:43 2010
@@ -25,6 +25,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/core/webapp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/core/webapp/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/core/webapp/pom.xml (original)
+++ incubator/isis/trunk/core/webapp/pom.xml Wed Nov 10 11:19:43 2010
@@ -42,6 +42,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/core/webserver/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/core/webserver/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/core/webserver/pom.xml (original)
+++ incubator/isis/trunk/core/webserver/pom.xml Wed Nov 10 11:19:43 2010
@@ -20,6 +20,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/defaults/bytecode/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/defaults/bytecode/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/defaults/bytecode/pom.xml (original)
+++ incubator/isis/trunk/defaults/bytecode/pom.xml Wed Nov 10 11:19:43 2010
@@ -20,6 +20,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/defaults/objectstore/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/defaults/objectstore/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/defaults/objectstore/pom.xml (original)
+++ incubator/isis/trunk/defaults/objectstore/pom.xml Wed Nov 10 11:19:43 2010
@@ -20,6 +20,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/defaults/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/defaults/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/defaults/pom.xml (original)
+++ incubator/isis/trunk/defaults/pom.xml Wed Nov 10 11:19:43 2010
@@ -48,6 +48,7 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
 				<inherited>false</inherited>
 				<reportSets>
 					<reportSet>

Modified: incubator/isis/trunk/defaults/progmodel/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/defaults/progmodel/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/defaults/progmodel/pom.xml (original)
+++ incubator/isis/trunk/defaults/progmodel/pom.xml Wed Nov 10 11:19:43 2010
@@ -20,6 +20,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/defaults/security/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/defaults/security/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/defaults/security/pom.xml (original)
+++ incubator/isis/trunk/defaults/security/pom.xml Wed Nov 10 11:19:43 2010
@@ -20,6 +20,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/pom.xml (original)
+++ incubator/isis/trunk/pom.xml Wed Nov 10 11:19:43 2010
@@ -79,7 +79,10 @@
         <checkstyle.configLocation>${trunkBaseDir}/src/site/resources/codequality/checkstyle.xml</checkstyle.configLocation>
         <pmd.ruleset>${trunkBaseDir}/src/site/resources/codequality/pmd.xml</pmd.ruleset>
 
-        <projectUrl>${project.url}</projectUrl>
+        <projectUrl>${project.url}</projectUrl>
+		
+		<!-- plugin versions -->
+		<maven-project-info-reports-plugin>2.2</maven-project-info-reports-plugin>
     </properties>
 
 
@@ -662,7 +665,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-project-info-reports-plugin</artifactId>
-                    <version>2.2</version>
+                    <version>${maven-project-info-reports-plugin}</version>
                     <!-- main configuration in reporting section (in inheriting 
                         modules) -->
                 </plugin>
@@ -791,6 +794,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <!-- it seems to be necessary to set inherited=false, otherwise 
                     the default reportSet seems to be inherited even if explicitly overridden 
                     in the inheriting POM by a different reportSet. In practice this is no great 
@@ -987,7 +991,7 @@
                 <artifactId>servlet-api</artifactId>
                 <version>2.3</version>
                 <scope>provided</scope>
-            </dependency>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 
@@ -1100,16 +1104,25 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-surefire-report-plugin</artifactId>
-                    </plugin>
+	                    <version>2.5</version>
+                    </plugin>
+					
+					<plugin>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>maven-project-info-reports-plugin</artifactId>
+						<version>${maven-project-info-reports-plugin}</version>
+					</plugin>
 
                     <plugin>
                         <groupId>org.codehaus.mojo</groupId>
                         <artifactId>cobertura-maven-plugin</artifactId>
+	                    <version>2.4</version>
                     </plugin>
 
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-checkstyle-plugin</artifactId>
+	                    <version>2.6</version>
                         <configuration>
                             <configLocation>${checkstyle.configLocation}</configLocation>
                         </configuration>
@@ -1118,6 +1131,7 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-pmd-plugin</artifactId>
+	                    <version>2.5</version>
                         <configuration>
                             <sourceEncoding>${project.build.sourceEncoding}</sourceEncoding>
                             <minimumTokens>100</minimumTokens>
@@ -1141,21 +1155,25 @@
                     <plugin>
                         <groupId>org.codehaus.mojo</groupId>
                         <artifactId>findbugs-maven-plugin</artifactId>
+	                    <version>2.3.1</version>
                     </plugin>
 
                     <plugin>
                         <groupId>org.codehaus.mojo</groupId>
                         <artifactId>javancss-maven-plugin</artifactId>
+	                    <version>2.0</version>
                     </plugin>
 
                     <plugin>
                         <groupId>org.codehaus.mojo</groupId>
                         <artifactId>jdepend-maven-plugin</artifactId>
+	                    <version>2.0-beta-2</version>
                     </plugin>
 
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-jxr-plugin</artifactId>
+	                    <version>2.2</version>
                         <configuration>
                             <inputEncoding>${project.build.sourceEncoding}</inputEncoding>
                             <linkJavadoc>true</linkJavadoc>
@@ -1166,6 +1184,7 @@
                     <plugin>
                         <groupId>org.codehaus.mojo</groupId>
                         <artifactId>taglist-maven-plugin</artifactId>
+	                    <version>2.4</version>
                         <configuration>
                             <!-- causes out of memory <aggregate>true</aggregate> -->
                             <tagListOptions>
@@ -1199,6 +1218,7 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-javadoc-plugin</artifactId>
+	                    <version>2.7</version>
                         <configuration>
                             <quiet>true</quiet>
                             <doctitle>${project.name} ${project.version}</doctitle>

Modified: incubator/isis/trunk/support/archetypes/application/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/archetypes/application/src/main/resources/archetype-resources/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/support/archetypes/application/src/main/resources/archetype-resources/pom.xml (original)
+++ incubator/isis/trunk/support/archetypes/application/src/main/resources/archetype-resources/pom.xml Wed Nov 10 11:19:43 2010
@@ -80,6 +80,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <reportSets>
                     <reportSet>
                         <inherited>false</inherited>

Modified: incubator/isis/trunk/support/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/support/pom.xml (original)
+++ incubator/isis/trunk/support/pom.xml Wed Nov 10 11:19:43 2010
@@ -33,6 +33,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>true</inherited>
                 <reportSets>
                     <reportSet>

Modified: incubator/isis/trunk/support/src/site/pdf.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/src/site/pdf.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/support/src/site/pdf.xml (original)
+++ incubator/isis/trunk/support/src/site/pdf.xml Wed Nov 10 11:19:43 2010
@@ -25,7 +25,7 @@
         <coverSubTitle>v. ${project.version}</coverSubTitle>
         <coverdate>${date}</coverdate>
         <projectName>${project.name}</projectName>
-        <projectLogo>${trunkBaseDir/src/site/resources/images/logo.png</projectLogo>
+        <projectLogo>${trunkBaseDir}/src/site/resources/images/logo.png</projectLogo>
         <companyName>${project.organization.name}</companyName>
     </cover>
 

Modified: incubator/isis/trunk/viewer/dnd/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/viewer/dnd/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/viewer/dnd/pom.xml (original)
+++ incubator/isis/trunk/viewer/dnd/pom.xml Wed Nov 10 11:19:43 2010
@@ -37,6 +37,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/viewer/html/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/viewer/html/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/viewer/html/pom.xml (original)
+++ incubator/isis/trunk/viewer/html/pom.xml Wed Nov 10 11:19:43 2010
@@ -37,6 +37,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/viewer/junit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/viewer/junit/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/viewer/junit/pom.xml (original)
+++ incubator/isis/trunk/viewer/junit/pom.xml Wed Nov 10 11:19:43 2010
@@ -39,6 +39,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/viewer/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/viewer/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/viewer/pom.xml (original)
+++ incubator/isis/trunk/viewer/pom.xml Wed Nov 10 11:19:43 2010
@@ -37,6 +37,7 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
 				<inherited>false</inherited>
 				<reportSets>
 					<reportSet>

Modified: incubator/isis/trunk/viewer/restful/applib/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/viewer/restful/applib/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/viewer/restful/applib/pom.xml (original)
+++ incubator/isis/trunk/viewer/restful/applib/pom.xml Wed Nov 10 11:19:43 2010
@@ -39,7 +39,6 @@
         <repository>
           <id>java.net</id>
           <url>http://download.java.net/maven/1</url>
-          <layout>legacy</layout>
         </repository>
     </repositories>
 

Modified: incubator/isis/trunk/viewer/restful/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/viewer/restful/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/viewer/restful/pom.xml (original)
+++ incubator/isis/trunk/viewer/restful/pom.xml Wed Nov 10 11:19:43 2010
@@ -41,7 +41,6 @@
 			<id>maven-repository.dev.java.net</id>
 			<name>Java.net Maven 1 Repository (legacy)</name>
 			<url>http://download.java.net/maven/1</url>
-			<layout>legacy</layout>
 		</repository>
 	</repositories>
 

Modified: incubator/isis/trunk/viewer/scimpi/dispatcher/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/viewer/scimpi/dispatcher/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/viewer/scimpi/dispatcher/pom.xml (original)
+++ incubator/isis/trunk/viewer/scimpi/dispatcher/pom.xml Wed Nov 10 11:19:43 2010
@@ -21,6 +21,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Modified: incubator/isis/trunk/viewer/scimpi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/viewer/scimpi/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/viewer/scimpi/pom.xml (original)
+++ incubator/isis/trunk/viewer/scimpi/pom.xml Wed Nov 10 11:19:43 2010
@@ -40,6 +40,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <reportSets>
                     <reportSet>

Modified: incubator/isis/trunk/viewer/scimpi/servlet/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/viewer/scimpi/servlet/pom.xml?rev=1033416&r1=1033415&r2=1033416&view=diff
==============================================================================
--- incubator/isis/trunk/viewer/scimpi/servlet/pom.xml (original)
+++ incubator/isis/trunk/viewer/scimpi/servlet/pom.xml Wed Nov 10 11:19:43 2010
@@ -21,6 +21,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
                 <inherited>false</inherited>
                 <configuration>
                 	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>