Skip to content

Commit

Permalink
Release v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jdubois committed Jun 23, 2017
1 parent 1f1897c commit 959b2c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jhipster-registry",
"version": "3.0.2",
"version": "3.0.3",
"description": "JHipster service registry, made with Netflix Eureka and Spring Cloud Config",
"private": true,
"cacheDirectories": [
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>io.github.jhipster.registry</groupId>
<artifactId>jhipster-registry</artifactId>
<version>3.0.2</version>
<version>3.0.3</version>
<packaging>war</packaging>
<name>JHipster Registry</name>
<description>JHipster service registry, made with Netflix Eureka and Spring Cloud Config</description>
Expand All @@ -29,7 +29,7 @@
<frontend-maven-plugin.version>1.3</frontend-maven-plugin.version>
<jacoco-maven-plugin.version>0.7.9</jacoco-maven-plugin.version>
<java.version>1.8</java.version>
<jhipster.server.version>1.1.2</jhipster.server.version>
<jhipster.server.version>1.1.7</jhipster.server.version>
<jjwt.version>0.7.0</jjwt.version>
<logstash-logback-encoder.version>4.9</logstash-logback-encoder.version>
<lz4.version>1.3.0</lz4.version>
Expand Down

0 comments on commit 959b2c6

Please sign in to comment.