Skip to content

Commit

Permalink
Set minimum JDK version to 11
Browse files Browse the repository at this point in the history
- update parent project to 1.0.7
- fix github url in scm

Signed-off-by: hussainnm <hussain.nm@cognizant.com>
  • Loading branch information
hussainnm committed Oct 6, 2021
1 parent 0729499 commit ef124ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions api/pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2012, 2021 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -22,7 +22,7 @@
<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -96,7 +96,7 @@
<scm>
<connection>scm:git:ssh://git@github.com/eclipse-ee4j/ejb-api.git</connection>
<developerConnection>scm:git:ssh://git@github.com/eclipse-ee4j/ejb-api.git</developerConnection>
<url>https://github.com/eclipse-ee4j/ejb-api/tree/${project.scm.tag}</url>
<url>https://github.com/eclipse-ee4j/ejb-api</url>
<tag>HEAD</tag>
</scm>
<mailingLists>
Expand Down Expand Up @@ -373,8 +373,8 @@
<version>3.5.4</version>
</requireMavenVersion>
<requireJavaVersion>
<version>[1.8.0,)</version>
<message>You need JDK8 or higher</message>
<version>[11,)</version>
<message>You need JDK 11 or higher</message>
</requireJavaVersion>
</rules>
</configuration>
Expand Down

0 comments on commit ef124ca

Please sign in to comment.