Ver Fonte

Preparing for 1.3.0 development on branch-1

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1@1454902 13f79535-47bb-0310-9956-ffa450edef68
Matthew Foley há 12 anos atrás
pai
commit
e8075778f5
3 ficheiros alterados com 13 adições e 2 exclusões
  1. 11 0
      CHANGES.txt
  2. 1 1
      build.xml
  3. 1 1
      ivy/libraries.properties

+ 11 - 0
CHANGES.txt

@@ -1,5 +1,16 @@
 Hadoop Change Log
 
+Release 1.3.0 - unreleased
+
+  INCOMPATIBLE CHANGES
+
+  NEW FEATURES
+
+  IMPROVEMENTS
+
+  BUG FIXES
+
+
 Release 1.2.0 - unreleased
 
   INCOMPATIBLE CHANGES

+ 1 - 1
build.xml

@@ -28,7 +28,7 @@
  
   <property name="Name" value="Hadoop"/>
   <property name="name" value="hadoop"/>
-  <property name="version" value="1.2.0-SNAPSHOT"/>
+  <property name="version" value="1.3.0-SNAPSHOT"/>
   <property name="final.name" value="${name}-${version}"/>
   <property name="test.final.name" value="${name}-test-${version}"/>
   <property name="year" value="2009"/>

+ 1 - 1
ivy/libraries.properties

@@ -14,7 +14,7 @@
 #It drives ivy and the generation of a maven POM
 
 # This is the version of hadoop we are generating
-hadoop.version=1.2.0
+hadoop.version=1.3.0
 hadoop-gpl-compression.version=0.1.0
 
 #These are the versions of our dependencies (in alphabetical order)