[maven-release-plugin] prepare release htrace-2.03
diff --git a/htrace-core/pom.xml b/htrace-core/pom.xml
index 5453a6a..f6e0c4d 100644
--- a/htrace-core/pom.xml
+++ b/htrace-core/pom.xml
@@ -9,9 +9,7 @@
 License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
 OF ANY KIND, either express or implied. See the License for the specific
 language governing permissions and limitations under the License. -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>htrace-core</artifactId>
@@ -20,7 +18,7 @@
   <parent>
     <artifactId>htrace</artifactId>
     <groupId>org.cloudera.htrace</groupId>
-    <version>2.03-SNAPSHOT</version>
+    <version>2.03</version>
   </parent>
 
   <name>htrace-core</name>
diff --git a/htrace-zipkin/pom.xml b/htrace-zipkin/pom.xml
index 71a8ff0..553ac46 100644
--- a/htrace-zipkin/pom.xml
+++ b/htrace-zipkin/pom.xml
@@ -9,9 +9,7 @@
 License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
 OF ANY KIND, either express or implied. See the License for the specific
 language governing permissions and limitations under the License. -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>htrace-zipkin</artifactId>
@@ -20,7 +18,7 @@
   <parent>
     <artifactId>htrace</artifactId>
     <groupId>org.cloudera.htrace</groupId>
-    <version>2.03-SNAPSHOT</version>
+    <version>2.03</version>
   </parent>
 
   <name>htrace-zipkin</name>
diff --git a/pom.xml b/pom.xml
index 135813c..74ba350 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,14 +9,12 @@
 License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
 OF ANY KIND, either express or implied. See the License for the specific
 language governing permissions and limitations under the License. -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.cloudera.htrace</groupId>
   <artifactId>htrace</artifactId>
-  <version>2.03-SNAPSHOT</version>
+  <version>2.03</version>
   <packaging>pom</packaging>
 
   <name>htrace</name>