Skip to content

Commit

Permalink
Merge pull request #6 from DirectProjectJavaRI/develop
Browse files Browse the repository at this point in the history
Releasing 8.0.1
  • Loading branch information
Greg Meyer authored Aug 10, 2021
2 parents 7166b42 + 65274f4 commit 656f820
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.nhind</groupId>
<artifactId>config-service</artifactId>
<version>8.0.0</version>
<version>8.0.1</version>
<packaging>jar</packaging>
<name>NHIN Direct Java RI config service spring boot application</name>
<description>NHIN Direct Java RI config service spring boot application</description>
Expand Down Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>io.pivotal.spring.cloud</groupId>
<artifactId>spring-cloud-services-dependencies</artifactId>
<version>3.3.0</version>
<version>3.2.0.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -104,7 +104,7 @@
<dependency>
<groupId>org.nhind</groupId>
<artifactId>config-service-jar</artifactId>
<version>8.0.0</version>
<version>8.0.1</version>
</dependency>
<dependency>
<groupId>org.nhind</groupId>
Expand Down Expand Up @@ -218,7 +218,7 @@
</execution>
</executions>
</plugin>
<!-- for releases only
<!-- for releases only
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand All @@ -232,7 +232,7 @@
</execution>
</executions>
</plugin>
-->
-->
</plugins>
</build>
<reporting>
Expand Down

0 comments on commit 656f820

Please sign in to comment.