Skip to content

Commit

Permalink
Merge pull request #253 from jenkinsci/dependabot/maven/edu.hm.hafner…
Browse files Browse the repository at this point in the history
…-echarts-build-trends-3.3.0

Bump echarts-build-trends from 3.2.0 to 3.3.0
  • Loading branch information
uhafner authored Oct 1, 2022
2 parents 73b5b2d + 068617b commit 1025efa
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<module.name>${project.groupId}.echarts</module.name>

<echarts-build-trends.version>3.2.0</echarts-build-trends.version>
<echarts-build-trends.version>3.3.0</echarts-build-trends.version>
<eclipse-collections.version>9.2.0</eclipse-collections.version>

</properties>
Expand Down Expand Up @@ -189,6 +189,13 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.revapi</groupId>
<artifactId>revapi-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 1025efa

Please sign in to comment.