Author: bayard
Date: Wed Jul 27 15:35:43 2011
New Revision: 1151504
URL: http://svn.apache.org/viewvc?rev=1151504&view=rev
Log:
Upgrading to Lang 3.0.
Modified:
commons/sandbox/pipeline/trunk/pom.xml
commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/stage/ExtendedBaseStage.java
Modified: commons/sandbox/pipeline/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/pipeline/trunk/pom.xml?rev=1151504&r1=1151503&r2=1151504&view=diff
==============================================================================
--- commons/sandbox/pipeline/trunk/pom.xml (original)
+++ commons/sandbox/pipeline/trunk/pom.xml Wed Jul 27 15:35:43 2011
@@ -137,9 +137,9 @@ limitations under the License.
<optional>true</optional>
</dependency>
<dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.1</version>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ <version>3.0</version>
<optional>true</optional>
</dependency>
<dependency>
Modified:
commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/stage/ExtendedBaseStage.java
URL:
http://svn.apache.org/viewvc/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/stage/ExtendedBaseStage.java?rev=1151504&r1=1151503&r2=1151504&view=diff
==============================================================================
---
commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/stage/ExtendedBaseStage.java
(original)
+++
commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/stage/ExtendedBaseStage.java
Wed Jul 27 15:35:43 2011
@@ -28,7 +28,7 @@ import javax.management.MBeanServer;
import javax.management.ObjectName;
import javax.management.StandardMBean;
-import org.apache.commons.lang.time.StopWatch;
+import org.apache.commons.lang3.time.StopWatch;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import
org.apache.commons.math.stat.descriptive.SynchronizedDescriptiveStatistics;