summaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Collapse)AuthorFilesLines
2018-05-24Set hc2vpp version to 1.18.01.3-SNAPSHOTMarek Gradzki5-14/+14
Change-Id: Ic9b94e11989ad128df3c51fa6a2cf1db268a9444 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2018-05-24Hc2vpp 1.18.01.2 releaseMarek Gradzki5-14/+14
Change-Id: Id3861d894dbf09759e2e8e45a22ca5bac6e393df Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2018-02-15Set hc2vpp version to 1.18.01.2-SNAPSHOTMarek Gradzki5-14/+14
Change-Id: I4ecf551152bd1ec077fbb479727fc2c4716a062f Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2018-02-15Hc2vpp 1.18.01.1 releaseMarek Gradzki5-14/+14
Change-Id: I71bbac3844e59f70f25c500ae9a8a93a488c0d58 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2018-01-31Set Hc2vpp version to 1.18.01.1-SNAPSHOTMarek Gradzki5-14/+14
Change-Id: Ib744c2240e6945782b7e45b551eba7ba1359026d Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2018-01-31Hc2vpp 1.18.01 releaseMarek Gradzki5-14/+14
Change-Id: Ibb4b5314d7e93052e7a29bd1fc84be8bf5654b02 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2018-01-18Set Hc2vpp version back to 1.18.01-SNAPSHOTMarek Gradzki5-14/+14
Change-Id: I045a9d935fe319713e3267c07f00c91ab3b091f0 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2018-01-17Hc2vpp 1.18.01-RC2v1.18.01-RC2Marek Gradzki5-14/+14
Change-Id: I5e9df01b1672fe01354dea92f6f6690f2d776689 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2018-01-10Set hc2vpp version back to 1.18.01-SNAPSHOTMarek Gradzki5-14/+14
Also sets honeycomb DEB/RPM package version to 1.18.01-RC2~$BUILD_NUMBER Change-Id: I7d1916b9e464d957d55b620e746cf763c83943a8 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2018-01-10Bump hc2vpp version to 1.18.01-RC1v1.18.01-RC1Marek Gradzki5-14/+14
Change-Id: I5c7d5de7e3963c42fb1a133b17e9c8f3d415821f Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2017-11-09HONEYCOMB-385: adapt hc2vpp to Nitrogen bumpMarek Gradzki1-2/+2
Change-Id: I0f1e2085f1687e1c8c0edcc526af048a429788e8 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2017-10-04Bump hc2vpp version to 1.18.01-SNAPSHOTMarek Gradzki5-14/+14
Change-Id: Id2b6e7c5259190808b7093dc18538427e4034fc0 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2017-08-04Adapt hc2vpp to ODL Carbon bump in honeycombMarek Gradzki1-1/+1
Depends on https://gerrit.fd.io/r/#/c/6924/ Change-Id: I80597cb2846d174a548a5abf1e4add0ba0e17186 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2017-07-06Bump hc2vpp version to 1.17.10-SNAPSHOTMarek Gradzki5-14/+14
Change-Id: I744c3bc4962295b307b718764adb14035ee13d1d Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2017-06-30HONEYCOMB-358 - Generate guice to yang modules indexJan Srnicek2-17/+93
Generates two descriptor files yang-modules-binding/yang-modules - List of Yang modules by project(classpath + deps) yang-mapping/FULL_PROJECT_NAME-yang-modules-index - Index from Guice modules to Yang modules that are used by respective Guice module These files are included in jar files and distribution resources Change-Id: I44569b3bc8819a5facd7ba8424836f715012c04d Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
2017-04-07Use maven-sal-api-gen-plugin version defined in honeycomb-parentMarek Gradzki1-1/+1
Requires https://gerrit.fd.io/r/#/c/6083/ Change-Id: Ida6332c238c17d968988ca70ee565521fe25d1f5 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2017-04-04Bump hc2vpp version to 1.17.07-SNAPSHOTMarek Gradzki5-14/+14
Also bumps honeycomb and vpp dependencies Change-Id: Ice9863b8afc1895d43b97953ed6d93e739730f5e Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2017-03-24Add hc2vpp common parentsMarek Gradzki11-0/+440
- provides single root (hc2vpp-parent) for all projects to make site plugin work - fixes relative links in child poms - adds missing project names Partially based on https://gerrit.fd.io/r/#/c/4720 To test: - mvn clean install && mvn site site:stage - open hc2vpp/target/staging/hc2vpp-parent/hc2vpp-aggregator/index.html Change-Id: Ife5a8555748221cd8bcc8ad2fa48f1d0e98fff1d Signed-off-by: Marek Gradzki <mgradzki@cisco.com>