Skip to content

Commit

Permalink
2.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blutorange committed Sep 1, 2024
1 parent 6db54de commit 05ef592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.blutorange</groupId>
<artifactId>closure-compiler-maven-plugin</artifactId>
<version>2.31.0-SNAPSHOT</version>
<version>2.31.0</version>
<packaging>maven-plugin</packaging>

<name>Closure Compiler Maven Plugin</name>
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/projects/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<closure.compiler.maven.plugin.version>2.31.0-SNAPSHOT</closure.compiler.maven.plugin.version>
<closure.compiler.maven.plugin.version>2.31.0</closure.compiler.maven.plugin.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 05ef592

Please sign in to comment.