Bump to yangtools-2.0.0 and odlparent-3.0.2 75/66475/3
authorTom Pantelis <tompantelis@gmail.com>
Thu, 14 Dec 2017 21:07:52 +0000 (16:07 -0500)
committerStephen Kitt <skitt@redhat.com>
Wed, 10 Jan 2018 09:25:11 +0000 (09:25 +0000)
Change-Id: I252065d3efa8717728d3dad80c5f989079c4d6f6
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
dlux-web/src/README.md
features/features-dlux/pom.xml
features/odl-dlux-core/pom.xml
features/pom.xml
pom.xml

index 2b7abbd8e582baa03049613dc748966fc2b207f2..7391578fcc46874466fb5b36adb781476350531c 100644 (file)
@@ -1,51 +1,51 @@
-# OpenDaylight DLUX 
-
-OpenDaylight DLUX is a Javascript-based stateless user interface that communicates with the service backend to provide a consistent and user-friendly interface to interact with OpenDaylight projects and base controller.
-
-
-## Build DLUX code with Karaf feature and distribution
-
-All necessary modules mentioned above such as nodesjs, bower etc. will be installed automatically, when you run the dlux build for first time.  Run following command at dlux home directory /dlux to build dlux feature and distribution along with code.
-Once successful, It will make dlux feature available to install and also create dlux karaf distribution. You can find karaf distribution at dlux/distribution-dlux.
-
-    $  mvn clean install
-
-__NOTE__: Some people reported about node related error while maven build. Those errors are usually environment related, mostly happens because of the permission issues or node is not installed properly. Try to reinstall node manually.
-
-### Install NodeJS manually if needed
-
-__For Windows and Mac without brew:__
-
-    Go to http://www.nodejs.org
-    Download and install NodeJS
-
-__For Mac with brew installed:__
-
-    $ brew update
-    $ brew install node
-
-__Verify NodeJS is installed:__
-
-    $ npm --version
-
-__Run DLUX in karaf distribution__
-
-Once you have dlux distribution or you have karaf distribution from integration repository. You can turn on the dlux feature to access the UI.
-We will take example of dlux distribution here. Navigate to directory dlux/distribution-dlux/target/assembly/bin and start the karaf via following command -
-
-    ./karaf
-
-On the karaf shell, install dlux core feature via running following command -
-
-    feature:install odl-dlux-core
-
-
-It will internally install odl-restconf and dlux topology application along with core dlux components. once this feature is successfully installed.
-Access the dlux UI at __http://localhost:8181/index.html__. Default credentials are admin/admin for login.
-
-All the applications in dlux are now karaf features. You can install other dlux applications such as nodes, yang-ui from karaf console using commands such as
-
-    feature:install odl-dlux-node
-    feature:install odl-dlux-yangui
-
-For more details - follow the wiki at  [dlux opendaylight](https://wiki.opendaylight.org/view/OpenDaylight_dlux:Getting_started)
+# OpenDaylight DLUX \r
+\r
+OpenDaylight DLUX is a Javascript-based stateless user interface that communicates with the service backend to provide a consistent and user-friendly interface to interact with OpenDaylight projects and base controller.\r
+\r
+\r
+## Build DLUX code with Karaf feature and distribution\r
+\r
+All necessary modules mentioned above such as nodesjs, bower etc. will be installed automatically, when you run the dlux build for first time.  Run following command at dlux home directory /dlux to build dlux feature and distribution along with code.\r
+Once successful, It will make dlux feature available to install and also create dlux karaf distribution. You can find karaf distribution at dlux/distribution-dlux.\r
+\r
+    $  mvn clean install\r
+\r
+__NOTE__: Some people reported about node related error while maven build. Those errors are usually environment related, mostly happens because of the permission issues or node is not installed properly. Try to reinstall node manually.\r
+\r
+### Install NodeJS manually if needed\r
+\r
+__For Windows and Mac without brew:__\r
+\r
+    Go to http://www.nodejs.org\r
+    Download and install NodeJS\r
+\r
+__For Mac with brew installed:__\r
+\r
+    $ brew update\r
+    $ brew install node\r
+\r
+__Verify NodeJS is installed:__\r
+\r
+    $ npm --version\r
+\r
+__Run DLUX in karaf distribution__\r
+\r
+Once you have dlux distribution or you have karaf distribution from integration repository. You can turn on the dlux feature to access the UI.\r
+We will take example of dlux distribution here. Navigate to directory dlux/distribution-dlux/target/assembly/bin and start the karaf via following command -\r
+\r
+    ./karaf\r
+\r
+On the karaf shell, install dlux core feature via running following command -\r
+\r
+    feature:install odl-dlux-core\r
+\r
+\r
+It will internally install odl-restconf and dlux topology application along with core dlux components. once this feature is successfully installed.\r
+Access the dlux UI at __http://localhost:8181/index.html__. Default credentials are admin/admin for login.\r
+\r
+All the applications in dlux are now karaf features. You can install other dlux applications such as nodes, yang-ui from karaf console using commands such as\r
+\r
+    feature:install odl-dlux-node\r
+    feature:install odl-dlux-yangui\r
+\r
+For more details - follow the wiki at  [dlux opendaylight](https://wiki.opendaylight.org/view/OpenDaylight_dlux:Getting_started)\r
index 9d3e93276618c7bd0879bc16e415a2d875a632b8..4584c903e4a87a33e0d073792e51ee496c18256d 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>feature-repo-parent</artifactId>
-        <version>2.0.5</version>
+        <version>3.0.2</version>
         <relativePath/>
     </parent>
 
index fa3d61dd94f60d08ab2e1833102cd6750016afdf..8226826118c376b79924327acc656945938fcb14 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.5</version>
+        <version>3.0.2</version>
         <relativePath/>
     </parent>
 
index afe2b114b88ae5abc7eba4abc159b116e001b1f3..9d34a5435794a409d3b9ab6b85749fc07fa681e5 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>2.0.5</version>
+        <version>3.0.2</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.dlux</groupId>
diff --git a/pom.xml b/pom.xml
index cf5b893348721db80a05fdd2b1ce278d12004f89..0445365e307bad8b2ca9277f88f209afe873b10c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>2.0.5</version>
+    <version>3.0.2</version>
     <relativePath></relativePath>
   </parent>
 
@@ -39,7 +39,7 @@
     <feature.mdsal.version>1.7.0-SNAPSHOT</feature.mdsal.version>
     <feature.dlux.version>0.7.0-SNAPSHOT</feature.dlux.version>
     <feature.flow.version>1.7.0-SNAPSHOT</feature.flow.version>
-    <feature.yangtools.version>1.2.0</feature.yangtools.version>
+    <feature.yangtools.version>2.0.0</feature.yangtools.version>
     <javax.servlet-api.version>3.0.1</javax.servlet-api.version>
   </properties>