aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authordglFromAtt <dgl@research.att.com>2018-04-10 00:38:14 -0400
committerdglFromAtt <dgl@research.att.com>2018-04-10 00:38:23 -0400
commit6d9409c90c46577384fd9184faa1122bd727073c (patch)
tree6b3c53eaf0c731a5f7757a5aced87e59210cc1d2 /pom.xml
parent24e3448b4673674e2fbd4e55603b1b67ac052182 (diff)
Script modifications for debugging
Change-Id: Ic47b34ab1cc267e4e0a39bb4a38f993a40544c19 Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-125
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 25adb7d..6eab0f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
- <version>3.0.0-M1</version>
<executions>
<execution>
<id>enforce-no-snapshots</id>
@@ -89,7 +88,6 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
- <version>1.6.7</version>
<extensions>true</extensions>
<configuration>
<serverId>ecomp-staging</serverId>
@@ -103,7 +101,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>3.6</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
@@ -305,7 +302,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jettyVersion>9.3.7.v20160115</jettyVersion>
<eelf.version>0.0.1</eelf.version>
- <artifact.version>1.0.2</artifact.version>
+ <artifact.version>1.0.3</artifact.version>
<!-- SONAR -->
<jacoco.version>0.7.7.201606060606</jacoco.version>
<sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version>