diff options
-rw-r--r-- | .gitreview | 9 | ||||
-rw-r--r-- | csarvalidation/pom.xml | 9 | ||||
-rw-r--r-- | deployment/pom.xml | 5 | ||||
-rw-r--r-- | pom.xml | 6 |
4 files changed, 13 insertions, 16 deletions
@@ -1,4 +1,5 @@ -[gerrit]
-host=gerrit.onap.org
-port=29418
-project=vnfsdk/validation
+[gerrit] +host=gerrit.onap.org +port=29418 +project=vnfsdk/validation.git +defaultbranch=master diff --git a/csarvalidation/pom.xml b/csarvalidation/pom.xml index 831889e..f5844bb 100644 --- a/csarvalidation/pom.xml +++ b/csarvalidation/pom.xml @@ -7,15 +7,14 @@ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <!-- <parent> <groupId>org.onap.csarvalidation</groupId> <artifactId>csarvalidation</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> --> <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.1.0</version> + <version>1.2.0</version> <relativePath>oparent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -88,9 +87,9 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>25.0-jre</version> + </dependency> - + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> diff --git a/deployment/pom.xml b/deployment/pom.xml index f32f76a..fd2c99d 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -14,10 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 - http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -1,9 +1,9 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<?xml version="1.0"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.1.0</version> + <version>1.2.0</version> <relativePath>oparent</relativePath> </parent> |