You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2010/01/14 09:55:20 UTC

svn commit: r899122 - in /geronimo/yoko/trunk: pom.xml yoko-core/pom.xml yoko-rmi-impl/pom.xml yoko-rmi-spec/pom.xml yoko-spec-corba/pom.xml

Author: djencks
Date: Thu Jan 14 08:55:20 2010
New Revision: 899122

URL: http://svn.apache.org/viewvc?rev=899122&view=rev
Log:
minor build cleanup, move to java 1.5 class file format

Modified:
    geronimo/yoko/trunk/pom.xml
    geronimo/yoko/trunk/yoko-core/pom.xml
    geronimo/yoko/trunk/yoko-rmi-impl/pom.xml
    geronimo/yoko/trunk/yoko-rmi-spec/pom.xml
    geronimo/yoko/trunk/yoko-spec-corba/pom.xml

Modified: geronimo/yoko/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/pom.xml?rev=899122&r1=899121&r2=899122&view=diff
==============================================================================
--- geronimo/yoko/trunk/pom.xml (original)
+++ geronimo/yoko/trunk/pom.xml Thu Jan 14 08:55:20 2010
@@ -44,7 +44,7 @@
         <antlr.version>2.7.5</antlr.version>
         <bcel.version>5.2</bcel.version>
         <concurrent.version>1.3.4</concurrent.version>
-        <junit.version>3.8.2</junit.version>
+        <junit.version>4.5</junit.version>
         <maven.version>2.0.1</maven.version>
         <compiler.version>2.0.2</compiler.version>
         <eclipse.version>2.3</eclipse.version>

Modified: geronimo/yoko/trunk/yoko-core/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-core/pom.xml?rev=899122&r1=899121&r2=899122&view=diff
==============================================================================
--- geronimo/yoko/trunk/yoko-core/pom.xml (original)
+++ geronimo/yoko/trunk/yoko-core/pom.xml Thu Jan 14 08:55:20 2010
@@ -81,8 +81,6 @@
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
-         <source>1.4</source>
-         <target>1.4</target>
          <compilerArguments>
            <endorseddirs>${project.build.directory}/endorsed</endorseddirs>
          </compilerArguments>
@@ -167,11 +165,5 @@
     </plugins>
   </reporting>
 
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/yoko/trunk/core</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/yoko/trunk/core</developerConnection>
-    <url>http://svn.apache.org/viewvc/geronimo/yoko/trunk/core</url>
-  </scm>
-
 </project>
 

Modified: geronimo/yoko/trunk/yoko-rmi-impl/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-rmi-impl/pom.xml?rev=899122&r1=899121&r2=899122&view=diff
==============================================================================
--- geronimo/yoko/trunk/yoko-rmi-impl/pom.xml (original)
+++ geronimo/yoko/trunk/yoko-rmi-impl/pom.xml Thu Jan 14 08:55:20 2010
@@ -47,23 +47,5 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-    <build>
-      <plugins>
-       <plugin>
-         <groupId>org.apache.maven.plugins</groupId>
-         <artifactId>maven-compiler-plugin</artifactId>
-         <configuration>
-           <source>1.4</source>
-           <target>1.4</target>
-         </configuration>
-       </plugin>
-      </plugins>
-    </build>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/yoko/trunk/rmi-impl</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/yoko/trunk/rmi-impl</developerConnection>
-    <url>http://svn.apache.org/viewvc/geronimo/yoko/trunk/rmi-impl</url>
-  </scm>
 
 </project>

Modified: geronimo/yoko/trunk/yoko-rmi-spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-rmi-spec/pom.xml?rev=899122&r1=899121&r2=899122&view=diff
==============================================================================
--- geronimo/yoko/trunk/yoko-rmi-spec/pom.xml (original)
+++ geronimo/yoko/trunk/yoko-rmi-spec/pom.xml Thu Jan 14 08:55:20 2010
@@ -39,23 +39,5 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-    <build>
-      <plugins>
-       <plugin>
-         <groupId>org.apache.maven.plugins</groupId>
-         <artifactId>maven-compiler-plugin</artifactId>
-         <configuration>
-           <source>1.4</source>
-           <target>1.4</target>
-         </configuration>
-       </plugin>
-      </plugins>
-    </build>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/yoko/trunk/rmi-spec</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/yoko/trunk/rmi-spec</developerConnection>
-    <url>http://svn.apache.org/viewvc/geronimo/yoko/trunk/rmi-spec</url>
-  </scm>
 
 </project>

Modified: geronimo/yoko/trunk/yoko-spec-corba/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba/pom.xml?rev=899122&r1=899121&r2=899122&view=diff
==============================================================================
--- geronimo/yoko/trunk/yoko-spec-corba/pom.xml (original)
+++ geronimo/yoko/trunk/yoko-spec-corba/pom.xml Thu Jan 14 08:55:20 2010
@@ -32,23 +32,20 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>3.8.1</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
     <build>
         <plugins>
-            <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-compiler-plugin</artifactId>
-              <configuration>
-                <source>1.4</source>
-                <target>1.4</target>
-                <compilerArguments>
-                  <endorseddirs>${project.build.directory}/endorsed</endorseddirs>
-                </compilerArguments>
-              </configuration>
-            </plugin>
+            <!--<plugin>-->
+              <!--<groupId>org.apache.maven.plugins</groupId>-->
+              <!--<artifactId>maven-compiler-plugin</artifactId>-->
+              <!--<configuration>-->
+                <!--<compilerArguments>-->
+                  <!--<endorseddirs>${project.build.directory}/endorsed</endorseddirs>-->
+                <!--</compilerArguments>-->
+              <!--</configuration>-->
+            <!--</plugin>-->
 
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
@@ -220,10 +217,4 @@
         </plugins>
     </build>
 
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/yoko/trunk/yoko-spec-corba</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/yoko/trunk/yoko-spec-corba</developerConnection>
-    <url>http://svn.apache.org/viewvc/geronimo/yoko/trunk/yoko-spec-corba</url>
-  </scm>
-
 </project>