You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2018/05/03 18:26:05 UTC

[myfaces-test] 18/21: set jdk to 1.5

This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to branch 1_0_0_alpha
in repository https://gitbox.apache.org/repos/asf/myfaces-test.git

commit 7971bcfb4e7ab0dff7793dc399659f8ea0b39834
Author: Leonardo Uribe <lu...@apache.org>
AuthorDate: Tue Nov 24 21:45:10 2009 +0000

    set jdk to 1.5
---
 test20/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test20/pom.xml b/test20/pom.xml
index f0ac46f..80b4211 100644
--- a/test20/pom.xml
+++ b/test20/pom.xml
@@ -125,8 +125,8 @@
             <plugin>
                 <artifactId>maven-compiler-plugin</artifactId>
                 <configuration>
-                    <source>1.6</source>
-                    <target>1.6</target>
+                    <source>1.5</source>
+                    <target>1.5</target>
                 </configuration>
             </plugin>
             <plugin>

-- 
To stop receiving notification emails like this one, please contact
deki@apache.org.