You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by at...@apache.org on 2015/12/23 13:46:10 UTC

[1/2] commons-scxml git commit: SCXML-241: bump to latest parent pom and Java 8 minimum

Repository: commons-scxml
Updated Branches:
  refs/heads/master c095f36f6 -> eac3f6a1a


SCXML-241: bump to latest parent pom and Java 8 minimum


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

Branch: refs/heads/master
Commit: 66c9c0ab775f9c58a40424db5b84c62bb0a88cf6
Parents: c095f36
Author: Ate Douma <at...@apache.org>
Authored: Wed Dec 23 13:42:35 2015 +0100
Committer: Ate Douma <at...@apache.org>
Committed: Wed Dec 23 13:42:35 2015 +0100

----------------------------------------------------------------------
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-scxml/blob/66c9c0ab/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b725eab..966b6f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>38</version>
+    <version>39</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -187,11 +187,11 @@
   </distributionManagement>
 
   <properties>
-    <maven.compiler.source>1.6</maven.compiler.source>
-    <maven.compiler.target>1.6</maven.compiler.target>
+    <maven.compiler.source>1.8</maven.compiler.source>
+    <maven.compiler.target>1.8</maven.compiler.target>
     <commons.componentid>scxml2</commons.componentid>
     <commons.release.version>2.0-alpha-1</commons.release.version>
-    <commons.release.desc>(Java 6.0+)</commons.release.desc>
+    <commons.release.desc>(Java 8.0+)</commons.release.desc>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.jira.id>SCXML</commons.jira.id>
     <commons.jira.pid>12310492</commons.jira.pid>


[2/2] commons-scxml git commit: SCXML-241: disable animal-sniffer as it doesn't have Java 8 support (will it ever?)

Posted by at...@apache.org.
SCXML-241: disable animal-sniffer as it doesn't have Java 8 support (will it ever?)


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

Branch: refs/heads/master
Commit: eac3f6a1a4edc47b100d59aa56ec9b7efcc4f855
Parents: 66c9c0a
Author: Ate Douma <at...@apache.org>
Authored: Wed Dec 23 13:45:23 2015 +0100
Committer: Ate Douma <at...@apache.org>
Committed: Wed Dec 23 13:45:23 2015 +0100

----------------------------------------------------------------------
 pom.xml                             | 2 --
 src/site/resources/profile.noanimal | 1 +
 2 files changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-scxml/blob/eac3f6a1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 966b6f0..e4cdb5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -199,8 +199,6 @@
     <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>

http://git-wip-us.apache.org/repos/asf/commons-scxml/blob/eac3f6a1/src/site/resources/profile.noanimal
----------------------------------------------------------------------
diff --git a/src/site/resources/profile.noanimal b/src/site/resources/profile.noanimal
new file mode 100644
index 0000000..bc51351
--- /dev/null
+++ b/src/site/resources/profile.noanimal
@@ -0,0 +1 @@
+# there is no animal-sniffer signature for Java 8, therefore for now disabled
\ No newline at end of file