Skip to content

Commit 250cd9f

Browse files
tamaashuGabor Bota
authored andcommitted
HADOOP-16772. Extract version numbers to head of pom.xml (addendum) (apache#1774). Contributed by Tamas Penzes.
Follow up task of HADOOP-16729, extract even more version numbers for branch-3.2. Change-Id: I0546fc8ec8f68baa4bcfa9db0df4d8293b078913
1 parent d7cc897 commit 250cd9f

File tree

1 file changed

+26
-14
lines changed

1 file changed

+26
-14
lines changed

hadoop-project/pom.xml

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,17 @@
107107
<!-- Apache Commons dependencies -->
108108
<commons-beanutils.version>1.9.4</commons-beanutils.version>
109109
<commons-cli.version>1.2</commons-cli.version>
110+
<commons-codec.version>1.11</commons-codec.version>
110111
<commons-collections.version>3.2.2</commons-collections.version>
112+
<commons-compress.version>1.19</commons-compress.version>
113+
<commons-csv.version>1.0</commons-csv.version>
111114
<commons-io.version>2.5</commons-io.version>
112115
<commons-lang3.version>3.7</commons-lang3.version>
116+
<commons-logging.version>1.1.3</commons-logging.version>
117+
<commons-logging-api.version>1.1</commons-logging-api.version>
113118
<commons-math3.version>3.1.1</commons-math3.version>
119+
<commons-net.version>3.6</commons-net.version>
120+
<commons-text.version>1.4</commons-text.version>
114121

115122
<!-- Apache Ratis version -->
116123
<ratis.version>0.3.0-eca3531-SNAPSHOT</ratis.version>
@@ -119,7 +126,12 @@
119126
<hikari.version>2.4.12</hikari.version>
120127
<mssql.version>6.2.1.jre7</mssql.version>
121128
<okhttp.version>2.7.5</okhttp.version>
129+
<jdom.version>1.1</jdom.version>
130+
<grizzly.version>2.2.21</grizzly.version>
122131
<gson.version>2.2.4</gson.version>
132+
<htrace3.version>3.1.0-incubating</htrace3.version>
133+
<htrace4.version>4.1.0-incubating</htrace4.version>
134+
<metrics.version>3.2.4</metrics.version>
123135
<netty3.version>3.10.6.Final</netty3.version>
124136
<netty4.version>4.0.52.Final</netty4.version>
125137

@@ -637,12 +649,12 @@
637649
<dependency>
638650
<groupId>org.apache.commons</groupId>
639651
<artifactId>commons-compress</artifactId>
640-
<version>1.19</version>
652+
<version>${commons-compress.version}</version>
641653
</dependency>
642654
<dependency>
643655
<groupId>org.apache.commons</groupId>
644656
<artifactId>commons-csv</artifactId>
645-
<version>1.0</version>
657+
<version>${commons-csv.version}</version>
646658
</dependency>
647659
<dependency>
648660
<groupId>org.apache.httpcomponents</groupId>
@@ -657,12 +669,12 @@
657669
<dependency>
658670
<groupId>commons-codec</groupId>
659671
<artifactId>commons-codec</artifactId>
660-
<version>1.11</version>
672+
<version>${commons-codec.version}</version>
661673
</dependency>
662674
<dependency>
663675
<groupId>commons-net</groupId>
664676
<artifactId>commons-net</artifactId>
665-
<version>3.6</version>
677+
<version>${commons-net.version}</version>
666678
</dependency>
667679
<dependency>
668680
<groupId>javax.servlet</groupId>
@@ -869,7 +881,7 @@
869881
<dependency>
870882
<groupId>commons-logging</groupId>
871883
<artifactId>commons-logging</artifactId>
872-
<version>1.1.3</version>
884+
<version>${commons-logging.version}</version>
873885
<exclusions>
874886
<exclusion>
875887
<groupId>avalon-framework</groupId>
@@ -888,7 +900,7 @@
888900
<dependency>
889901
<groupId>commons-logging</groupId>
890902
<artifactId>commons-logging-api</artifactId>
891-
<version>1.1</version>
903+
<version>${commons-logging-api.version}</version>
892904
</dependency>
893905
<dependency>
894906
<groupId>log4j</groupId>
@@ -987,7 +999,7 @@
987999
<dependency>
9881000
<groupId>org.apache.commons</groupId>
9891001
<artifactId>commons-text</artifactId>
990-
<version>1.4</version>
1002+
<version>${commons-text.version}</version>
9911003
</dependency>
9921004
<dependency>
9931005
<groupId>org.slf4j</groupId>
@@ -1123,17 +1135,17 @@
11231135
<dependency>
11241136
<groupId>org.apache.htrace</groupId>
11251137
<artifactId>htrace-core</artifactId>
1126-
<version>3.1.0-incubating</version>
1138+
<version>${htrace3.version}</version>
11271139
</dependency>
11281140
<dependency>
11291141
<groupId>org.apache.htrace</groupId>
11301142
<artifactId>htrace-core4</artifactId>
1131-
<version>4.1.0-incubating</version>
1143+
<version>${htrace4.version}</version>
11321144
</dependency>
11331145
<dependency>
11341146
<groupId>org.jdom</groupId>
11351147
<artifactId>jdom</artifactId>
1136-
<version>1.1</version>
1148+
<version>${jdom.version}</version>
11371149
</dependency>
11381150
<dependency>
11391151
<groupId>com.googlecode.json-simple</groupId>
@@ -1193,7 +1205,7 @@
11931205
<dependency>
11941206
<groupId>io.dropwizard.metrics</groupId>
11951207
<artifactId>metrics-core</artifactId>
1196-
<version>3.2.4</version>
1208+
<version>${metrics.version}</version>
11971209
</dependency>
11981210
<dependency>
11991211
<groupId>org.apache.hadoop</groupId>
@@ -1235,17 +1247,17 @@
12351247
<dependency>
12361248
<groupId>org.glassfish.grizzly</groupId>
12371249
<artifactId>grizzly-http-servlet</artifactId>
1238-
<version>2.2.21</version>
1250+
<version>${grizzly.version}</version>
12391251
</dependency>
12401252
<dependency>
12411253
<groupId>org.glassfish.grizzly</groupId>
12421254
<artifactId>grizzly-http</artifactId>
1243-
<version>2.2.21</version>
1255+
<version>${grizzly.version}</version>
12441256
</dependency>
12451257
<dependency>
12461258
<groupId>org.glassfish.grizzly</groupId>
12471259
<artifactId>grizzly-http-server</artifactId>
1248-
<version>2.2.21</version>
1260+
<version>${grizzly.version}</version>
12491261
</dependency>
12501262

12511263
<dependency>

0 commit comments

Comments
 (0)