We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b2ab55 commit 7fc2227Copy full SHA for 7fc2227
bobfile
@@ -1,7 +1,7 @@
1
include https://raw.githubusercontent.com/codemonstur/bobfiles/master/foss-lib-github-maven
2
3
vendor: com.github.codemonstur
4
-version: 5.3.0
+version: 5.4.0
5
enablePreview: false
6
packaging: maven-plugin
7
dependencies:
pom.xml
@@ -3,7 +3,7 @@
<groupId>com.github.codemonstur</groupId>
<artifactId>htmlcompiler</artifactId>
- <version>5.3.0</version>
+ <version>5.4.0</version>
<packaging>maven-plugin</packaging>
8
9
<name>${project.groupId}:${project.artifactId}</name>
src/docs/releases/release-5.4.0.txt
@@ -0,0 +1,3 @@
+5.4.0
+
+Added support for google closure compiler JS compression
0 commit comments