Skip to content

Commit

Permalink
Merge pull request #321 from arjantijms/update_pom
Browse files Browse the repository at this point in the history
Update to authorization m2, copyright to 2024, and OSGi to Java SE 17
  • Loading branch information
arjantijms committed Mar 18, 2024
2 parents 8f4c7d5 + e67d66f commit d2f3f97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/pom.xml
Expand Up @@ -100,7 +100,7 @@
<dependency>
<groupId>jakarta.authorization</groupId>
<artifactId>jakarta.authorization-api</artifactId>
<version>3.0.0-M1</version>
<version>3.0.0-M2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -237,7 +237,7 @@
<Implementation-Vendor>${project.organization.name}</Implementation-Vendor>
<Implementation-Vendor-Id>org.glassfish</Implementation-Vendor-Id>
<_noimportjava>true</_noimportjava>
<_runee>JavaSE-21</_runee>
<_runee>JavaSE-17</_runee>
</instructions>
</configuration>
<executions>
Expand Down Expand Up @@ -285,7 +285,7 @@
<header><![CDATA[<br>Jakarta Security API v${project.version}]]></header>
<bottom><![CDATA[
Comments to: <a href="mailto:jakarta-security-dev@eclipse.org">jakarta-security-dev</a>.<br>
Copyright &#169; 2019, 2023 Eclipse Foundation. All rights reserved.<br>
Copyright &#169; 2019, 2024 Eclipse Foundation. All rights reserved.<br>
Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top">license terms</a>.]]>
</bottom>
<docfilessubdirs>true</docfilessubdirs>
Expand Down

0 comments on commit d2f3f97

Please sign in to comment.