cloudstack/services/console-proxy/plugin/pom.xml

30 lines
1.8 KiB
XML

4.11.2-SNAPSHOT<!--
4.11.2-SNAPSHOT Licensed to the Apache Software Foundation (ASF) under one
4.11.2-SNAPSHOT or more contributor license agreements. See the NOTICE file
4.11.2-SNAPSHOT distributed with this work for additional information
4.11.2-SNAPSHOT regarding copyright ownership. The ASF licenses this file
4.11.2-SNAPSHOT to you under the Apache License, Version 2.0 (the
4.11.2-SNAPSHOT "License"); you may not use this file except in compliance
4.11.2-SNAPSHOT with the License. You may obtain a copy of the License at
4.11.2-SNAPSHOT
4.11.2-SNAPSHOT http://www.apache.org/licenses/LICENSE-2.0
4.11.2-SNAPSHOT
4.11.2-SNAPSHOT Unless required by applicable law or agreed to in writing,
4.11.2-SNAPSHOT software distributed under the License is distributed on an
4.11.2-SNAPSHOT "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
4.11.2-SNAPSHOT KIND, either express or implied. See the License for the
4.11.2-SNAPSHOT specific language governing permissions and limitations
4.11.2-SNAPSHOT under the License.
4.11.2-SNAPSHOT-->
4.11.2-SNAPSHOT<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">
4.11.2-SNAPSHOT <modelVersion>4.0.0</modelVersion>
4.11.2-SNAPSHOT <artifactId>cloud-plugin-console-proxy</artifactId>
4.11.2-SNAPSHOT <name>Apache CloudStack Console Proxy - Plugin</name>
4.11.2-SNAPSHOT <parent>
4.11.2-SNAPSHOT <groupId>org.apache.cloudstack</groupId>
4.11.2-SNAPSHOT <artifactId>cloudstack-service-console-proxy</artifactId>
4.11.2-SNAPSHOT <version>4.11.2-SNAPSHOT</version>
4.11.2-SNAPSHOT <relativePath>../pom.xml</relativePath>
4.11.2-SNAPSHOT </parent>
4.11.2-SNAPSHOT</project>