You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2017/08/21 19:50:08 UTC

[3/3] git commit: [flex-asjs] [refs/heads/feature/amf] - seemed to need this to build for me

seemed to need this to build for me


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

Branch: refs/heads/feature/amf
Commit: 909caf1c00156e422452f314bfcdf1ca5c34bbc7
Parents: cf5ac71
Author: Alex Harui <ah...@apache.org>
Authored: Mon Aug 21 12:34:15 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Aug 21 12:34:15 2017 -0700

----------------------------------------------------------------------
 examples/amf/SampleAmfWebApp/pom.xml | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/909caf1c/examples/amf/SampleAmfWebApp/pom.xml
----------------------------------------------------------------------
diff --git a/examples/amf/SampleAmfWebApp/pom.xml b/examples/amf/SampleAmfWebApp/pom.xml
index 091e087..1c9c268 100644
--- a/examples/amf/SampleAmfWebApp/pom.xml
+++ b/examples/amf/SampleAmfWebApp/pom.xml
@@ -24,8 +24,22 @@
   <version>0.9.0-SNAPSHOT</version>
   <packaging>war</packaging>
 
+  <properties>
+    <java.version>1.7</java.version>
+  </properties>
+  
   <build>
     <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>3.5.1</version>
+        <configuration>
+          <source>${java.version}</source>
+          <target>${java.version}</target>
+        </configuration>
+      </plugin>
+        
       <!-- Make Spring-Boot build an executable war -->
       <plugin>
         <groupId>org.springframework.boot</groupId>
@@ -77,7 +91,7 @@
     <dependency>
       <groupId>org.apache.flex.blazeds</groupId>
       <artifactId>blazeds-spring-boot-starter</artifactId>
-      <version>4.7.3-SNAPSHOT</version>
+      <version>4.7.3</version>
     </dependency>
 
     <dependency>