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/08 12:08:51 UTC

[qpid-jms] branch master updated: QPIDJMS-456: update to apache parent pom v21

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0558653  QPIDJMS-456: update to apache parent pom v21
0558653 is described below

commit 055865320eadb189c562ba02cd6d582e8e22e4bd
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Wed May 8 13:00:10 2019 +0100

    QPIDJMS-456: update to apache parent pom v21
---
 apache-qpid-jms/pom.xml | 27 +++++++++++++++++++++++++++
 pom.xml                 |  3 +--
 2 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/apache-qpid-jms/pom.xml b/apache-qpid-jms/pom.xml
index 88f8268..8c304a7 100644
--- a/apache-qpid-jms/pom.xml
+++ b/apache-qpid-jms/pom.xml
@@ -89,6 +89,33 @@
               </execution>
             </executions>
           </plugin>
+
+          <!-- Calculate checksum for Apache dist area. Overrides the
+               apache parent pom execution configuration, for this module -->
+          <plugin>
+            <groupId>net.nicoulaj.maven.plugins</groupId>
+            <artifactId>checksum-maven-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>source-release-checksum</id>
+                <goals>
+                  <goal>files</goal>
+                </goals>
+                <configuration>
+                  <fileSets>
+                    <fileSet>
+                      <directory>${project.build.directory}</directory>
+                      <includes>
+                        <include>apache-qpid-jms-${project.version}-src.tar.gz</include>
+                        <include>apache-qpid-jms-${project.version}-bin.tar.gz</include>
+                      </includes>
+                    </fileSet>
+                  </fileSets>
+                  <failIfNoFiles>true</failIfNoFiles>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
         </plugins>
       </build>
     </profile>
diff --git a/pom.xml b/pom.xml
index 7241f0c..62a19a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>19</version>
+    <version>21</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
@@ -61,7 +61,6 @@
     <maven-bundle-plugin-version>4.1.0</maven-bundle-plugin-version>
     <findbugs-maven-plugin-version>3.0.2</findbugs-maven-plugin-version>
     <jacoco-plugin-version>0.8.2</jacoco-plugin-version>
-    <surefire.version>2.21.0</surefire.version>
 
     <!-- Test properties -->
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>


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