Skip to content

Commit f1b2928

Browse files
authored
Improved pom central
1 parent a4f8600 commit f1b2928

File tree

2 files changed

+4
-178
lines changed

2 files changed

+4
-178
lines changed

pom-central.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
<artifactId>maven-compiler-plugin</artifactId>
4545
<version>3.11.0</version>
4646
<configuration>
47-
<source>11</source>
48-
<target>11</target>
47+
<source>17</source>
48+
<target>17</target>
4949
<encoding>UTF-8</encoding>
5050
<compilerArgs>
5151
<arg>-Xlint:unchecked</arg>
@@ -113,12 +113,12 @@
113113
<docletArtifact>
114114
<groupId>org.jdrupes.mdoclet</groupId>
115115
<artifactId>doclet</artifactId>
116-
<version>2.2.0</version>
116+
<version>3.1.0</version>
117117
</docletArtifact>
118118
<docletArtifact>
119119
<groupId>com.vladsch.flexmark</groupId>
120120
<artifactId>flexmark-all</artifactId>
121-
<version>0.62.2</version>
121+
<version>0.64.0</version>
122122
</docletArtifact>
123123
</docletArtifacts>
124124
<additionalDependencies>

pom-central17.xml

Lines changed: 0 additions & 174 deletions
This file was deleted.

0 commit comments

Comments
 (0)