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:35 UTC

[1/2] incubator-netbeans-html4j git commit: Previous release is 1.4, testing APIs against it

Repository: incubator-netbeans-html4j
Updated Branches:
  refs/heads/master 5816390ff -> 52cc1da4e


Previous release is 1.4, testing APIs against it


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/1afeaebb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/tree/1afeaebb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/diff/1afeaebb

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

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


http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/blob/1afeaebb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ec35448..6faceb9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -206,7 +206,7 @@ org.netbeans.html.boot.impl:org.netbeans.html.boot.fx:org.netbeans.html.context.
                 </executions>
                 <configuration>
                     <packages>${publicPackages}</packages>
-                    <releaseVersion>1.3</releaseVersion>
+                    <releaseVersion>1.4</releaseVersion>
                 </configuration>
             </plugin>
             <plugin>


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

Posted by jt...@apache.org.
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>