This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/velocity-tools.git
The following commit(s) were added to refs/heads/master by this push:
new cd1b7aeb [VELTOOLS-203] Upgrade to Parent 6
cd1b7aeb is described below
commit cd1b7aeb4f20d396fba5d3a0c6b7916017b2c515
Author: Michael Osipov <[email protected]>
AuthorDate: Sat Feb 10 19:18:35 2024 +0100
[VELTOOLS-203] Upgrade to Parent 6
---
pom.xml | 18 +-----------------
1 file changed, 1 insertion(+), 17 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4bad2911..52d4fd35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-master</artifactId>
- <version>5</version>
+ <version>6</version>
</parent>
<groupId>org.apache.velocity.tools</groupId>
@@ -45,8 +45,6 @@
<properties>
<slf4j.version>1.7.30</slf4j.version>
- <maven.compiler.source>1.8</maven.compiler.source>
- <maven.compiler.target>1.8</maven.compiler.target>
</properties>
<modules>
@@ -209,20 +207,9 @@
</systemProperties>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <showDeprecation>true</showDeprecation>
- <showWarnings>true</showWarnings>
- <source>${maven.compiler.source}</source>
- <target>${maven.compiler.target}</target>
- </configuration>
- </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>3.1.0</version>
<configuration>
<excludePackageNames>org.apache.velocity.tools.examples</excludePackageNames>
<detectLinks />
@@ -237,9 +224,6 @@
<goals>
<goal>aggregate</goal>
</goals>
- <configuration>
- <source>1.8</source>
- </configuration>
</execution>
</executions>
</plugin>