You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2018/07/26 19:39:40 UTC

svn commit: r1836755 - /commons/proper/configuration/trunk/pom.xml

Author: oheger
Date: Thu Jul 26 19:39:40 2018
New Revision: 1836755

URL: http://svn.apache.org/viewvc?rev=1836755&view=rev
Log:
Switched back to Java 7.

Also downgraded a test dependency that is not Java 7 compatible.

Modified:
    commons/proper/configuration/trunk/pom.xml

Modified: commons/proper/configuration/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1836755&r1=1836754&r2=1836755&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Thu Jul 26 19:39:40 2018
@@ -427,7 +427,7 @@
     <dependency>
       <groupId>org.hsqldb</groupId>
       <artifactId>hsqldb</artifactId>
-      <version>2.4.1</version>
+      <version>2.3.5</version>
       <scope>test</scope>
     </dependency>
 
@@ -539,8 +539,8 @@
     <commons.rc.version>RC1</commons.rc.version>
     <commons.jira.id>CONFIGURATION</commons.jira.id>
     <commons.jira.pid>12310467</commons.jira.pid>
-    <maven.compiler.source>1.8</maven.compiler.source>
-    <maven.compiler.target>1.8</maven.compiler.target>
+    <maven.compiler.source>1.7</maven.compiler.source>
+    <maven.compiler.target>1.7</maven.compiler.target>
 
     <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-configuration</commons.scmPubUrl>
 



Re: svn commit: r1836755 - /commons/proper/configuration/trunk/pom.xml

Posted by Oliver Heger <ol...@oliver-heger.de>.

Am 26.07.2018 um 22:30 schrieb Gary Gregory:
> Hi Oliver,
> 
> Once you've released [configuration], I expect you will bring the component
> back to Java 8, right?
Yes, this is the plan.

Oliver

> 
> Gary
> 
> On Thu, Jul 26, 2018 at 1:39 PM <oh...@apache.org> wrote:
> 
>> Author: oheger
>> Date: Thu Jul 26 19:39:40 2018
>> New Revision: 1836755
>>
>> URL: http://svn.apache.org/viewvc?rev=1836755&view=rev
>> Log:
>> Switched back to Java 7.
>>
>> Also downgraded a test dependency that is not Java 7 compatible.
>>
>> Modified:
>>     commons/proper/configuration/trunk/pom.xml
>>
>> Modified: commons/proper/configuration/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1836755&r1=1836754&r2=1836755&view=diff
>>
>> ==============================================================================
>> --- commons/proper/configuration/trunk/pom.xml (original)
>> +++ commons/proper/configuration/trunk/pom.xml Thu Jul 26 19:39:40 2018
>> @@ -427,7 +427,7 @@
>>      <dependency>
>>        <groupId>org.hsqldb</groupId>
>>        <artifactId>hsqldb</artifactId>
>> -      <version>2.4.1</version>
>> +      <version>2.3.5</version>
>>        <scope>test</scope>
>>      </dependency>
>>
>> @@ -539,8 +539,8 @@
>>      <commons.rc.version>RC1</commons.rc.version>
>>      <commons.jira.id>CONFIGURATION</commons.jira.id>
>>      <commons.jira.pid>12310467</commons.jira.pid>
>> -    <maven.compiler.source>1.8</maven.compiler.source>
>> -    <maven.compiler.target>1.8</maven.compiler.target>
>> +    <maven.compiler.source>1.7</maven.compiler.source>
>> +    <maven.compiler.target>1.7</maven.compiler.target>
>>
>>      <commons.scmPubUrl>
>> https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-configuration
>> </commons.scmPubUrl>
>>
>>
>>
>>
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1836755 - /commons/proper/configuration/trunk/pom.xml

Posted by Gary Gregory <ga...@gmail.com>.
Hi Oliver,

Once you've released [configuration], I expect you will bring the component
back to Java 8, right?

Gary

On Thu, Jul 26, 2018 at 1:39 PM <oh...@apache.org> wrote:

> Author: oheger
> Date: Thu Jul 26 19:39:40 2018
> New Revision: 1836755
>
> URL: http://svn.apache.org/viewvc?rev=1836755&view=rev
> Log:
> Switched back to Java 7.
>
> Also downgraded a test dependency that is not Java 7 compatible.
>
> Modified:
>     commons/proper/configuration/trunk/pom.xml
>
> Modified: commons/proper/configuration/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1836755&r1=1836754&r2=1836755&view=diff
>
> ==============================================================================
> --- commons/proper/configuration/trunk/pom.xml (original)
> +++ commons/proper/configuration/trunk/pom.xml Thu Jul 26 19:39:40 2018
> @@ -427,7 +427,7 @@
>      <dependency>
>        <groupId>org.hsqldb</groupId>
>        <artifactId>hsqldb</artifactId>
> -      <version>2.4.1</version>
> +      <version>2.3.5</version>
>        <scope>test</scope>
>      </dependency>
>
> @@ -539,8 +539,8 @@
>      <commons.rc.version>RC1</commons.rc.version>
>      <commons.jira.id>CONFIGURATION</commons.jira.id>
>      <commons.jira.pid>12310467</commons.jira.pid>
> -    <maven.compiler.source>1.8</maven.compiler.source>
> -    <maven.compiler.target>1.8</maven.compiler.target>
> +    <maven.compiler.source>1.7</maven.compiler.source>
> +    <maven.compiler.target>1.7</maven.compiler.target>
>
>      <commons.scmPubUrl>
> https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-configuration
> </commons.scmPubUrl>
>
>
>
>