Skip to content

Commit 13af59f

Browse files
author
Brock Noland
committed
MRUnit 0.8.1-incubating release.
git-svn-id: https://svn.apache.org/repos/asf/incubator/mrunit/tags/release-0.8.1-incubating@1245740 13f79535-47bb-0310-9956-ffa450edef68
2 parents 6902ec9 + f63d4c0 commit 13af59f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Release Notes - MRUnit - Version 0.8.1
1111

1212
** Task
1313
* [MRUNIT-59] - Only assemble tar.gz, not .zip
14-
14+
* [MRUNIT-60] - Remove special characters from classifers
1515

1616
Release Notes - MRUnit - Version 0.8.0
1717

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@
383383
</property>
384384
</activation>
385385
<properties>
386-
<envClassifier>hadoop-0.20</envClassifier>
386+
<envClassifier>hadoop020</envClassifier>
387387
</properties>
388388
<dependencies>
389389
<dependency>
@@ -395,14 +395,14 @@
395395
</dependencies>
396396
</profile>
397397
<profile>
398-
<id>hadoop-1.0.0</id>
398+
<id>hadoop-1.0</id>
399399
<activation>
400400
<property>
401401
<name>!hadoop.version</name>
402402
</property>
403403
</activation>
404404
<properties>
405-
<envClassifier>hadoop-1.0</envClassifier>
405+
<envClassifier>hadoop100</envClassifier>
406406
</properties>
407407
<dependencies>
408408
<dependency>
@@ -422,7 +422,7 @@
422422
</property>
423423
</activation>
424424
<properties>
425-
<envClassifier>hadoop-0.23</envClassifier>
425+
<envClassifier>hadoop023</envClassifier>
426426
<specificHadoopVersion>0.23.1-SNAPSHOT</specificHadoopVersion>
427427
</properties>
428428
<dependencies>

0 commit comments

Comments
 (0)