You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2017/10/06 15:25:36 UTC

[2/2] incubator-netbeans-html4j git commit: Switching to newer version of codesnippetdoclet to preserve png images

Switching to newer version of codesnippetdoclet to preserve png images


Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/commit/52cc1da4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/tree/52cc1da4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/diff/52cc1da4

Branch: refs/heads/master
Commit: 52cc1da4e5e553b9c95c36ce02c1cbd99d492885
Parents: 1afeaeb
Author: Jaroslav Tulach <ja...@oracle.com>
Authored: Fri Oct 6 17:25:22 2017 +0200
Committer: Jaroslav Tulach <ja...@oracle.com>
Committed: Fri Oct 6 17:25:22 2017 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/blob/52cc1da4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6faceb9..4e2cebf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,7 +187,7 @@ org.netbeans.html.boot.impl:org.netbeans.html.boot.fx:org.netbeans.html.context.
                 <docletArtifact>
                     <groupId>org.apidesign.javadoc</groupId>
                     <artifactId>codesnippet-doclet</artifactId>
-                    <version>0.20</version>
+                    <version>0.22</version>
                 </docletArtifact>
                 <additionalparam>-snippetpath "${basedir}"</additionalparam>
               </configuration>