Creating commmons-bcel-6.3-RC1 tag

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/tags/BCEL_6_3_RC1@1852031 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index aea79da..9f811c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
   <groupId>org.apache.bcel</groupId>
   <artifactId>bcel</artifactId>
   <packaging>jar</packaging>
-  <version>6.3-SNAPSHOT</version>
+  <version>6.3</version>
   <name>Apache Commons BCEL</name>
   <description>Apache Commons Bytecode Engineering Library</description>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 341636b..4f97f62 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,7 +62,7 @@
    -->
 
   <body>
-    <release version="6.3" date="2019-MM-DD" description="Experimental Java 9, 10, 11, 12-EA, and 13-EA Support">
+    <release version="6.3" date="2019-01-23" description="Experimental Java 9, 10, 11, 12-EA, and 13-EA Support">
       <action issue="BCEL-304" type="fix" dev="ggregory" due-to="Gary Gregory, Ed Pavlak">ClassPath.getClassFile() and friends do not work with JDK 9 and higher (PR #22.)</action>
       <action issue="BCEL-305" type="fix" dev="ggregory" due-to="Gary Gregory">ClassPath.getClassFile() and friends do not work with JRE 9 and higher</action>
       <action                  type="update" dev="ggregory" due-to="Mark Thomas, Gary Gregory">Initial support for Java 11</action>