Skip to content

Commit

Permalink
Merge pull request #3 from DirectProjectJavaRI/develop
Browse files Browse the repository at this point in the history
Updating pom file for release.  Ready for 6.0 release.
  • Loading branch information
Greg Meyer authored Jan 25, 2019
2 parents b82bb86 + 6348303 commit 5f7caf4
Showing 1 changed file with 21 additions and 80 deletions.
101 changes: 21 additions & 80 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,21 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.nhind</groupId>
<artifactId>config-manager</artifactId>
<version>6.0-SNAPSHOT</version>
<version>6.0</version>
<packaging>jar</packaging>
<name>NHIN Direct Java configuration manager</name>
<description>NHIN Direct Java configuration manager</description>
<url>http://api.nhindirect.org/x/www/api.nhindirect.org/java/site/config/config-service-client/${project.version}</url>
<url>https://github.com/DirectProjectJavaRI/config-manager</url>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.2.RELEASE</version>
<relativePath />
</parent>
</parent>
<scm>
<url>scm:git:https://github.com/DirectProjectJavaRI/config-manager.git</url>
<connection>scm:git:https://github.com/DirectProjectJavaRI/config-manager.git</connection>
</scm>
<developers>
<developer>
<name>Greg Meyer</name>
Expand All @@ -34,7 +38,7 @@
</licenses>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring-cloud-dependencies.version>Greenwich.RC1</spring-cloud-dependencies.version>
<spring-cloud-dependencies.version>Greenwich.RELEASE</spring-cloud-dependencies.version>
</properties>
<dependencyManagement>
<dependencies>
Expand All @@ -51,40 +55,20 @@
<dependency>
<groupId>org.nhind</groupId>
<artifactId>config-service-client</artifactId>
<version>6.0-SNAPSHOT</version>
<version>6.0</version>
</dependency>
<dependency>
<groupId>org.nhind</groupId>
<artifactId>direct-common</artifactId>
<version>6.0-SNAPSHOT</version>
<version>6.0</version>
</dependency>
<dependency>
<groupId>org.nhind</groupId>
<artifactId>agent</artifactId>
<version>6.0-SNAPSHOT</version>
<version>6.0</version>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<fork>true</fork>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.0</version>
<configuration>
<tagBase>scm:hg:https://nhin-d.googlecode.com/hg/nhin-d/java/tags</tagBase>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -101,36 +85,19 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>com.atlassian.maven.plugins</groupId>
<artifactId>maven-clover2-plugin</artifactId>
<version>3.0.2</version>
<configuration>
<jdk>1.6</jdk>
<licenseLocation>${project.basedir}/../../licenses/clover.license</licenseLocation>
</configuration>
<executions>
<execution>
<phase>pre-site</phase>
<goals>
<goal>instrument</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- for releases only
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.6.1</version>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
<charset>UTF-8</charset>
<docencoding>UTF-8</docencoding>
<docfilessubdirs>true</docfilessubdirs>
<detectJavaApiLink>true</detectJavaApiLink>
<detectLinks>true</detectLinks>
<source>1.6</source>
<show>protected</show>
<source>1.8</source>
<show>public</show>
</configuration>
<executions>
<execution>
Expand All @@ -141,7 +108,8 @@
</goals>
</execution>
</executions>
</plugin>
</plugin>
<!-- for releases only
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand All @@ -163,27 +131,28 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.1</version>
<version>2.9</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.6.1</version>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
<charset>UTF-8</charset>
<docencoding>UTF-8</docencoding>
<docfilessubdirs>true</docfilessubdirs>
<detectJavaApiLink>true</detectJavaApiLink>
<detectLinks>true</detectLinks>
<source>1.6</source>
<show>protected</show>
<source>1.8</source>
<show>public</show>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<configuration>
<targetJdk>1.6</targetJdk>
<targetJdk>1.8</targetJdk>
</configuration>
</plugin>
<plugin>
Expand All @@ -194,29 +163,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId>
<configuration>
<dates>
<!-- Insert the date of the most recent release -->
<date>2007-01-01</date>
</dates>
<outputEncoding>UTF-8</outputEncoding>
<type>date</type>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>clirr-maven-plugin</artifactId>
<configuration>
<minSeverity>info</minSeverity>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>1.2</version>
<configuration>
<effort>Max</effort>
</configuration>
Expand All @@ -233,14 +182,6 @@
</tags>
</configuration>
</plugin>
<plugin>
<groupId>com.atlassian.maven.plugins</groupId>
<artifactId>maven-clover2-plugin</artifactId>
<version>3.0.2</version>
<configuration>
<licenseLocation>${project.basedir}/../../licenses/clover.license</licenseLocation>
</configuration>
</plugin>
</plugins>
</reporting>
<repositories>
Expand Down

0 comments on commit 5f7caf4

Please sign in to comment.