You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2011/03/11 11:55:15 UTC

svn commit: r1080515 - in /directory/studio/trunk: NOTICE.txt pom.xml

Author: pamarcelot
Date: Fri Mar 11 10:55:15 2011
New Revision: 1080515

URL: http://svn.apache.org/viewvc?rev=1080515&view=rev
Log:
Bumped up Shared version to match the trunks version.

Modified:
    directory/studio/trunk/NOTICE.txt
    directory/studio/trunk/pom.xml

Modified: directory/studio/trunk/NOTICE.txt
URL: http://svn.apache.org/viewvc/directory/studio/trunk/NOTICE.txt?rev=1080515&r1=1080514&r2=1080515&view=diff
==============================================================================
--- directory/studio/trunk/NOTICE.txt (original)
+++ directory/studio/trunk/NOTICE.txt Fri Mar 11 10:55:15 2011
@@ -1,32 +1,35 @@
 Apache Directory Studio
-Copyright 2007-2008 The Apache Software Foundation
+Copyright 2007-2011 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 
-This product includes software developed at 
-the Eclipse Foundation (http://www.eclipse.org).
+This product uses Apache Ant (http://ant.apache.org/).
 
-This product uses Ant (http://ant.apache.org/).
+This product includes/uses Apache Commons (http://commons.apache.org/).
 
-This product uses Maven (http://maven.apache.org/).
+This product includes/uses Apache Loggin Services (http://logging.apache.org/).
 
-This product uses DocBook (http://www.oasis-open.org/docbook/).
+This product includes/uses Apache Felix (http://felix.apache.org/).
 
-This product includes/uses software, nlog4j (http://www.slf4j.org/nlog4j/)
+This product uses Apache Maven (http://maven.apache.org/).
 
-This product includes/uses software, SLF4J API Module (http://www.slf4j.org),
-developed by QOS.ch  (http://www.qos.ch)
+This product includes/uses Apache Mina (http://mina.apache.org/).
 
-This product includes/uses software, AntLR Parser Generator (http://www.antlr.org/)
+This product includes/uses software, AntLR Parser Generator (http://www.antlr.org/).
 
-This product includes/uses software, dom4j (http://dom4j.org),
-developed by MetaStuff Ltd.  (http://sourceforge.net/projects/dom4j)
+This product uses DocBook (http://www.oasis-open.org/docbook/).
 
-This product includes/uses software, XMLPullParser 3 - xpp3:xpp3:jar:1.1.3.4.O (http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/)
+This product includes software developed at 
+the Eclipse Foundation (http://www.eclipse.org).
 
-This product includes/uses software, JUnit (http://junit.org),
-developed by JUnit  (http://www.junit.org)
+This product uses software, JUnit (http://junit.org),
+developed by JUnit (http://www.junit.org)
 
-This product includes/uses software, nlog4j
+This product includes/uses software, dom4j (http://dom4j.org),
+developed by MetaStuff Ltd.  (http://sourceforge.net/projects/dom4j).
 
+This product includes/uses software, SLF4J API Module (http://www.slf4j.org),
+developed by QOS.ch  (http://www.qos.ch)
+
+This product includes/uses software, XMLPullParser 3 - xpp3:xpp3:jar:1.1.3.4.O (http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/)

Modified: directory/studio/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/pom.xml?rev=1080515&r1=1080514&r2=1080515&view=diff
==============================================================================
--- directory/studio/trunk/pom.xml (original)
+++ directory/studio/trunk/pom.xml Fri Mar 11 10:55:15 2011
@@ -77,8 +77,8 @@
     <org.apache.commons.pool.version>1.5.5</org.apache.commons.pool.version>
     <org.apache.logging.log4j.version>1.2.14</org.apache.logging.log4j.version>
     <org.apache.httpcomponents.version>4.0</org.apache.httpcomponents.version>
-    <org.apache.directory.shared.version>1.0.0-M2-SNAPSHOT</org.apache.directory.shared.version>
-    <org.apache.directory.shared.validversion>1.0.0.M2-SNAPSHOT</org.apache.directory.shared.validversion>
+    <org.apache.directory.shared.version>1.0.0-M3-SNAPSHOT</org.apache.directory.shared.version>
+    <org.apache.directory.shared.validversion>1.0.0.M3-SNAPSHOT</org.apache.directory.shared.validversion>
     <org.apache.directory.server.version>1.5.8-SNAPSHOT</org.apache.directory.server.version>
     <org.apache.directory.server.validversion>1.5.8.SNAPSHOT</org.apache.directory.server.validversion>
     <org.apache.mina.core.version>2.0.2</org.apache.mina.core.version>