Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to authorization m2, copyright to 2024, and OSGi to Java SE 17 #321

Merged
merged 1 commit into from Mar 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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