Author: rdonkin
Date: Sat Aug 3 15:07:12 2013
New Revision: 1510007
URL: http://svn.apache.org/r1510007
Log:
Prune and tidy poms, relying on versions managed higher in the hierarchy. No
intention to introduce substantial changes
Modified:
creadur/whisker/trunk/apache-whisker-app/pom.xml
creadur/whisker/trunk/apache-whisker-cli/pom.xml
creadur/whisker/trunk/apache-whisker-model/pom.xml
creadur/whisker/trunk/apache-whisker-plugin4maven/pom.xml
creadur/whisker/trunk/apache-whisker-scan/pom.xml
creadur/whisker/trunk/apache-whisker-velocity/pom.xml
creadur/whisker/trunk/apache-whisker-xml/pom.xml
Modified: creadur/whisker/trunk/apache-whisker-app/pom.xml
URL:
http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-app/pom.xml?rev=1510007&r1=1510006&r2=1510007&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-app/pom.xml (original)
+++ creadur/whisker/trunk/apache-whisker-app/pom.xml Sat Aug 3 15:07:12 2013
@@ -15,7 +15,7 @@
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
- under the License.
+ under the License.
-->
<project
xmlns="http://maven.apache.org/POM/4.0.0"
@@ -30,7 +30,6 @@
<version>0.1-SNAPSHOT</version>
</parent>
- <groupId>org.apache.creadur.whisker</groupId>
<artifactId>apache-whisker-app</artifactId>
<packaging>jar</packaging>
@@ -39,44 +38,44 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
-
+
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
-
+
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
-
+
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>apache-whisker-scan</artifactId>
<version>${project.version}</version>
</dependency>
-
+
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>apache-whisker-xml</artifactId>
<version>${project.version}</version>
</dependency>
-
+
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>apache-whisker-model</artifactId>
<version>${project.version}</version>
</dependency>
-
+
</dependencies>
- <!--
-
-
- ================================
+ <!--
+
+
+ ================================
Project information
-->
<name>Apache Whisker::App</name>
Modified: creadur/whisker/trunk/apache-whisker-cli/pom.xml
URL:
http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-cli/pom.xml?rev=1510007&r1=1510006&r2=1510007&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-cli/pom.xml (original)
+++ creadur/whisker/trunk/apache-whisker-cli/pom.xml Sat Aug 3 15:07:12 2013
@@ -15,7 +15,7 @@
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
- under the License.
+ under the License.
-->
<project
xmlns="http://maven.apache.org/POM/4.0.0"
@@ -30,7 +30,6 @@
<version>0.1-SNAPSHOT</version>
</parent>
- <groupId>org.apache.creadur.whisker</groupId>
<artifactId>apache-whisker-cli</artifactId>
<packaging>jar</packaging>
@@ -39,52 +38,52 @@
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
</dependency>
-
+
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
</dependency>
-
+
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
-
+
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>apache-whisker-scan</artifactId>
<version>${project.version}</version>
</dependency>
-
+
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>apache-whisker-xml</artifactId>
<version>${project.version}</version>
</dependency>
-
+
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>apache-whisker-model</artifactId>
<version>${project.version}</version>
</dependency>
-
+
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>apache-whisker-velocity</artifactId>
<version>${project.version}</version>
</dependency>
-
+
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>apache-whisker-app</artifactId>
<version>${project.version}</version>
- </dependency>
+ </dependency>
</dependencies>
-
-
-<!--
+
+
+<!--
=================================
Build
@@ -120,12 +119,12 @@ Build
</plugin>
</plugins>
</build>
-
- <!--
-
-
- ================================
+
+ <!--
+
+
+ ================================
Project information
-->
<name>Apache Whisker::Command Line Interface</name>
Modified: creadur/whisker/trunk/apache-whisker-model/pom.xml
URL:
http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-model/pom.xml?rev=1510007&r1=1510006&r2=1510007&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-model/pom.xml (original)
+++ creadur/whisker/trunk/apache-whisker-model/pom.xml Sat Aug 3 15:07:12 2013
@@ -15,7 +15,7 @@
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
- under the License.
+ under the License.
-->
<project
xmlns="http://maven.apache.org/POM/4.0.0"
@@ -30,7 +30,6 @@
<version>0.1-SNAPSHOT</version>
</parent>
- <groupId>org.apache.creadur.whisker</groupId>
<artifactId>apache-whisker-model</artifactId>
<packaging>jar</packaging>
@@ -39,18 +38,18 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
-
+
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
-
- <!--
-
-
- ================================
+
+ <!--
+
+
+ ================================
Project information
-->
<name>Apache Whisker::Model</name>
Modified: creadur/whisker/trunk/apache-whisker-plugin4maven/pom.xml
URL:
http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-plugin4maven/pom.xml?rev=1510007&r1=1510006&r2=1510007&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-plugin4maven/pom.xml (original)
+++ creadur/whisker/trunk/apache-whisker-plugin4maven/pom.xml Sat Aug 3
15:07:12 2013
@@ -30,7 +30,6 @@
<version>0.1-SNAPSHOT</version>
</parent>
- <groupId>org.apache.creadur.whisker</groupId>
<artifactId>apache-whisker-plugin4maven</artifactId>
<packaging>maven-plugin</packaging>
@@ -100,7 +99,6 @@
<plugins>
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
- <version>1.5</version>
<configuration>
<addTestClassPath>true</addTestClassPath>
<projectsDirectory>src/it</projectsDirectory>
@@ -125,7 +123,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
- <version>3.0</version>
<configuration>
<goalPrefix>plugin</goalPrefix>
</configuration>
@@ -133,7 +130,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>3.1</version>
<configuration>
<outputEncoding>${project.build.sourceEncoding}</outputEncoding>
<inputEncoding>${project.build.sourceEncoding}</inputEncoding>
Modified: creadur/whisker/trunk/apache-whisker-scan/pom.xml
URL:
http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-scan/pom.xml?rev=1510007&r1=1510006&r2=1510007&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-scan/pom.xml (original)
+++ creadur/whisker/trunk/apache-whisker-scan/pom.xml Sat Aug 3 15:07:12 2013
@@ -15,7 +15,7 @@
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
- under the License.
+ under the License.
-->
<project
xmlns="http://maven.apache.org/POM/4.0.0"
@@ -30,23 +30,21 @@
<version>0.1-SNAPSHOT</version>
</parent>
- <groupId>org.apache.creadur.whisker</groupId>
<artifactId>apache-whisker-scan</artifactId>
<packaging>jar</packaging>
- <dependencies>
+ <dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
- <!--
-
-
- ================================
+ <!--
+
+
+ ================================
Project information
-->
<name>Apache Whisker::Scan</name>
Modified: creadur/whisker/trunk/apache-whisker-velocity/pom.xml
URL:
http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-velocity/pom.xml?rev=1510007&r1=1510006&r2=1510007&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-velocity/pom.xml (original)
+++ creadur/whisker/trunk/apache-whisker-velocity/pom.xml Sat Aug 3 15:07:12
2013
@@ -15,7 +15,7 @@
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
- under the License.
+ under the License.
-->
<project
xmlns="http://maven.apache.org/POM/4.0.0"
@@ -30,7 +30,6 @@
<version>0.1-SNAPSHOT</version>
</parent>
- <groupId>org.apache.creadur.whisker</groupId>
<artifactId>apache-whisker-velocity</artifactId>
<packaging>jar</packaging>
@@ -39,40 +38,40 @@
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
</dependency>
-
+
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
-
+
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
-
+
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
</dependency>
-
+
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
-
+
<dependency>
<groupId>org.jmock</groupId>
<artifactId>jmock-junit3</artifactId>
<scope>test</scope>
</dependency>
-
+
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>apache-whisker-scan</artifactId>
<version>${project.version}</version>
</dependency>
-
+
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>apache-whisker-model</artifactId>
@@ -83,13 +82,13 @@
<groupId>${project.groupId}</groupId>
<artifactId>apache-whisker-app</artifactId>
<version>${project.version}</version>
- </dependency>
+ </dependency>
</dependencies>
- <!--
-
-
- ================================
+ <!--
+
+
+ ================================
Project information
-->
<name>Apache Whisker::Output(velocity)</name>
Modified: creadur/whisker/trunk/apache-whisker-xml/pom.xml
URL:
http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-xml/pom.xml?rev=1510007&r1=1510006&r2=1510007&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-xml/pom.xml (original)
+++ creadur/whisker/trunk/apache-whisker-xml/pom.xml Sat Aug 3 15:07:12 2013
@@ -15,7 +15,7 @@
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
- under the License.
+ under the License.
-->
<project
xmlns="http://maven.apache.org/POM/4.0.0"
@@ -30,12 +30,11 @@
<version>0.1-SNAPSHOT</version>
</parent>
- <groupId>org.apache.creadur.whisker</groupId>
<artifactId>apache-whisker-xml</artifactId>
<packaging>jar</packaging>
- <dependencies>
-
+ <dependencies>
+
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom</artifactId>
@@ -51,7 +50,7 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
-
+
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>apache-whisker-model</artifactId>
@@ -59,10 +58,10 @@
</dependency>
</dependencies>
- <!--
-
-
- ================================
+ <!--
+
+
+ ================================
Project information
-->
<name>Apache Whisker::XML</name>