You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bsf-dev@jakarta.apache.org by se...@apache.org on 2009/08/04 00:59:01 UTC

svn commit: r800609 - /jakarta/bsf/branches/bsf3.x/pom.xml

Author: sebb
Date: Mon Aug  3 22:59:00 2009
New Revision: 800609

URL: http://svn.apache.org/viewvc?rev=800609&view=rev
Log:
Add some property definitions
Bump plugin version numbers
No need for add-on repositories

Modified:
    jakarta/bsf/branches/bsf3.x/pom.xml

Modified: jakarta/bsf/branches/bsf3.x/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/pom.xml?rev=800609&r1=800608&r2=800609&view=diff
==============================================================================
--- jakarta/bsf/branches/bsf3.x/pom.xml (original)
+++ jakarta/bsf/branches/bsf3.x/pom.xml Mon Aug  3 22:59:00 2009
@@ -34,9 +34,11 @@
     <url>http://jakarta.apache.org/bsf/</url>
 
     <properties>
+        <bsf.version>3.0-SNAPSHOT</bsf.version>
+        <commons-logging.version>1.1.1</commons-logging.version>
+        <junit.version>3.8.2</junit.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-        <bsf.version>3.0-SNAPSHOT</bsf.version>
     </properties>
 
     <issueManagement>
@@ -71,13 +73,13 @@
     </licenses>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/bsf/trunk/bsf3</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/bsf/trunk/bsf3</developerConnection>
+                  <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/bsf/branches/bsf3.x</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/bsf/branches/bsf3.x</developerConnection>
         <url>http://svn.apache.org/viewvc/jakarta/bsf/trunk/bsf3/</url>
     </scm>
 
     <organization>
-        <name>Apache Software Foundation</name>
+        <name>The Apache Software Foundation</name>
         <url>http://www.apache.org/</url>
     </organization>
 
@@ -134,7 +136,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>2.0</version>
+                <version>2.0.2</version>
                 <configuration>
                     <source>1.4</source>
                     <target>1.4</target>
@@ -144,7 +146,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.2</version>
+                <version>2.4.3</version>
 		        <configuration>
 		          <includes>
 		            <include>**/*Test*.java</include>
@@ -155,7 +157,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
-                <version>2.1</version>
+                <version>2.2</version>
                 <configuration>
                     <archive>
                         <manifestEntries>
@@ -183,21 +185,21 @@
             <plugin>
                 <inherited>false</inherited>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.1</version>
+                <version>2.5</version>
                 <configuration>
                     <aggregate>true</aggregate>
                 </configuration>
             </plugin>
             <plugin>
                 <artifactId>maven-site-plugin</artifactId>
-                <version>2.0-beta-5</version>
+                <version>2.0-beta-7</version>
                 <inherited>false</inherited>
             </plugin>
         </plugins>
     </reporting>
 
+<!-- Does not appear to be needed anymore
     <distributionManagement>
-
        <repository>
           <id>apache.rsync</id>
           <name>Apache rsync Repository</name>
@@ -211,7 +213,7 @@
        </snapshotRepository>
 
     </distributionManagement>
-
+ -->
     <modules>
         <module>bsf-api</module>
         <module>bsf-engines</module>



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