Skip to content

Commit

Permalink
Update plugin versions in main pom
Browse files Browse the repository at this point in the history
Corrected spec version in manifest
Tidied maven URL (to new https version)

Signed-off-by: Arjan Tijms <[email protected]>
  • Loading branch information
arjantijms committed Oct 3, 2023
1 parent 0cc0449 commit 11498a5
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand Down Expand Up @@ -163,10 +163,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.0</version>
<configuration>
<source>11</source>
<target>11</target>
<release>11</release>
<compilerArgument>-Xlint:unchecked</compilerArgument>
</configuration>
</plugin>
Expand All @@ -175,7 +174,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>5.1.8</version>
<version>5.1.9</version>
<configuration>
<instructions>
<_noimportjava>true</_noimportjava>
Expand All @@ -188,7 +187,7 @@
<Bundle-Description>Eclipse Jakarta Server Pages Implementation (jakarta.pages/3.1) ${project.version}</Bundle-Description>

<Specification-Title>Jakarta Server Pages</Specification-Title>
<Specification-Version>3.0</Specification-Version>
<Specification-Version>3.1</Specification-Version>
<Specification-Vendor>Eclipse Foundation</Specification-Vendor>

<Implementation-Version>${project.version}</Implementation-Version>
Expand Down Expand Up @@ -240,7 +239,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<version>3.5.1</version>
<executions>
<execution>
<phase>package</phase>
Expand Down

0 comments on commit 11498a5

Please sign in to comment.