Skip to content

Commit

Permalink
Update annotations dependency to 2.1.0 for final release
Browse files Browse the repository at this point in the history
Signed-off-by: Scott M Stark <starksm64@gmail.com>
  • Loading branch information
starksm64 committed Jan 26, 2022
1 parent f40ef31 commit 5de9972
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
48 changes: 24 additions & 24 deletions api/pom.xml
Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
<version>2.1.0-B1</version>
<version>2.1.0</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -263,35 +263,35 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.1</version>
<configuration>
<source>1.8</source>
<additionalJOption>-Xdoclint:none</additionalJOption>
<description>Jakarta Interceptors API documentation</description>
<detectJavaApiLink>false</detectJavaApiLink>
<doctitle>Jakarta Interceptors API documentation</doctitle>
<windowtitle>Jakarta Interceptors API documentation</windowtitle>
<header><![CDATA[<br>Jakarta Interceptors API v${project.version}]]></header>
<bottom><![CDATA[
Comments to: <a href="mailto:interceptors-dev@eclipse.org">interceptors-dev@eclipse.org</a>.<br>
Copyright &#169; 2019, 2020 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>
<groups>
<group>
<title>Jakarta Interceptors API Documentation</title>
<packages>
jakarta.interceptor
</packages>
</group>
</groups>
</configuration>
<executions>
<execution>
<id>attach-api-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<source>1.8</source>
<additionalJOption>-Xdoclint:none</additionalJOption>
<description>Jakarta Interceptors API documentation</description>
<detectJavaApiLink>false</detectJavaApiLink>
<doctitle>Jakarta Interceptors API documentation</doctitle>
<windowtitle>Jakarta Interceptors API documentation</windowtitle>
<header><![CDATA[<br>Jakarta Interceptors API v${project.version}]]></header>
<bottom><![CDATA[
Comments to: <a href="mailto:interceptors-dev@eclipse.org">interceptors-dev@eclipse.org</a>.<br>
Copyright &#169; 2019, 2020 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>
<groups>
<group>
<title>Jakarta Interceptors API Documentation</title>
<packages>
jakarta.interceptor
</packages>
</group>
</groups>
</configuration>
</execution>
</executions>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion spec/README.md
Expand Up @@ -8,7 +8,7 @@ Building

Prerequisites:

* JDK8+
* JDK11+ to build, JDK8+ for runtime usage
* Maven 3.5.4+

Run the full build:
Expand Down

0 comments on commit 5de9972

Please sign in to comment.