Skip to content

Commit 77ab1e2

Browse files
committed
2.30.0-SNAPSHOT
1 parent 00b38cc commit 77ab1e2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,10 @@ For the example above, this means that the source file name would be `js/index.j
151151
# Build site
152152

153153
* Edit files in `/src/site`
154-
* `mvn clean plugin:report site`
154+
* `mvn clean report:report site`
155155
* You can check out the locally rendered rendered site in `target/site/index.html`.
156156
* To upload to github, add the profile `site`
157-
* `mvn clean plugin:report site -P site`
157+
* `mvn clean report:report site -P site`
158158

159159
# Release
160160

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.github.blutorange</groupId>
88
<artifactId>closure-compiler-maven-plugin</artifactId>
9-
<version>2.29.0</version>
9+
<version>2.30.0-SNAPSHOT</version>
1010
<packaging>maven-plugin</packaging>
1111

1212
<name>Closure Compiler Maven Plugin</name>

src/test/resources/projects/parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<properties>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14-
<closure.compiler.maven.plugin.version>2.29.0</closure.compiler.maven.plugin.version>
14+
<closure.compiler.maven.plugin.version>2.30.0-SNAPSHOT</closure.compiler.maven.plugin.version>
1515
</properties>
1616

1717
<dependencies>

0 commit comments

Comments
 (0)