Skip to content

Commit

Permalink
HttpCore 4.2 RC1 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ok2c committed Apr 21, 2012
1 parent 18f4236 commit 3c97cc1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 15 deletions.
2 changes: 1 addition & 1 deletion httpcore-ab/pom.xml
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-core</artifactId>
<version>4.2-beta2-SNAPSHOT</version>
<version>4.2</version>
</parent>
<artifactId>httpcore-ab</artifactId>
<name>HttpCore AB clone</name>
Expand Down
2 changes: 1 addition & 1 deletion httpcore-nio/pom.xml
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-core</artifactId>
<version>4.2-beta2-SNAPSHOT</version>
<version>4.2</version>
</parent>
<artifactId>httpcore-nio</artifactId>
<name>HttpCore NIO</name>
Expand Down
2 changes: 1 addition & 1 deletion httpcore-osgi/pom.xml
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-core</artifactId>
<version>4.2-beta2-SNAPSHOT</version>
<version>4.2</version>
</parent>
<artifactId>httpcore-osgi</artifactId>
<name>HttpCore OSGi bundle</name>
Expand Down
2 changes: 1 addition & 1 deletion httpcore/pom.xml
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-core</artifactId>
<version>4.2-beta2-SNAPSHOT</version>
<version>4.2</version>
</parent>
<artifactId>httpcore</artifactId>
<name>HttpCore</name>
Expand Down
18 changes: 7 additions & 11 deletions pom.xml
Expand Up @@ -34,7 +34,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>httpcomponents-core</artifactId>
<name>HttpComponents Core</name>
<version>4.2-beta2-SNAPSHOT</version>
<version>4.2</version>
<description>Core components to build HTTP enabled services</description>
<url>http://hc.apache.org/httpcomponents-core</url>
<inceptionYear>2005</inceptionYear>
Expand All @@ -59,9 +59,9 @@
</issueManagement>

<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk</developerConnection>
<url>http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk</url>
<connection>scm:svn:http://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.2</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.2</developerConnection>
<url>http://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.2</url>
</scm>

<modules>
Expand Down Expand Up @@ -237,24 +237,20 @@
</entity>
</entities>
<postProcess>
<copy todir="target/site/tutorial/html"
failonerror="false">
<copy todir="target/site/tutorial/html" failonerror="false">
<fileset dir="target/docbkx/html/index">
<include name="**/*.html" />
</fileset>
</copy>
<copy todir="target/site/tutorial/html"
failonerror="false">
<copy todir="target/site/tutorial/html" failonerror="false">
<fileset dir="src/docbkx/resources">
<include name="**/*.css" />
<include name="**/*.png" />
<include name="**/*.gif" />
<include name="**/*.jpg" />
</fileset>
</copy>
<copy file="target/docbkx/pdf/index.pdf"
tofile="target/site/tutorial/pdf/httpcore-tutorial.pdf"
failonerror="false"/>
<copy file="target/docbkx/pdf/index.pdf" tofile="target/site/tutorial/pdf/httpcore-tutorial.pdf" failonerror="false" />
</postProcess>
</configuration>
</plugin>
Expand Down

0 comments on commit 3c97cc1

Please sign in to comment.