Skip to content

Commit

Permalink
Update maven plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed May 28, 2024
1 parent 8408045 commit 8d22ee4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.wildwebdeveloper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<executions>
<execution>
<id>local install VSCode Language servers</id>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>Eclipse Wild Web Developer - Parent</name>
<description>Wild Web Developer provides simple but efficient Web development tools in the Eclipse IDE</description>
<properties>
<tycho-version>4.0.7</tycho-version>
<tycho-version>4.0.8</tycho-version>
<tycho.scmUrl>scm:git:https://github.com/eclipse-wildwebdeveloper/wildwebdeveloper.git</tycho.scmUrl>
<jgit.dirtyWorkingTree>error</jgit.dirtyWorkingTree>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 8d22ee4

Please sign in to comment.