You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2019/05/22 15:58:25 UTC

[qpid-broker-j] branch 7.0.x updated (a7296ab -> 45d8c4c)

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

robbie pushed a change to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git.


    from a7296ab  NO-JIRA: Stop running some tests from Logback1027WorkaroundTurboFilterTest with IBM JDK
     new ed13d6a  QPID-8315: update csv handling dep to new version, available from maven central
     new 45d8c4c  NO-JIRA: ensure use of https for BDBJE repository

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 perftests/visualisation-jfc/pom.xml | 14 --------------
 pom.xml                             |  4 ++--
 2 files changed, 2 insertions(+), 16 deletions(-)


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


[qpid-broker-j] 01/02: QPID-8315: update csv handling dep to new version, available from maven central

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git

commit ed13d6abc72d0b1d36b319feacb0eccdf30cb1fc
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Tue May 21 17:32:18 2019 +0100

    QPID-8315: update csv handling dep to new version, available from maven central
    
    (cherry picked from commit b3e77760f2a4d9e5b8afd07a335a4384acabe969)
---
 perftests/visualisation-jfc/pom.xml | 14 --------------
 pom.xml                             |  2 +-
 2 files changed, 1 insertion(+), 15 deletions(-)

diff --git a/perftests/visualisation-jfc/pom.xml b/perftests/visualisation-jfc/pom.xml
index 729c6bc..e7f3c66 100644
--- a/perftests/visualisation-jfc/pom.xml
+++ b/perftests/visualisation-jfc/pom.xml
@@ -175,18 +175,4 @@
       </plugin>
     </plugins>
   </build>
-
-  <repositories>
-    <repository>
-      <id>csvjdbc.releases</id>
-      <url>http://csvjdbc.sourceforge.net/maven2</url>
-      <layout>default</layout>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
 </project>
diff --git a/pom.xml b/pom.xml
index 9a4c36a..da2d2c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,7 @@
 
     <velocity-version>1.4</velocity-version>
     <jython-version>2.5.3</jython-version>
-    <csvjdbc-version>1.0.8</csvjdbc-version>
+    <csvjdbc-version>1.0.35</csvjdbc-version>
     <jfreechart-version>1.0.13</jfreechart-version>
 
     <dojo-version>1.14.0</dojo-version>


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


[qpid-broker-j] 02/02: NO-JIRA: ensure use of https for BDBJE repository

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git

commit 45d8c4cecbacec89689ffc09a82435b8aafbaefd
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Tue May 21 17:35:39 2019 +0100

    NO-JIRA: ensure use of https for BDBJE repository
    
    (cherry picked from commit 84700b9c0341c26393d9e826509613d7bf530c86)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index da2d2c9..d759006 100644
--- a/pom.xml
+++ b/pom.xml
@@ -920,7 +920,7 @@
     <!-- For the BDB JE dependency of the optional bdbstore plugin modules-->
     <repository>
       <id>oracle.releases</id>
-      <url>http://download.oracle.com/maven</url>
+      <url>https://download.oracle.com/maven</url>
       <layout>default</layout>
       <releases>
         <enabled>true</enabled>


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