Will we remove deprecated APIs in 5.0? Gary
---------- Forwarded message ---------- From: <[email protected]> Date: Tue, Oct 21, 2014 at 7:58 AM Subject: svn commit: r1633350 - in /httpcomponents/httpcore/trunk: httpcore-ab/pom.xml httpcore-nio/pom.xml httpcore-osgi/pom.xml httpcore/pom.xml pom.xml To: [email protected] Author: olegk Date: Tue Oct 21 11:58:45 2014 New Revision: 1633350 URL: http://svn.apache.org/r1633350 Log: Changed project version to 5.0-alpha1-SNAPSHOT; disabled Clirr plugin Modified: httpcomponents/httpcore/trunk/httpcore-ab/pom.xml httpcomponents/httpcore/trunk/httpcore-nio/pom.xml httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml httpcomponents/httpcore/trunk/httpcore/pom.xml httpcomponents/httpcore/trunk/pom.xml Modified: httpcomponents/httpcore/trunk/httpcore-ab/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-ab/pom.xml?rev=1633350&r1=1633349&r2=1633350&view=diff ============================================================================== --- httpcomponents/httpcore/trunk/httpcore-ab/pom.xml (original) +++ httpcomponents/httpcore/trunk/httpcore-ab/pom.xml Tue Oct 21 11:58:45 2014 @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcomponents-core</artifactId> - <version>4.4-beta2-SNAPSHOT</version> + <version>5.0-alpha1-SNAPSHOT</version> </parent> <artifactId>httpcore-ab</artifactId> <name>Apache HttpCore Benchmarking Tool</name> Modified: httpcomponents/httpcore/trunk/httpcore-nio/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/pom.xml?rev=1633350&r1=1633349&r2=1633350&view=diff ============================================================================== --- httpcomponents/httpcore/trunk/httpcore-nio/pom.xml (original) +++ httpcomponents/httpcore/trunk/httpcore-nio/pom.xml Tue Oct 21 11:58:45 2014 @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcomponents-core</artifactId> - <version>4.4-beta2-SNAPSHOT</version> + <version>5.0-alpha1-SNAPSHOT</version> </parent> <artifactId>httpcore-nio</artifactId> <name>Apache HttpCore NIO</name> Modified: httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml?rev=1633350&r1=1633349&r2=1633350&view=diff ============================================================================== --- httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml (original) +++ httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml Tue Oct 21 11:58:45 2014 @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcomponents-core</artifactId> - <version>4.4-beta2-SNAPSHOT</version> + <version>5.0-alpha1-SNAPSHOT</version> </parent> <artifactId>httpcore-osgi</artifactId> <name>Apache HttpCore OSGi bundle</name> Modified: httpcomponents/httpcore/trunk/httpcore/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore/pom.xml?rev=1633350&r1=1633349&r2=1633350&view=diff ============================================================================== --- httpcomponents/httpcore/trunk/httpcore/pom.xml (original) +++ httpcomponents/httpcore/trunk/httpcore/pom.xml Tue Oct 21 11:58:45 2014 @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcomponents-core</artifactId> - <version>4.4-beta2-SNAPSHOT</version> + <version>5.0-alpha1-SNAPSHOT</version> </parent> <artifactId>httpcore</artifactId> <name>Apache HttpCore</name> Modified: httpcomponents/httpcore/trunk/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/pom.xml?rev=1633350&r1=1633349&r2=1633350&view=diff ============================================================================== --- httpcomponents/httpcore/trunk/pom.xml (original) +++ httpcomponents/httpcore/trunk/pom.xml Tue Oct 21 11:58:45 2014 @@ -33,7 +33,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>httpcomponents-core</artifactId> <name>Apache HttpComponents Core</name> - <version>4.4-beta2-SNAPSHOT</version> + <version>5.0-alpha1-SNAPSHOT</version> <description>Apache Core components to build HTTP enabled services</description> <url>http://hc.apache.org/httpcomponents-core</url> <inceptionYear>2005</inceptionYear> @@ -78,7 +78,6 @@ <junit.version>4.11</junit.version> <mockito.version>1.8.5</mockito.version> <commons-logging.version>1.2</commons-logging.version> - <api.comparison.version>4.3</api.comparison.version> <hc.stylecheck.version>1</hc.stylecheck.version> </properties> @@ -293,14 +292,6 @@ </executions> </plugin> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>clirr-maven-plugin</artifactId> - <version>${hc.clirr.version}</version> - <configuration> - <comparisonVersion>${api.comparison.version}</comparisonVersion> - </configuration> - </plugin> - <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> <version>0.11</version> @@ -342,15 +333,6 @@ </reportSets> </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>clirr-maven-plugin</artifactId> - <version>${hc.clirr.version}</version> - <configuration> - <comparisonVersion>${api.comparison.version}</comparisonVersion> - </configuration> - </plugin> - </plugins> </reporting> -- E-Mail: [email protected] | [email protected] Java Persistence with Hibernate, Second Edition <http://www.manning.com/bauer3/> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> Spring Batch in Action <http://www.manning.com/templier/> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
