Changed odlparent from 1.6.0-SNAPSHOT to 1.4.5-Helium-SR3. 16/36516/1
authorDavid M. Karr <davidmichaelkarr@gmail.com>
Mon, 21 Mar 2016 21:31:00 +0000 (14:31 -0700)
committerDavid M. Karr <davidmichaelkarr@gmail.com>
Mon, 21 Mar 2016 21:31:00 +0000 (14:31 -0700)
The SNAPSHOT version is no longer on the snapshot repo.  I first tried to replace this with 1.5.2-Lithium-SR2 (the latest), but that somehow caused the update site to not be built.  I still have to understand that.  I was able to back off on versions until I got to 1.4.5-Helium-SR3, which works.

Change-Id: Ia0425e39c2c54d84f77cbae526d95112f0986729
Signed-off-by: David M. Karr <davidmichaelkarr@gmail.com>
plugins/com.cisco.yangide.core/.options [new file with mode: 0644]
pom.xml

diff --git a/plugins/com.cisco.yangide.core/.options b/plugins/com.cisco.yangide.core/.options
new file mode 100644 (file)
index 0000000..329e86e
--- /dev/null
@@ -0,0 +1,2 @@
+org.eclipse.osgi/resolver/debug=true
+org.eclipse.osgi/resolver/wiring=true
diff --git a/pom.xml b/pom.xml
index 1e9f7c75e6fb8e2743d03baf216904928466273c..4a389176b08430ee73f8310e7cfcf70db2e01193 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.4.5-Helium-SR3</version>
   </parent>
 
   <properties>