You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by wo...@apache.org on 2015/07/22 17:40:41 UTC

commons-scxml git commit: SCXML-236 bump up the commons-parent version in order to update continuum integration link. Also, bump up signatures version to 1.1 because org.codehaus.mojo.signature:java16:1.0 cannot detect javax.xml.stream.XMLInputFactory.

Repository: commons-scxml
Updated Branches:
  refs/heads/master 1f10ca37b -> 5a5bf80da


SCXML-236 bump up the commons-parent version in order to update
continuum integration link. Also, bump up signatures version to 1.1
because org.codehaus.mojo.signature:java16:1.0 cannot detect
javax.xml.stream.XMLInputFactory.

Project: http://git-wip-us.apache.org/repos/asf/commons-scxml/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-scxml/commit/5a5bf80d
Tree: http://git-wip-us.apache.org/repos/asf/commons-scxml/tree/5a5bf80d
Diff: http://git-wip-us.apache.org/repos/asf/commons-scxml/diff/5a5bf80d

Branch: refs/heads/master
Commit: 5a5bf80da4438a5b042752aafb9c5ea230a77bd6
Parents: 1f10ca3
Author: Woonsan Ko <wo...@apache.org>
Authored: Wed Jul 22 11:39:54 2015 -0400
Committer: Woonsan Ko <wo...@apache.org>
Committed: Wed Jul 22 11:39:54 2015 -0400

----------------------------------------------------------------------
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-scxml/blob/5a5bf80d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d1869d0..b725eab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>33</version>
+    <version>38</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -199,6 +199,8 @@
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+    <!-- Overriding signatures version because org.codehaus.mojo.signature:java16:1.0 cannot detect javax.xml.stream.XMLInputFactory. -->
+    <commons.animal-sniffer.signature.version>1.1</commons.animal-sniffer.signature.version>
     <!-- Allow override of the logging level -->
     <simplelog.defaultlog>fatal</simplelog.defaultlog>
   </properties>