Re: Documentation (wrongly?) says Maven 3.3.1 runs with Java 1.6

2015-03-19 Thread Anders Hammar
MNG-5789 created to monitor this.
Thanks for reporting!

/Anders

On Thu, Mar 19, 2015 at 8:52 AM, Arend v. Reinersdorff ar...@arendvr.com
wrote:

 ok, thanks for the clarification.

 The system requirements on the download page are correct now.
 But the README.txt in the distribution is still wrong.

 Regards,
 Arend


 On Wed, Mar 18, 2015 at 2:54 PM, Jason van Zyl ja...@takari.io wrote:

  Olivier fixed the doco so that should do out shortly.
 
  On Mar 18, 2015, at 9:48 AM, Anders Hammar and...@hammar.net wrote:
 
   That is correct, the docs haven't been updated. Maven 3.3+ requires JDK
  1.7.
  
   /Anders (mobile)
   Den 18 mar 2015 09:37 skrev Arend v. Reinersdorff ar...@arendvr.com
 :
  
   Hi,
  
   Maven 3.3.1 requires Java 1.7:
   - [MNG-5780] - upgrade Java minimum version prerequisite from Java 6
 to
   Java 7
   - When I try to run Maven 3.3.1 with Java 1.6 I get the exception:
   Exception in thread main java.lang.UnsupportedClassVersionError:
   org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
  
  
   But the documentation says the system requirements are still at Java
  1.6:
   - On the download page:
  http://maven.apache.org/download.cgi#Requirements
   - In README.txt when downloading Maven 3.3.1:
