aboutsummaryrefslogtreecommitdiffstats
path: root/ncomp-utils-journaling/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ncomp-utils-journaling/pom.xml')
-rw-r--r--ncomp-utils-journaling/pom.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/ncomp-utils-journaling/pom.xml b/ncomp-utils-journaling/pom.xml
index 8d86155..b0a64f3 100644
--- a/ncomp-utils-journaling/pom.xml
+++ b/ncomp-utils-journaling/pom.xml
@@ -1,20 +1,20 @@
-<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">
+<?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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.openecomp.ncomp.utils</groupId>
<artifactId>ncomp-utils-journaling</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.7</maven.compiler.source>
- <openecomp.nexus.releases>https://nexus.openecomp.org/content/repositories/releases/</openecomp.nexus.releases>
- <openecomp.nexus.snapshots>https://nexus.openecomp.org/content/repositories/snapshots/</openecomp.nexus.snapshots>
- <openecomp.nexus.proxy>https://nexus.openecomp.org</openecomp.nexus.proxy>
+ <openecomp.nexus.releases>https://nexus.onap.org/content/repositories/releases/</openecomp.nexus.releases>
+ <openecomp.nexus.snapshots>https://nexus.onap.org/content/repositories/snapshots/</openecomp.nexus.snapshots>
+ <openecomp.nexus.proxy>https://nexus.onap.org</openecomp.nexus.proxy>
<openecomp.nexus.staging.serverId>ecomp-staging</openecomp.nexus.staging.serverId>
<openecomp.nexus.staging.profileId>176c31dfe190a</openecomp.nexus.staging.profileId>
- </properties>
+ <nexusproxy>https://nexus.onap.org</nexusproxy></properties>
<build>
@@ -48,8 +48,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
- <source />
- <target />
+ <source/>
+ <target/>
</configuration>
</plugin>
</plugins>
@@ -115,8 +115,8 @@
<url>${openecomp.nexus.snapshots}</url>
</snapshotRepository>
<site>
- <id>dcae-javadoc</id>
- <url>${site.urlroot}/${project.artifactId}/${project.version}/</url>
+ <id>ecomp-site</id>
+ <url>dav:${nexusproxy}/content/sites/site/org/openecomp/ncomp/utils/${project.artifactId}/${project.version}/</url>
</site>
</distributionManagement>