You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2015/11/05 17:28:11 UTC

flex-blazeds git commit: Increased the source-level of the testsuite to Java 1.7 as 1.7 seems to only be required for running the tests so there is no point in increasing the java version for the libs themselves.

Repository: flex-blazeds
Updated Branches:
  refs/heads/develop b3a5cecf5 -> d86d5b15a


Increased the source-level of the testsuite to Java 1.7 as 1.7 seems to only be required for running the tests so there is no point in increasing the java version for the libs themselves.


Project: http://git-wip-us.apache.org/repos/asf/flex-blazeds/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-blazeds/commit/d86d5b15
Tree: http://git-wip-us.apache.org/repos/asf/flex-blazeds/tree/d86d5b15
Diff: http://git-wip-us.apache.org/repos/asf/flex-blazeds/diff/d86d5b15

Branch: refs/heads/develop
Commit: d86d5b15a9d3648005a4c037f1bcbff8f0cd0f59
Parents: b3a5cec
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Thu Nov 5 17:28:05 2015 +0100
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Thu Nov 5 17:28:05 2015 +0100

----------------------------------------------------------------------
 modules/testsuite/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/d86d5b15/modules/testsuite/pom.xml
----------------------------------------------------------------------
diff --git a/modules/testsuite/pom.xml b/modules/testsuite/pom.xml
index 1428f30..4018a0d 100644
--- a/modules/testsuite/pom.xml
+++ b/modules/testsuite/pom.xml
@@ -70,6 +70,15 @@ limitations under the License.
 
     <build>
         <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.7</source>
+                    <target>1.7</target>
+                </configuration>
+            </plugin>
+
             <!-- Prevent this artifact from being deployed -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>