-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Cleanup in prep for the 4.1.0-M1 release (#710)
- Cleanup in prep for the 4.1.0-M1 release + Update to use latest parent pom for common plugin versions and sbom generation + Use parent pom version where appropriate + Update other plugin versions + Restore source attachment which was lost somewhere + Update copyright dates + Externalize the spec date, revision and status + Include the api version and build timestamp in the javadoc overview page + Fix the javadoc errors on Java SE 17, 21 + Add dependenbot updates for el and bundle plugin + Update interceptors to 2.2.0-M1 --------- Signed-off-by: Scott M Stark <[email protected]>
- Loading branch information
Showing
9 changed files
with
74 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -124,10 +124,11 @@ | |
|
||
|
||
<properties> | ||
<annotation.api.version>2.1.0</annotation.api.version> | ||
<annotation.api.version>3.0.0-M1</annotation.api.version> | ||
<atinject.api.version>2.0.1</atinject.api.version> | ||
<uel.api.version>5.0.0</uel.api.version> | ||
<interceptor.api.version>2.1.0</interceptor.api.version> | ||
<uel.api.version>5.0.1</uel.api.version> | ||
<interceptor.api.version>2.2.0-M1</interceptor.api.version> | ||
<maven.build.timestamp.format>MMMM dd, yyyy</maven.build.timestamp.format> | ||
</properties> | ||
|
||
<!-- Configure all dependencies (e.g. testing) --> | ||
|
@@ -137,7 +138,7 @@ | |
<dependency> | ||
<groupId>org.testng</groupId> | ||
<artifactId>testng</artifactId> | ||
<version>6.8.8</version> | ||
<version>7.7.0</version> | ||
</dependency> | ||
|
||
<dependency> | ||
|
@@ -274,6 +275,14 @@ | |
<resource> | ||
<directory>src/main/resources</directory> | ||
</resource> | ||
<resource> | ||
<directory>src/main/javadoc</directory> | ||
<filtering>true</filtering> | ||
<includes> | ||
<include>overview.html</include> | ||
</includes> | ||
<targetPath>${project.build.directory}/javadoc</targetPath> | ||
</resource> | ||
</resources> | ||
<testResources> | ||
<testResource> | ||
|
@@ -323,13 +332,24 @@ | |
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-jar-plugin</artifactId> | ||
<version>${maven-jar-plugin.version}</version> | ||
<configuration> | ||
<archive> | ||
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile> | ||
</archive> | ||
</configuration> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-source-plugin</artifactId> | ||
<executions> | ||
<execution> | ||
<id>attach-sources</id> | ||
<goals> | ||
<goal>jar-no-fork</goal> | ||
</goals> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-surefire-plugin</artifactId> | ||
|
@@ -370,18 +390,18 @@ | |
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-javadoc-plugin</artifactId> | ||
<version>${maven-javadoc-plugin.version}</version> | ||
<configuration> | ||
<docfilessubdirs>true</docfilessubdirs> | ||
<description>Jakarta Contexts and Dependency Injection API</description> | ||
<doctitle>Jakarta Contexts and Dependency Injection API</doctitle> | ||
<detectJavaApiLink>false</detectJavaApiLink> | ||
<overview>${project.build.directory}/javadoc/overview.html</overview> | ||
<windowtitle>Jakarta Contexts and Dependency Injection API</windowtitle> | ||
<header><![CDATA[<br>Jakarta Contexts and Dependency Injection ${project.version}]]> | ||
</header> | ||
<bottom><![CDATA[ | ||
Comments to: <a href="mailto:[email protected]">[email protected]</a>.<br> | ||
Copyright © 2018,2022 Eclipse Foundation.<br> | ||
Copyright © 2018,2023 Eclipse Foundation.<br> | ||
Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top">license terms</a>.]]> | ||
</bottom> | ||
</configuration> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,17 +106,27 @@ | |
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-jar-plugin</artifactId> | ||
<version>${maven-jar-plugin.version}</version> | ||
<configuration> | ||
<archive> | ||
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile> | ||
</archive> | ||
</configuration> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-source-plugin</artifactId> | ||
<executions> | ||
<execution> | ||
<id>attach-sources</id> | ||
<goals> | ||
<goal>jar-no-fork</goal> | ||
</goals> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-javadoc-plugin</artifactId> | ||
<version>${maven-javadoc-plugin.version}</version> | ||
<configuration> | ||
<docfilessubdirs>true</docfilessubdirs> | ||
<description>Jakarta CDI EL integration API</description> | ||
|
@@ -126,7 +136,7 @@ | |
</header> | ||
<bottom><![CDATA[ | ||
Comments to: <a href="mailto:[email protected]">[email protected]</a>.<br> | ||
Copyright © 2018,2020 Eclipse Foundation.<br> | ||
Copyright © 2018,2023 Eclipse Foundation.<br> | ||
Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top">license terms</a>.]]> | ||
</bottom> | ||
</configuration> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
= Jakarta Contexts and Dependency Injection | ||
:author: Jakarta Contexts and Dependency Injection Specification Project | ||
:email: [email protected] | ||
:revnumber: 4.1 | ||
:revdate: May 24 2023 | ||
:revremark: Draft | ||
:revnumber: {revnumber} | ||
:revdate: {revdate} | ||
:revremark: {revremark} | ||
:version-label!: | ||
:sectanchors: | ||
:doctype: book | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters