Author: gk
Date: Wed May 11 13:43:40 2016
New Revision: 1743365

URL: http://svn.apache.org/viewvc?rev=1743365&view=rev
Log:
- update deps 
- add detail info about default bundle

Modified:
    turbine/fulcrum/trunk/localization/pom.xml
    turbine/fulcrum/trunk/localization/xdocs/index.xml

Modified: turbine/fulcrum/trunk/localization/pom.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/localization/pom.xml?rev=1743365&r1=1743364&r2=1743365&view=diff
==============================================================================
--- turbine/fulcrum/trunk/localization/pom.xml (original)
+++ turbine/fulcrum/trunk/localization/pom.xml Wed May 11 13:43:40 2016
@@ -18,8 +18,9 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
   <parent>
     <artifactId>turbine-parent</artifactId>
-       <groupId>org.apache.turbine</groupId>
-       <version>3</version>
+    <groupId>org.apache.turbine</groupId>
+    <version>3</version>
+    <relativePath></relativePath><!-- ignore default value -->
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -97,21 +98,22 @@
     <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
-      <version>2.4</version>
+      <version>2.6</version>
     </dependency>
     
     <!-- testing dependencies -->
     <dependency>
       <groupId>org.apache.fulcrum</groupId>
       <artifactId>fulcrum-testcontainer</artifactId>
-      <version>1.0.6</version>
+      <version>1.0.7</version>
       <scope>test</scope>
     </dependency>
     
     <dependency>
-      <groupId>org.apache.fulcrum</groupId>
+      <!-- groupId>org.apache.fulcrum</groupId-->
+      <groupId>org.apache.turbine</groupId>
       <artifactId>fulcrum-yaafi</artifactId>
-      <version>1.0.6</version>
+      <version>1.0.7</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

Modified: turbine/fulcrum/trunk/localization/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/localization/xdocs/index.xml?rev=1743365&r1=1743364&r2=1743365&view=diff
==============================================================================
--- turbine/fulcrum/trunk/localization/xdocs/index.xml (original)
+++ turbine/fulcrum/trunk/localization/xdocs/index.xml Wed May 11 13:43:40 2016
@@ -162,7 +162,7 @@
           <td>String</td>
           <td>[1..n]</td>
           <td>
-            The name of the bundle
+            The name of the bundle (first one is default bundle)
           </td>
         </tr>
       </table>


Reply via email to