Skip to content

Commit 8d22ee4

Browse files
committed
Update maven plugins
1 parent 8408045 commit 8d22ee4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

org.eclipse.wildwebdeveloper/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
<plugin>
141141
<groupId>org.codehaus.mojo</groupId>
142142
<artifactId>exec-maven-plugin</artifactId>
143-
<version>3.2.0</version>
143+
<version>3.3.0</version>
144144
<executions>
145145
<execution>
146146
<id>local install VSCode Language servers</id>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<name>Eclipse Wild Web Developer - Parent</name>
88
<description>Wild Web Developer provides simple but efficient Web development tools in the Eclipse IDE</description>
99
<properties>
10-
<tycho-version>4.0.7</tycho-version>
10+
<tycho-version>4.0.8</tycho-version>
1111
<tycho.scmUrl>scm:git:https://github.com/eclipse-wildwebdeveloper/wildwebdeveloper.git</tycho.scmUrl>
1212
<jgit.dirtyWorkingTree>error</jgit.dirtyWorkingTree>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)