System Requirements
---
JDK:
  1.6 or above (this is to execute Maven - it still allows you to
 build
   against 1.3
  and prior JDK's).
  
   I assume the requirement is really Java 1.7 but the documentation has
  not
   been updated?
  
   Regards,
   Arend
  
 
  Thanks,
 
  Jason
 
  --
  Jason van Zyl
  Founder, Takari and Apache Maven
  http://twitter.com/jvanzyl
  http://twitter.com/takari_io
  -
 
  happiness is like a butterfly: the more you chase it, the more it will
  elude you, but if you turn your attention to other things, it will come
  and sit softly on your shoulder ...
 
  -- Thoreau
 
 
 
 
 
 
 
 
 
 
 
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
  For additional commands, e-mail: users-h...@maven.apache.org
 
 



Re: Documentation (wrongly?) says Maven 3.3.1 runs with Java 1.6

2015-03-19 Thread Arnaud Héritier
I'm a little bit lost with the download page
Several time it references Maven 3.2 but this one isn't available any more
(only in archives)
But 3.2 is the one to use for Java 6 users ? (If we exclude the usage of
toolschain)
I'm not sure why we are keeping 3.0, 3.1 and not 3.2

On Thu, Mar 19, 2015 at 10:05 AM, Anders Hammar and...@hammar.net wrote:

 MNG-5789 created to monitor this.
 Thanks for reporting!

 /Anders

 On Thu, Mar 19, 2015 at 8:52 AM, Arend v. Reinersdorff ar...@arendvr.com
 wrote:

  ok, thanks for the clarification.
 
  The system requirements on the download page are correct now.
  But the README.txt in the distribution is still wrong.
 
  Regards,
  Arend
 
 
  On Wed, Mar 18, 2015 at 2:54 PM, Jason van Zyl ja...@takari.io wrote:
 
   Olivier fixed the doco so that should do out shortly.
  
   On Mar 18, 2015, at 9:48 AM, Anders Hammar and...@hammar.net wrote:
  
That is correct, the docs haven't been updated. Maven 3.3+ requires
 JDK
   1.7.
   
/Anders (mobile)
Den 18 mar 2015 09:37 skrev Arend v. Reinersdorff 
 ar...@arendvr.com
  :
   
Hi,
   
Maven 3.3.1 requires Java 1.7:
- [MNG-5780] - upgrade Java minimum version prerequisite from Java 6
  to
Java 7
- When I try to run Maven 3.3.1 with Java 1.6 I get the exception:
Exception in thread main java.lang.UnsupportedClassVersionError:
org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
   
   
But the documentation says the system requirements are still at Java
   1.6:
- On the download page:
   http://maven.apache.org/download.cgi#Requirements
- In README.txt when downloading Maven 3.3.1:
 System Requirements
 ---
 JDK:
   1.6 or above (this is to execute Maven - it still allows you to
  build
against 1.3
   and prior JDK's).
   
I assume the requirement is really Java 1.7 but the documentation
 has
   not
been updated?
   
Regards,
Arend
   
  
   Thanks,
  
   Jason
  
   --
   Jason van Zyl
   Founder, Takari and Apache Maven
   http://twitter.com/jvanzyl
   http://twitter.com/takari_io
   -
  
   happiness is like a butterfly: the more you chase it, the more it will
   elude you, but if you turn your attention to other things, it will come
   and sit softly on your shoulder ...
  
   -- Thoreau
  
  
  
  
  
  
  
  
  
  
  
  
  
   -
   To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
   For additional commands, e-mail: users-h...@maven.apache.org
  
  
 




-- 
-
Arnaud Héritier
http://aheritier.net
Mail/GTalk: aheritier AT gmail DOT com
Twitter/Skype : aheritier


Re: Documentation (wrongly?) says Maven 3.3.1 runs with Java 1.6

2015-03-19 Thread Arend v. Reinersdorff
ok, thanks for the clarification.

The system requirements on the download page are correct now.
But the README.txt in the distribution is still wrong.

Regards,
Arend


On Wed, Mar 18, 2015 at 2:54 PM, Jason van Zyl ja...@takari.io wrote:

 Olivier fixed the doco so that should do out shortly.

 On Mar 18, 2015, at 9:48 AM, Anders Hammar and...@hammar.net wrote:

  That is correct, the docs haven't been updated. Maven 3.3+ requires JDK
 1.7.
 
  /Anders (mobile)
  Den 18 mar 2015 09:37 skrev Arend v. Reinersdorff ar...@arendvr.com:
 
  Hi,
 
  Maven 3.3.1 requires Java 1.7:
  - [MNG-5780] - upgrade Java minimum version prerequisite from Java 6 to
  Java 7
  - When I try to run Maven 3.3.1 with Java 1.6 I get the exception:
  Exception in thread main java.lang.UnsupportedClassVersionError:
  org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
 
 
  But the documentation says the system requirements are still at Java
 1.6:
  - On the download page:
 http://maven.apache.org/download.cgi#Requirements
  - In README.txt when downloading Maven 3.3.1:
   System Requirements
   ---
   JDK:
 1.6 or above (this is to execute Maven - it still allows you to build
  against 1.3
 and prior JDK's).
 
  I assume the requirement is really Java 1.7 but the documentation has
 not
  been updated?
 
  Regards,
  Arend
 

 Thanks,

 Jason

 --
 Jason van Zyl
 Founder, Takari and Apache Maven
 http://twitter.com/jvanzyl
 http://twitter.com/takari_io
 -

 happiness is like a butterfly: the more you chase it, the more it will
 elude you, but if you turn your attention to other things, it will come
 and sit softly on your shoulder ...

 -- Thoreau













 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org




Re: Documentation (wrongly?) says Maven 3.3.1 runs with Java 1.6

2015-03-19 Thread Arnaud Héritier
Hi,

  I tested 3.3 a little bit and didn't find any issue
  But it requires Java 7 if you need to build with an older version of Java
you'll have to setup a toolchain
  You can always find old releases from :
http://archive.apache.org/dist/maven/maven-3/
http://archive.apache.org/dist/maven/binaries/


cheers

On Thu, Mar 19, 2015 at 11:23 AM, Björn Raupach 
raupach.bjo...@googlemail.com wrote:

 Hi group,

 I have the same problem. Looking for the 3.2.x releases. Can’t upgrade to
 3.3.x yet.

 Or is it save to skip 3.2.x for now?

 /Björn

  On 19 Mar 2015, at 11:01 , Arnaud Héritier aherit...@gmail.com wrote:
 
  I'm a little bit lost with the download page
  Several time it references Maven 3.2 but this one isn't available any
 more
  (only in archives)
  But 3.2 is the one to use for Java 6 users ? (If we exclude the usage of
  toolschain)
  I'm not sure why we are keeping 3.0, 3.1 and not 3.2
 
  On Thu, Mar 19, 2015 at 10:05 AM, Anders Hammar and...@hammar.net
 wrote:
 
  MNG-5789 created to monitor this.
  Thanks for reporting!
 
  /Anders
 
  On Thu, Mar 19, 2015 at 8:52 AM, Arend v. Reinersdorff 
 ar...@arendvr.com
  wrote:
 
  ok, thanks for the clarification.
 
  The system requirements on the download page are correct now.
  But the README.txt in the distribution is still wrong.
 
  Regards,
  Arend
 
 
  On Wed, Mar 18, 2015 at 2:54 PM, Jason van Zyl ja...@takari.io
 wrote:
 
  Olivier fixed the doco so that should do out shortly.
 
  On Mar 18, 2015, at 9:48 AM, Anders Hammar and...@hammar.net wrote:
 
  That is correct, the docs haven't been updated. Maven 3.3+ requires
  JDK
  1.7.
 
  /Anders (mobile)
  Den 18 mar 2015 09:37 skrev Arend v. Reinersdorff 
  ar...@arendvr.com
  :
 
  Hi,
 
  Maven 3.3.1 requires Java 1.7:
  - [MNG-5780] - upgrade Java minimum version prerequisite from Java 6
  to
  Java 7
  - When I try to run Maven 3.3.1 with Java 1.6 I get the exception:
  Exception in thread main java.lang.UnsupportedClassVersionError:
  org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
 
 
  But the documentation says the system requirements are still at Java
  1.6:
  - On the download page:
  http://maven.apache.org/download.cgi#Requirements
  - In README.txt when downloading Maven 3.3.1:
  System Requirements
  ---
  JDK:
1.6 or above (this is to execute Maven - it still allows you to
  build
  against 1.3
and prior JDK's).
 
  I assume the requirement is really Java 1.7 but the documentation
  has
  not
  been updated?
 
  Regards,
  Arend
 
 
  Thanks,
 
  Jason
 
  --
  Jason van Zyl
  Founder, Takari and Apache Maven
  http://twitter.com/jvanzyl
  http://twitter.com/takari_io
  -
 
  happiness is like a butterfly: the more you chase it, the more it will
  elude you, but if you turn your attention to other things, it will
 come
  and sit softly on your shoulder ...
 
  -- Thoreau
 
 
 
 
 
 
 
 
 
 
 
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
  For additional commands, e-mail: users-h...@maven.apache.org
 
 
 
 
 
 
 
  --
  -
  Arnaud Héritier
  http://aheritier.net
  Mail/GTalk: aheritier AT gmail DOT com
  Twitter/Skype : aheritier

 -BEGIN PGP PUBLIC KEY BLOCK-
 Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
 Comment: GPGTools - http://gpgtools.org

 mQENBE04AUEBCAC5Bu91Mtbjo7dnYWli6c7BMExsND8x+IsHazbGwQ/UAw0RY5hm
 rAkrxLYams2E/AsTq3FEdHExeLFei7BOdjNgg7iMvozcB2C5PTHSQyBpqbgF5/zo
 /eN7Rj5yl/r4AddGhpp88jg7B9PkF/Vs2ZPDACxVxXtDVp+//6pp/DTLohLIhx7j
 X1V2VDvbg9G3cFRHqng6qX/yXP0Zgy42ISd5qFQQP8tTZMt/ocN7+XeLT/JFkWNQ
 lAcORZ8/On7szNeqU3iqUrwvFu5tH2BkVbvL2/sV+TXsppbLR5trSMKChAXx/xR1
 7oa2I0raXg0dKsIAN+Zp9FvIMvBbd2KihjbjABEBAAG0LkJqb2VybiBSYXVwYWNo
 IDxyYXVwYWNoLmJqb2VybkBnb29nbGVtYWlsLmNvbT6JATgEEwECACIFAk04AUEC
 GwMGCwkIBwMCBhUIAgkKCwQWAgMBAh4BAheAAAoJEHyO/bs4ZyFdStwH/2s1zaz0
 NJcwF1PloylFngNlSTXCuMjj3HupUGfOygQJwWN3Ta1fv2vkmVPpT+0D+Ht3zopA
 P/039qgrMtQoIIUbVnHjykfb/bQmJWtB9VqDbBe/rWytaSpEiJvrD3NiRVLGpjHe
 P5Cwg6ayBEWrZo+79BlmXcurZp3L2X6V+0SensAQFpKIpPa8k4lHLjsRzTq8lkta
 2ORCvy9pmsWv91SmFXrcBv/mpSoZ8svbUvbJJulzmrVQUQE5s5BW7n46EbqmVqJR
 Th3SkIQtwC0Hs945p25hgK80dBQSHqP6P4lrnrFo6TCbnLMcAdd0scPa9kJmrnvv
 yHUmK8EffB5400i5AQ0ETTgBQQEIAPXiOZgblIz1wFuaxeaBGS3A37lFgpffm0Dl
 jofMC/B1i4BSZHz0U5NO7O1KJ3afRSU74ffCUmANIM+O9SopA8zlW/clSig9IRJj
 sYpi84OCsPT1kCMKpRARYChEPspitDeasrUmDQ3MbgH8vT0t2HWHEQdy4huGhBKm
 stm4eV331i7AMbhy3zspZYVbfMz3qV3WVf8g1wGiNadCjBTl8sbzlW5IaJFFV+Fx
 Ij6yzcco+1onHirxHm9Zdp/91hBZEiHbEAiGmKW6YIPvdLDITlFeRLf+X9D7/wpA
 ebAqr0Ta4g2XXCdwqwS6bakTOftvUB4wAnh7jDFsF7diLMbc8C8AEQEAAYkBHwQY
 AQIACQUCTTgBQQIbDAAKCRB8jv27OGchXSK4B/4pwSVL4fhJvwHh9eT40CD6D80D
 3gg6l2BpYCs/pfvM+zfC0pP7YTZpTK+EXlC6SdralurYg4IgODQ1QijpG8j9jh09
 Zb74SlLpZrrsB4jSXRrl/QHfFPdbZ7ONW8cRrNrrguCuVv6x0xCWkBzS+GyJKSUP
 

Re: Documentation (wrongly?) says Maven 3.3.1 runs with Java 1.6

2015-03-19 Thread Björn Raupach
Hi group,

I have the same problem. Looking for the 3.2.x releases. Can’t upgrade to 3.3.x 
yet.

Or is it save to skip 3.2.x for now?

/Björn

 On 19 Mar 2015, at 11:01 , Arnaud Héritier aherit...@gmail.com wrote:
 
 I'm a little bit lost with the download page
 Several time it references Maven 3.2 but this one isn't available any more
 (only in archives)
 But 3.2 is the one to use for Java 6 users ? (If we exclude the usage of
 toolschain)
 I'm not sure why we are keeping 3.0, 3.1 and not 3.2
 
 On Thu, Mar 19, 2015 at 10:05 AM, Anders Hammar and...@hammar.net wrote:
 
 MNG-5789 created to monitor this.
 Thanks for reporting!
 
 /Anders
 
 On Thu, Mar 19, 2015 at 8:52 AM, Arend v. Reinersdorff ar...@arendvr.com
 wrote:
 
 ok, thanks for the clarification.
 
 The system requirements on the download page are correct now.
 But the README.txt in the distribution is still wrong.
 
 Regards,
 Arend
 
 
 On Wed, Mar 18, 2015 at 2:54 PM, Jason van Zyl ja...@takari.io wrote:
 
 Olivier fixed the doco so that should do out shortly.
 
 On Mar 18, 2015, at 9:48 AM, Anders Hammar and...@hammar.net wrote:
 
 That is correct, the docs haven't been updated. Maven 3.3+ requires
 JDK
 1.7.
 
 /Anders (mobile)
 Den 18 mar 2015 09:37 skrev Arend v. Reinersdorff 
 ar...@arendvr.com
 :
 
 Hi,
 
 Maven 3.3.1 requires Java 1.7:
 - [MNG-5780] - upgrade Java minimum version prerequisite from Java 6
 to
 Java 7
 - When I try to run Maven 3.3.1 with Java 1.6 I get the exception:
 Exception in thread main java.lang.UnsupportedClassVersionError:
 org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
 
 
 But the documentation says the system requirements are still at Java
 1.6:
 - On the download page:
 http://maven.apache.org/download.cgi#Requirements
 - In README.txt when downloading Maven 3.3.1:
 System Requirements
 ---
 JDK:
   1.6 or above (this is to execute Maven - it still allows you to
 build
 against 1.3
   and prior JDK's).
 
 I assume the requirement is really Java 1.7 but the documentation
 has
 not
 been updated?
 
 Regards,
 Arend
 
 
 Thanks,
 
 Jason
 
 --
 Jason van Zyl
 Founder, Takari and Apache Maven
 http://twitter.com/jvanzyl
 http://twitter.com/takari_io
 -
 
 happiness is like a butterfly: the more you chase it, the more it will
 elude you, but if you turn your attention to other things, it will come
 and sit softly on your shoulder ...
 
 -- Thoreau
 
 
 
 
 
 
 
 
 
 
 
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org
 
 
 
 
 
 
 
 -- 
 -
 Arnaud Héritier
 http://aheritier.net
 Mail/GTalk: aheritier AT gmail DOT com
 Twitter/Skype : aheritier

-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: GPGTools - http://gpgtools.org

mQENBE04AUEBCAC5Bu91Mtbjo7dnYWli6c7BMExsND8x+IsHazbGwQ/UAw0RY5hm
rAkrxLYams2E/AsTq3FEdHExeLFei7BOdjNgg7iMvozcB2C5PTHSQyBpqbgF5/zo
/eN7Rj5yl/r4AddGhpp88jg7B9PkF/Vs2ZPDACxVxXtDVp+//6pp/DTLohLIhx7j
X1V2VDvbg9G3cFRHqng6qX/yXP0Zgy42ISd5qFQQP8tTZMt/ocN7+XeLT/JFkWNQ
lAcORZ8/On7szNeqU3iqUrwvFu5tH2BkVbvL2/sV+TXsppbLR5trSMKChAXx/xR1
7oa2I0raXg0dKsIAN+Zp9FvIMvBbd2KihjbjABEBAAG0LkJqb2VybiBSYXVwYWNo
IDxyYXVwYWNoLmJqb2VybkBnb29nbGVtYWlsLmNvbT6JATgEEwECACIFAk04AUEC
GwMGCwkIBwMCBhUIAgkKCwQWAgMBAh4BAheAAAoJEHyO/bs4ZyFdStwH/2s1zaz0
NJcwF1PloylFngNlSTXCuMjj3HupUGfOygQJwWN3Ta1fv2vkmVPpT+0D+Ht3zopA
P/039qgrMtQoIIUbVnHjykfb/bQmJWtB9VqDbBe/rWytaSpEiJvrD3NiRVLGpjHe
P5Cwg6ayBEWrZo+79BlmXcurZp3L2X6V+0SensAQFpKIpPa8k4lHLjsRzTq8lkta
2ORCvy9pmsWv91SmFXrcBv/mpSoZ8svbUvbJJulzmrVQUQE5s5BW7n46EbqmVqJR
Th3SkIQtwC0Hs945p25hgK80dBQSHqP6P4lrnrFo6TCbnLMcAdd0scPa9kJmrnvv
yHUmK8EffB5400i5AQ0ETTgBQQEIAPXiOZgblIz1wFuaxeaBGS3A37lFgpffm0Dl
jofMC/B1i4BSZHz0U5NO7O1KJ3afRSU74ffCUmANIM+O9SopA8zlW/clSig9IRJj
sYpi84OCsPT1kCMKpRARYChEPspitDeasrUmDQ3MbgH8vT0t2HWHEQdy4huGhBKm
stm4eV331i7AMbhy3zspZYVbfMz3qV3WVf8g1wGiNadCjBTl8sbzlW5IaJFFV+Fx
Ij6yzcco+1onHirxHm9Zdp/91hBZEiHbEAiGmKW6YIPvdLDITlFeRLf+X9D7/wpA
ebAqr0Ta4g2XXCdwqwS6bakTOftvUB4wAnh7jDFsF7diLMbc8C8AEQEAAYkBHwQY
AQIACQUCTTgBQQIbDAAKCRB8jv27OGchXSK4B/4pwSVL4fhJvwHh9eT40CD6D80D
3gg6l2BpYCs/pfvM+zfC0pP7YTZpTK+EXlC6SdralurYg4IgODQ1QijpG8j9jh09
Zb74SlLpZrrsB4jSXRrl/QHfFPdbZ7ONW8cRrNrrguCuVv6x0xCWkBzS+GyJKSUP
2uYxzWq8/eYHHOYXfzpG69VA1WUcKySQw3y5AIFxKxvVtV3NAkwG5tmbp2PArKR/
2V+36n9j2eu2eX7gKUCJGMRTCRaAxmCzRw84vMMT0Ty/wrFqLWDVukkrdFXVuIc4
NN/GEog89ee0x8W45XYoCZLP3CLnRnOXyMbvPwDcw++CLdAd/Sy/EsvjbSH6
=p+Vo
-END PGP PUBLIC KEY BLOCK-







Documentation (wrongly?) says Maven 3.3.1 runs with Java 1.6

2015-03-18 Thread Arend v. Reinersdorff
Hi,

Maven 3.3.1 requires Java 1.7:
- [MNG-5780] - upgrade Java minimum version prerequisite from Java 6 to
Java 7
- When I try to run Maven 3.3.1 with Java 1.6 I get the exception:
Exception in thread main java.lang.UnsupportedClassVersionError:
org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0


But the documentation says the system requirements are still at Java 1.6:
- On the download page: http://maven.apache.org/download.cgi#Requirements
- In README.txt when downloading Maven 3.3.1:
  System Requirements
  ---
  JDK:
1.6 or above (this is to execute Maven - it still allows you to build
against 1.3
and prior JDK's).

I assume the requirement is really Java 1.7 but the documentation has not
been updated?

Regards,
Arend


Re: Documentation (wrongly?) says Maven 3.3.1 runs with Java 1.6

2015-03-18 Thread Anders Hammar
That is correct, the docs haven't been updated. Maven 3.3+ requires JDK 1.7.

/Anders (mobile)
Den 18 mar 2015 09:37 skrev Arend v. Reinersdorff ar...@arendvr.com:

 Hi,

 Maven 3.3.1 requires Java 1.7:
 - [MNG-5780] - upgrade Java minimum version prerequisite from Java 6 to
 Java 7
 - When I try to run Maven 3.3.1 with Java 1.6 I get the exception:
 Exception in thread main java.lang.UnsupportedClassVersionError:
 org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0


 But the documentation says the system requirements are still at Java 1.6:
 - On the download page: http://maven.apache.org/download.cgi#Requirements
 - In README.txt when downloading Maven 3.3.1:
   System Requirements
   ---
   JDK:
 1.6 or above (this is to execute Maven - it still allows you to build
 against 1.3
 and prior JDK's).

 I assume the requirement is really Java 1.7 but the documentation has not
 been updated?

 Regards,
 Arend



Re: Documentation (wrongly?) says Maven 3.3.1 runs with Java 1.6

2015-03-18 Thread Jason van Zyl
Olivier fixed the doco so that should do out shortly.

On Mar 18, 2015, at 9:48 AM, Anders Hammar and...@hammar.net wrote:

 That is correct, the docs haven't been updated. Maven 3.3+ requires JDK 1.7.
 
 /Anders (mobile)
 Den 18 mar 2015 09:37 skrev Arend v. Reinersdorff ar...@arendvr.com:
 
 Hi,
 
 Maven 3.3.1 requires Java 1.7:
 - [MNG-5780] - upgrade Java minimum version prerequisite from Java 6 to
 Java 7
 - When I try to run Maven 3.3.1 with Java 1.6 I get the exception:
 Exception in thread main java.lang.UnsupportedClassVersionError:
 org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
 
 
 But the documentation says the system requirements are still at Java 1.6:
 - On the download page: http://maven.apache.org/download.cgi#Requirements
 - In README.txt when downloading Maven 3.3.1:
  System Requirements
  ---
  JDK:
1.6 or above (this is to execute Maven - it still allows you to build
 against 1.3
and prior JDK's).
 
 I assume the requirement is really Java 1.7 but the documentation has not
 been updated?
 
 Regards,
 Arend
 

Thanks,

Jason

--
Jason van Zyl
Founder, Takari and Apache Maven
http://twitter.com/jvanzyl
http://twitter.com/takari_io
-

happiness is like a butterfly: the more you chase it, the more it will
elude you, but if you turn your attention to other things, it will come
and sit softly on your shoulder ...

-- Thoreau 













-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org