Skip to content

Commit 3747e64

Browse files
set snapshot versions - jenkins
Change-Id: I9d3b9fbf5205b4096e7ed5bbfa87bb64510bcaf5
1 parent 45834cf commit 3747e64

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

hadoop-project/pom.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
See the License for the specific language governing permissions and
1212
limitations under the License. See accompanying LICENSE file.
1313
-->
14-
<project xmlns="http://maven.apache.org/POM/4.0.0"
15-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
17-
https://maven.apache.org/xsd/maven-4.0.0.xsd">
14+
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1815
<modelVersion>4.0.0</modelVersion>
1916
<parent>
2017
<groupId>org.apache.hadoop</groupId>
@@ -146,7 +143,7 @@
146143
<hbase.one.version>1.2.6</hbase.one.version>
147144
<hbase.two.version>2.0.0-beta-1</hbase.two.version>
148145
<gcs.version>1.9.10.7.0.0.0-SNAPSHOT</gcs.version>
149-
<knox.version>1.0.0.7.0.0.0-30</knox.version>
146+
<knox.version>1.0.0.7.0.0.0-327</knox.version>
150147
<assertj.version>3.12.2</assertj.version>
151148
</properties>
152149

@@ -2036,4 +2033,4 @@
20362033

20372034
<repositories>
20382035
</repositories>
2039-
</project>
2036+
</project>

hadoop-tools/hadoop-distcp/pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
See the License for the specific language governing permissions and
1212
limitations under the License. See accompanying LICENSE file.
1313
-->
14-
<project xmlns="http://maven.apache.org/POM/4.0.0"
15-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
17-
https://maven.apache.org/xsd/maven-4.0.0.xsd">
14+
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1815
<modelVersion>4.0.0</modelVersion>
1916
<parent>
2017
<groupId>org.apache.hadoop</groupId>
@@ -217,4 +214,4 @@
217214
</plugin>
218215
</plugins>
219216
</build>
220-
</project>
217+
</project>

0 commit comments

Comments
 (0)