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 13:51:51 UTC

[qpid-proton-j] branch master updated: PROTON-2043: 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-proton-j.git


The following commit(s) were added to refs/heads/master by this push:
     new 1ef7bbd  PROTON-2043: update to apache parent pom v21
1ef7bbd is described below

commit 1ef7bbda567bf30be47678660aaf9efee021feb5
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Wed May 8 14:45:16 2019 +0100

    PROTON-2043: update to apache parent pom v21
---
 apache-qpid-proton-j/pom.xml | 27 +++++++++++++++++++++++++++
 pom.xml                      |  3 +--
 2 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/apache-qpid-proton-j/pom.xml b/apache-qpid-proton-j/pom.xml
index 1a90f1c..3ab8957 100644
--- a/apache-qpid-proton-j/pom.xml
+++ b/apache-qpid-proton-j/pom.xml
@@ -81,6 +81,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-proton-j-${project.version}-src.tar.gz</include>
+                        <include>apache-qpid-proton-j-${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 9953708..e172621 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>19</version>
+    <version>21</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
@@ -43,7 +43,6 @@
     <!-- Plugin versions -->
     <maven-bundle-plugin-version>4.1.0</maven-bundle-plugin-version>
     <jacoco-plugin-version>0.8.2</jacoco-plugin-version>
-    <surefire.version>2.21.0</surefire.version>
 
     <!-- surefire forked jvm arguments -->
     <argLine>-Xmx2g -enableassertions ${jacoco-config}</argLine>


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