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.
Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/commit/82e4b807 Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/tree/82e4b807 Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/diff/82e4b807 Branch: refs/heads/develop Commit: 82e4b80769572268db715c97cd691ae6cd99a408 Parents: 3943bd5 Author: Dale LaBossiere <dlab...@us.ibm.com> Authored: Tue Nov 7 13:02:48 2017 -0500 Committer: Dale LaBossiere <dlab...@us.ibm.com> Committed: Tue Nov 7 13:02:48 2017 -0500 ---------------------------------------------------------------------- get-edgent-jars-project/get-edgent-jars.sh | 2 +- get-edgent-jars-project/old-get-edgent-jars.sh | 2 +- get-edgent-jars-project/pom.xml.template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/82e4b807/get-edgent-jars-project/get-edgent-jars.sh ---------------------------------------------------------------------- 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. http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/82e4b807/get-edgent-jars-project/old-get-edgent-jars.sh ---------------------------------------------------------------------- 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. http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/82e4b807/get-edgent-jars-project/pom.xml.template ---------------------------------------------------------------------- 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>