Skip to content

Commit 9d92aba

Browse files
committed
Update Maven and plugins
* Maven to 3.9.14 * downloads-maven-plugin to 2.1.0 * properties-maven-plugin to 1.2.1 * maven-resources-plugin to 3.5.0
1 parent e41bbfb commit 9d92aba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# under the License.
1717
wrapperVersion=3.3.4
1818
distributionType=only-script
19-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.12/apache-maven-3.9.12-bin.zip
19+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.14/apache-maven-3.9.14-bin.zip

org.eclipse.wildwebdeveloper/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
</plugin>
9696
<plugin>
9797
<artifactId>maven-resources-plugin</artifactId>
98-
<version>3.4.0</version>
98+
<version>3.5.0</version>
9999
<executions>
100100
<execution>
101101
<id>install-eslint-ls-package.json</id>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,12 @@
143143
<plugin>
144144
<groupId>io.github.download-maven-plugin</groupId>
145145
<artifactId>download-maven-plugin</artifactId>
146-
<version>2.0.0</version>
146+
<version>2.1.0</version>
147147
</plugin>
148148
<plugin>
149149
<groupId>org.codehaus.mojo</groupId>
150150
<artifactId>properties-maven-plugin</artifactId>
151-
<version>1.2.1</version>
151+
<version>1.3.0</version>
152152
</plugin>
153153
<plugin>
154154
<groupId>org.eclipse.tycho</groupId>

0 commit comments

Comments
 (0)