Skip to content

Commit

Permalink
Update maven plugins versions
Browse files Browse the repository at this point in the history
Tycho to 4.0.7
Antrun to 3.1.0
  • Loading branch information
akurtakov committed Apr 10, 2024
1 parent e6b86a6 commit bb4f5da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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.6</tycho-version>
<tycho-version>4.0.7</tycho-version>
<tycho.scmUrl>scm:git:https://github.com/eclipse/wildwebdeveloper.git</tycho.scmUrl>
<jgit.dirtyWorkingTree>error</jgit.dirtyWorkingTree>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -196,6 +196,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>3.1.0</version>
<dependencies>
<dependency>
<groupId>ant-contrib</groupId>
Expand Down

0 comments on commit bb4f5da

Please sign in to comment.