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 2019/05/02 04:50:11 UTC

[netbeans-html4j] branch master updated: Using NetBeans 11.0 bits from Maven central

This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-html4j.git


The following commit(s) were added to refs/heads/master by this push:
     new 8c5252c  Using NetBeans 11.0 bits from Maven central
8c5252c is described below

commit 8c5252c10326f412f777764b9602b461def63877
Author: Jaroslav Tulach <ja...@apidesign.org>
AuthorDate: Thu May 2 06:43:31 2019 +0200

    Using NetBeans 11.0 bits from Maven central
---
 .travis.yml | 6 ++++--
 pom.xml     | 9 +--------
 2 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 332ce3a..760d926 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,9 +26,11 @@ before_script:
   - sleep 3
 script:
   - java -version
-  - mvn install -DskipTests
-  - mvn verify
+  - mvn install -DskipTests $ARGS
+  - mvn verify $ARGS
 
 os:
   - linux
 
+env:
+  - ARGS=-Dnone
diff --git a/pom.xml b/pom.xml
index de6080f..55c7b26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
   </parent>
   <properties>
       <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-      <netbeans.version>RELEASE82</netbeans.version>
+      <netbeans.version>RELEASE110</netbeans.version>
       <grizzly.version>2.3.8</grizzly.version>
       <license>COPYING</license>
       <publicPackages />
@@ -84,13 +84,6 @@
       <system>jira</system>
       <url>https://issues.apache.org/jira/browse/NETBEANS</url>
   </issueManagement>
-  <repositories>
-      <repository>
-          <id>netbeans</id>
-          <name>NetBeans</name>
-          <url>http://bits.netbeans.org/maven2/</url>
-      </repository>
-  </repositories>
   <build>
       <plugins>
             <plugin>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists