remove two 1.3.0-SNAPSHOT references in commented out xml
Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/58b88956 Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/58b88956 Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/58b88956 Branch: refs/heads/master Commit: 58b889560658e9cec4ccbc1a7a3811f28cb2719a Parents: ef78d4d Author: Dale LaBossiere <dlab...@us.ibm.com> Authored: Thu Nov 23 10:26:00 2017 -0500 Committer: Dale LaBossiere <dlab...@us.ibm.com> Committed: Thu Nov 23 10:26:00 2017 -0500 ---------------------------------------------------------------------- platforms/android/distribution/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/58b88956/platforms/android/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/android/distribution/pom.xml b/platforms/android/distribution/pom.xml index 4157744..1ddf163 100644 --- a/platforms/android/distribution/pom.xml +++ b/platforms/android/distribution/pom.xml @@ -80,7 +80,7 @@ <!-- Not on android <dependency> <groupId>org.apache.edgent.android</groupId> <artifactId>edgent-providers-development</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </dependency--> <dependency> <groupId>org.apache.edgent.android</groupId> @@ -210,7 +210,7 @@ <!-- Not on android <dependency> <groupId>org.apache.edgent.android</groupId> <artifactId>edgent-console-servlets</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <type>war</type> </dependency--> </dependencies>