You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ma...@apache.org on 2019/06/12 10:34:55 UTC

svn commit: r1861103 - in /gump/metadata: profile/gump.xml project/commons-beanutils2.xml

Author: markt
Date: Wed Jun 12 10:34:54 2019
New Revision: 1861103

URL: http://svn.apache.org/viewvc?rev=1861103&view=rev
Log:
Next attempt to get beanutils2 working

Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/commons-beanutils2.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=1861103&r1=1861102&r2=1861103&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Wed Jun 12 10:34:54 2019
@@ -32,6 +32,7 @@
   <module href="project/jakarta-bsf.xml"/>
 
   <module href="project/commons-beanutils.xml" />
+  <module href="project/commons-beanutils2.xml" />
   <module href="project/commons-cli.xml" />
   <module href="project/commons-codec-1.x.xml" />
   <module href="project/commons-collections.xml"/>

Modified: gump/metadata/project/commons-beanutils2.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-beanutils2.xml?rev=1861103&r1=1861102&r2=1861103&view=diff
==============================================================================
--- gump/metadata/project/commons-beanutils2.xml (original)
+++ gump/metadata/project/commons-beanutils2.xml Wed Jun 12 10:34:54 2019
@@ -15,16 +15,16 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<module name="apache-commons" groupId="org.apache.commons">
+<module name="commons-beanutils2">
 
   <url href="http://commons.apache.org/index.html"/>
   <description>
-    Apache Commons
+    Apache Commons BeanUtils 2
   </description>
 
   <git repository="asf-gitbox" dir="/commons-beanutils.git"/>
 
-  <project name="commons-beanutils2">
+  <project name="commons-beanutils2" groupId="org.apache.commons">
     <package>org.apache.commons.beanutils2</package>
     <description>Bean Utilities</description>
     <url href="http://commons.apache.org/beanutils/"/>