Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit cd5faf4

Browse files
authored
Merge pull request #4 from xdev-software/update-from-template
Update from template
2 parents 7be3776 + c373077 commit cd5faf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<plugin>
131131
<groupId>org.apache.maven.plugins</groupId>
132132
<artifactId>maven-compiler-plugin</artifactId>
133-
<version>3.10.1</version>
133+
<version>3.11.0</version>
134134
<configuration>
135135
<source>${maven.compiler.source}</source>
136136
<target>${maven.compiler.target}</target>
@@ -142,7 +142,7 @@
142142
<plugin>
143143
<groupId>org.apache.maven.plugins</groupId>
144144
<artifactId>maven-javadoc-plugin</artifactId>
145-
<version>3.4.1</version>
145+
<version>3.5.0</version>
146146
<executions>
147147
<execution>
148148
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)