You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/12/04 22:11:49 UTC

svn commit: r1417183 - in /cxf/branches/2.5.x-fixes/distribution/src/main/release/samples: aegis/pom.xml jax_rs/minimal_osgi/pom.xml pom.xml

Author: dkulp
Date: Tue Dec  4 21:11:48 2012
New Revision: 1417183

URL: http://svn.apache.org/viewvc?rev=1417183&view=rev
Log:
Merged revisions 1417164 via  git cherry-pick from
https://svn.apache.org/repos/asf/cxf/branches/2.6.x-fixes

........
  r1417164 | dkulp | 2012-12-04 15:55:33 -0500 (Tue, 04 Dec 2012) | 10 lines

  Merged revisions 1414383 via  git cherry-pick from
  https://svn.apache.org/repos/asf/cxf/trunk

  ........
    r1414383 | dkulp | 2012-11-27 15:33:18 -0500 (Tue, 27 Nov 2012) | 2 lines

    Unify the compiler plugin configs

  ........

........

Modified:
    cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/aegis/pom.xml
    cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml
    cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/pom.xml

Modified: cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/aegis/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/aegis/pom.xml?rev=1417183&r1=1417182&r2=1417183&view=diff
==============================================================================
--- cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/aegis/pom.xml (original)
+++ cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/aegis/pom.xml Tue Dec  4 21:11:48 2012
@@ -37,14 +37,6 @@
     <build>
         <plugins>
             <plugin>
-                <artifactId>maven-compiler-plugin</artifactId>
-		<version>2.3.1</version>
-                <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
-                </configuration>
-            </plugin>
-            <plugin>
                 <artifactId>maven-surefire-plugin</artifactId>
 				<version>2.5</version>
 				<configuration>

Modified: cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml?rev=1417183&r1=1417182&r2=1417183&view=diff
==============================================================================
--- cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml (original)
+++ cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml Tue Dec  4 21:11:48 2012
@@ -42,14 +42,6 @@
 		<!-- I'm using the dependency plugin to build a dependency list that would get placed in FileInstall's
 		     load folder; I couldn't get maven-assembly-plugin's dependencySet to work as I had desired -->
 		<plugins>
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.3.2</version>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-jar-plugin</artifactId>

Modified: cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/pom.xml?rev=1417183&r1=1417182&r2=1417183&view=diff
==============================================================================
--- cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/pom.xml (original)
+++ cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/pom.xml Tue Dec  4 21:11:48 2012
@@ -142,7 +142,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>2.3.1</version>
+                    <version>2.5.1</version>
                     <configuration>
                         <source>1.5</source>
                         <target>1.5</target>