Author: cbrisson
Date: Sat Oct 15 09:23:44 2016
New Revision: 1765028
URL: http://svn.apache.org/viewvc?rev=1765028&view=rev
Log:
[engine] maven plugins versionning
Modified:
velocity/engine/trunk/pom.xml
velocity/engine/trunk/velocity-engine-assembly/pom.xml
velocity/engine/trunk/velocity-engine-scripting/pom.xml
Modified: velocity/engine/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/velocity/engine/trunk/pom.xml?rev=1765028&r1=1765027&r2=1765028&view=diff
==============================================================================
--- velocity/engine/trunk/pom.xml (original)
+++ velocity/engine/trunk/pom.xml Sat Oct 15 09:23:44 2016
@@ -40,6 +40,14 @@
<inceptionYear>2000</inceptionYear>
<packaging>pom</packaging>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <junit.version>4.12</junit.version>
+ <slf4j.version>1.7.21</slf4j.version>
+ <surefire.plugin.version>2.19.1</surefire.plugin.version>
+ <jira.browse.url>https://issues.apache.org/jira/browse</jira.browse.url>
+ </properties>
+
<build>
<defaultGoal>install</defaultGoal>
<pluginManagement>
@@ -94,10 +102,6 @@
<url>http://svn.apache.org/viewvc/velocity/engine/trunk</url>
</scm>
- <properties>
- <jira.browse.url>https://issues.apache.org/jira/browse</jira.browse.url>
- </properties>
-
<issueManagement>
<system>JIRA</system>
<url>${jira.browse.url}/VELOCITY</url>
Modified: velocity/engine/trunk/velocity-engine-assembly/pom.xml
URL:
http://svn.apache.org/viewvc/velocity/engine/trunk/velocity-engine-assembly/pom.xml?rev=1765028&r1=1765027&r2=1765028&view=diff
==============================================================================
--- velocity/engine/trunk/velocity-engine-assembly/pom.xml (original)
+++ velocity/engine/trunk/velocity-engine-assembly/pom.xml Sat Oct 15 09:23:44
2016
@@ -36,7 +36,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-5</version>
+ <version>2.6</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/all.xml</descriptor>
@@ -48,7 +48,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
- <version>2.3.1</version>
+ <version>2.5.2</version>
<configuration>
<createChecksum>true</createChecksum>
</configuration>
@@ -80,7 +80,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-5</version>
+ <version>2.6</version>
<executions>
<execution>
<id>make-assembly</id>
@@ -107,7 +107,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
- <version>1.3</version>
+ <version>1.8</version>
<executions>
<execution>
<phase>deploy</phase>
@@ -139,6 +139,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>wagon-maven-plugin</artifactId>
+ <version>1.0</version>
<executions>
<execution>
<phase>deploy</phase>
Modified: velocity/engine/trunk/velocity-engine-scripting/pom.xml
URL:
http://svn.apache.org/viewvc/velocity/engine/trunk/velocity-engine-scripting/pom.xml?rev=1765028&r1=1765027&r2=1765028&view=diff
==============================================================================
--- velocity/engine/trunk/velocity-engine-scripting/pom.xml (original)
+++ velocity/engine/trunk/velocity-engine-scripting/pom.xml Sat Oct 15 09:23:44
2016
@@ -28,24 +28,23 @@
<version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>velocity-engine-scripting</artifactId>
- <version>2.0.0-SNAPSHOT</version>
<name>Apache Velocity - JSR 223 Scripting</name>
<dependencies>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.12</version>
+ <version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
- <version>1.7.21</version>
+ <version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -54,6 +53,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
+ <version>${surefire.plugin.version}</version>
<configuration>
<systemProperties>
<property>