You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2022/05/16 22:14:48 UTC

[juddi] branch master updated: NOJIRA pom cleanup, JDK8 is now the min

This is an automated email from the ASF dual-hosted git repository.

alexoree pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juddi.git


The following commit(s) were added to refs/heads/master by this push:
     new ed94180fc NOJIRA pom cleanup, JDK8 is now the min
ed94180fc is described below

commit ed94180fcbe7fc47869d91db835d04502e5fe865
Author: Alex O'Ree <al...@apache.org>
AuthorDate: Mon May 16 18:14:43 2022 -0400

    NOJIRA pom cleanup, JDK8 is now the min
---
 pom.xml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index bb638938d..f02b459af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,10 +34,6 @@ under the License.
         Integration (UDDI) specification for Web Services.</description>
 	<url>http://juddi.apache.org/</url>
 
-	<prerequisites>
-		<maven>3.0.3</maven>
-	</prerequisites>
-
 	<properties>
 		<sourceReleaseAssemblyDescriptor>source-release</sourceReleaseAssemblyDescriptor>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -331,10 +327,10 @@ under the License.
 					  <rules>
 						
 						<requireMavenVersion>
-						  <version>[3.0.3,)</version>
+						  <version>[3.2.1,)</version>
 						</requireMavenVersion>
 						<requireJavaVersion>
-						  <version>[1.6,)</version>
+						  <version>[1.8,)</version>
 						</requireJavaVersion>
 					  </rules>
 					</configuration>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org