diff options
Diffstat (limited to 'openo-portal/portal-package/pom.xml')
-rw-r--r-- | openo-portal/portal-package/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/openo-portal/portal-package/pom.xml b/openo-portal/portal-package/pom.xml index ac309936..b3d30951 100644 --- a/openo-portal/portal-package/pom.xml +++ b/openo-portal/portal-package/pom.xml @@ -14,8 +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/maven-v4_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/maven-v4_0_0.xsd"> <parent> <groupId>org.openo.gso.gui</groupId> <artifactId>openo-portal</artifactId> @@ -217,4 +216,4 @@ </plugin> </plugins> </build> -</project> +<name>gso-gui/openo-portal/portal-package</name></project> |