5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-19 02:10:54 +08:00

SQOOP-1219. Sqoop2: Bump up Tomcat version to 6.0.37

(Jarek Jarcec Cecho via Hari Shreedharan)
This commit is contained in:
Hari Shreedharan 2013-10-23 22:03:26 -07:00
parent 39eb1e56d3
commit 517e171ce5

View File

@ -105,7 +105,7 @@ limitations under the License.
<servlet.version>2.5</servlet.version> <servlet.version>2.5</servlet.version>
<cargo.version>1.3.2</cargo.version> <cargo.version>1.3.2</cargo.version>
<tomcat.major.version>6</tomcat.major.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> <tomcat.version>${tomcat.major.version}.${tomcat.minor.version}</tomcat.version>
<jdbc.mysql.version>5.1.23</jdbc.mysql.version> <jdbc.mysql.version>5.1.23</jdbc.mysql.version>
<jdbc.postgresql.version>9.1-901.jdbc4</jdbc.postgresql.version> <jdbc.postgresql.version>9.1-901.jdbc4</jdbc.postgresql.version>