diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-08-29 15:02:30 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-08-29 15:05:11 -0700 |
commit | b3ee14fb8956568fc3dd3f7bc389be554dfc3263 (patch) | |
tree | c17cdc005cbf5a7d219a82070bf54c5c6cf135e4 | |
parent | be096d395b595fcb7ef50204978904a538ed32a0 (diff) |
Move version manifest to integration repo
Change-Id: Ie2f8f65d866a403db490efcdd84e8873c3c3bae5
Issue-id: INT-124
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r-- | oparent/pom.xml | 2 | ||||
-rw-r--r-- | versions/src/main/resources/onap-versions/onap-version-manifest.csv | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/oparent/pom.xml b/oparent/pom.xml index 09c1d35..7843e77 100644 --- a/oparent/pom.xml +++ b/oparent/pom.xml @@ -476,7 +476,7 @@ <goal>version-check</goal> </goals> <configuration> - <manifestUri>https://git.onap.org/oparent/plain/versions/src/main/resources/onap-versions/onap-version-manifest.csv</manifestUri> + <manifestUri>https://git.onap.org/integration/plain/versions/java-manifest.csv</manifestUri> </configuration> </execution> </executions> diff --git a/versions/src/main/resources/onap-versions/onap-version-manifest.csv b/versions/src/main/resources/onap-versions/onap-version-manifest.csv deleted file mode 100644 index 8baa868..0000000 --- a/versions/src/main/resources/onap-versions/onap-version-manifest.csv +++ /dev/null @@ -1,2 +0,0 @@ -groupId,artifactId,version -org.onap.oparent,oparent,0.1.0 |