Updated Branches: refs/heads/sqoop2 39eb1e56d -> 517e171ce
SQOOP-1219. Sqoop2: Bump up Tomcat version to 6.0.37 (Jarek Jarcec Cecho via Hari Shreedharan) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/517e171c Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/517e171c Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/517e171c Branch: refs/heads/sqoop2 Commit: 517e171ce52148da1aeafcc1b966efa5f404387f Parents: 39eb1e5 Author: Hari Shreedharan <[email protected]> Authored: Wed Oct 23 22:03:26 2013 -0700 Committer: Hari Shreedharan <[email protected]> Committed: Wed Oct 23 22:03:26 2013 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/517e171c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4470331..a4bc085 100644 --- a/pom.xml +++ b/pom.xml @@ -105,7 +105,7 @@ limitations under the License. <servlet.version>2.5</servlet.version> <cargo.version>1.3.2</cargo.version> <tomcat.major.version>6</tomcat.major.version> - <tomcat.minor.version>0.36</tomcat.minor.version> + <tomcat.minor.version>0.37</tomcat.minor.version> <tomcat.version>${tomcat.major.version}.${tomcat.minor.version}</tomcat.version> <jdbc.mysql.version>5.1.23</jdbc.mysql.version> <jdbc.postgresql.version>9.1-901.jdbc4</jdbc.postgresql.version>
