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 2022/08/29 17:02:56 UTC

[qpid-jms] branch main updated (929e0035 -> 3ba4cbe8)

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

robbie pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


    from 929e0035 NO-JIRA: update GHA env target, older one is now headed for removal
     new a080f5c5 NO-JIRA: add workflow_dispatch trigger to GHA config
     new 8f0d979e NO-JIRA: remove unused property previously missed
     new 3ba4cbe8 QPIDJMS-576: update to apache parent pom 27

The 3 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:
 .github/workflows/build.yml |  2 +-
 pom.xml                     | 10 ++--------
 2 files changed, 3 insertions(+), 9 deletions(-)


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


[qpid-jms] 01/03: NO-JIRA: add workflow_dispatch trigger to GHA config

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

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit a080f5c5edf910f73a7e7d6448c9038ce61ee1bb
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Aug 29 12:51:13 2022 +0100

    NO-JIRA: add workflow_dispatch trigger to GHA config
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d504d700..516447d2 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,6 +1,6 @@
 name: "Build"
 
-on: [push, pull_request]
+on: [push, pull_request, workflow_dispatch]
 
 jobs:
   build:


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


[qpid-jms] 02/03: NO-JIRA: remove unused property previously missed

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

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit 8f0d979e79a5f21dd4ff215e0e5d76018550dadb
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Aug 29 16:44:03 2022 +0100

    NO-JIRA: remove unused property previously missed
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9a8961d5..ccf2722f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,6 @@
     <netty-tcnative-version>2.0.53.Final</netty-tcnative-version>
     <activemq-version>5.17.0</activemq-version>
     <junit-version>4.13.2</junit-version>
-    <fuse-joram-tests-version>1.0</fuse-joram-tests-version>
     <jetty-version>9.4.45.v20220203</jetty-version>
     <mockito-version>4.4.0</mockito-version>
     <hamcrest-version>2.2</hamcrest-version>


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


[qpid-jms] 03/03: QPIDJMS-576: update to apache parent pom 27

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

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit 3ba4cbe828e74aa4008563efe094b7518eecc01d
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Aug 29 18:01:18 2022 +0100

    QPIDJMS-576: update to apache parent pom 27
---
 pom.xml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index ccf2722f..740e3365 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,15 +59,15 @@
     <maven-eclipse-plugin-version>2.10</maven-eclipse-plugin-version>
     <maven-idea-plugin-version>2.5</maven-idea-plugin-version>
     <maven-bundle-plugin-version>5.1.2</maven-bundle-plugin-version>
-    <maven-enforcer-plugin-version>3.0.0-M3</maven-enforcer-plugin-version>
     <findbugs-maven-plugin-version>3.0.2</findbugs-maven-plugin-version>
     <jacoco-plugin-version>0.8.6</jacoco-plugin-version>
-    <surefire.version>2.22.2</surefire.version>
 
     <maven.compiler.source>11</maven.compiler.source>
     <maven.compiler.target>11</maven.compiler.target>
     <maven.compiler.release>11</maven.compiler.release>
 
+    <project.build.outputTimestamp>2022-08-29T15:38:01Z</project.build.outputTimestamp>
+
     <!-- Test properties -->
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
     <surefire.runOrder>filesystem</surefire.runOrder>
@@ -296,11 +296,6 @@
             <downloadJavadocs>true</downloadJavadocs>
           </configuration>
         </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-enforcer-plugin</artifactId>
-          <version>${maven-enforcer-plugin-version}</version>
-        </plugin>
         <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>


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