Complete the 1.2.0-SNAPSHOT to 1.3.0-SNAPSHOT changes

This is just a short term change to get the develop branch back in
working order.  Longer term the automation needs to make all of the
needed changes.
diff --git a/get-edgent-jars-project/get-edgent-jars.sh b/get-edgent-jars-project/get-edgent-jars.sh
index 8d0c5ce..3bdacd6 100755
--- a/get-edgent-jars-project/get-edgent-jars.sh
+++ b/get-edgent-jars-project/get-edgent-jars.sh
@@ -21,7 +21,7 @@
 ## By default get the Edgent java8 platform jars for the script's default Edgent version.
 ##
 ## --platform {java8|java7|android} get the specified target platform jars
-## --version edgent-version get the specified version's jars (e.g., 1.2.0-SNAPSHOT)
+## --version edgent-version get the specified version's jars (e.g., 1.2.0)
 ## --artifacts csv-gav-list get only the specified artifacts. Not restricted to Edgent jars.
 ##   The Edgent version is substituted for all instances of '{EV}'
 ## --file gav-file get only the specified artifacts. Not restricted to Edgent jars.
diff --git a/get-edgent-jars-project/old-get-edgent-jars.sh b/get-edgent-jars-project/old-get-edgent-jars.sh
index 40f5e07..102467e 100755
--- a/get-edgent-jars-project/old-get-edgent-jars.sh
+++ b/get-edgent-jars-project/old-get-edgent-jars.sh
@@ -21,7 +21,7 @@
 ## By default get the Edgent java8 platform jars for the script's default Edgent version.
 ##
 ## --platform {java8|java7|android} get the specified target platform jars
-## --version edgent-version get the specified version's jars (e.g., 1.2.0-SNAPSHOT)
+## --version edgent-version get the specified version's jars (e.g., 1.2.0)
 ## --artifacts csv-gav-list get only the specified artifacts. Not restricted to Edgent jars.
 ##   The Edgent version is substituted for all instances of '{EV}'
 ## --file gav-file get only the specified artifacts. Not restricted to Edgent jars.
diff --git a/get-edgent-jars-project/pom.xml.template b/get-edgent-jars-project/pom.xml.template
index 8c89690..f8c9f1a 100644
--- a/get-edgent-jars-project/pom.xml.template
+++ b/get-edgent-jars-project/pom.xml.template
@@ -25,7 +25,7 @@
   <!--parent>
     <groupId>org.apache.edgent</groupId>
     <artifactId>edgent-parent</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0</version>
   </parent-->
 
   <groupId>org.apache.edgent</groupId>