Skip to content

Commit

Permalink
Prepare release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VanRoy committed Jun 24, 2016
1 parent 33e79c9 commit f9fe212
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ spring-cloud-dashboard
================================

This application provides a simple GUI to administrate Spring Cloud applications infrastructure.
It's a fork of [Spring Boot Admin](https://github.com/codecentric/spring-boot-admin) to manage applications registered in service registry (like Eureka).
It's a fork of [Spring Boot Admin](https://github.com/codecentric/spring-boot-admin) to manage applications registered in service registry (Netflix Eureka and AWS Beanstalk).

At the moment it provides the following features for every registered application (most of then inherited of spring-boot-admin).

Expand All @@ -29,7 +29,7 @@ Add the following dependency to your pom.xml after you have build this project l
<dependency>
<groupId>com.github.vanroy</groupId>
<artifactId>spring-cloud-dashboard</artifactId>
<version>1.0.0.RELEASE</version>
<version>1.1.0.RELEASE</version>
</dependency>
```

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>com.github.vanroy</groupId>
<artifactId>spring-cloud-dashboard</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0.RELEASE</version>
<name>Spring Cloud Dashboard</name>
<description>Spring Cloud Dashboard</description>
<url>https://github.com/vanroy/spring-cloud-dashboard</url>
Expand Down Expand Up @@ -63,7 +63,7 @@
<version.plugin.maven-source-plugin>2.1.2</version.plugin.maven-source-plugin>
<version.plugin.maven-javadoc-plugin>2.7</version.plugin.maven-javadoc-plugin>
<version.plugin.maven-release-plugin>2.5</version.plugin.maven-release-plugin>
<version.plugin.nexus-staging-maven-plugin>1.6.2</version.plugin.nexus-staging-maven-plugin>
<version.plugin.nexus-staging-maven-plugin>1.6.7</version.plugin.nexus-staging-maven-plugin>
<version.plugin.maven-gpg-plugin>1.6</version.plugin.maven-gpg-plugin>
<version.plugin.aspectj-maven-plugin>1.8</version.plugin.aspectj-maven-plugin>
<!-- Source encoding -->
Expand Down

0 comments on commit f9fe212

Please sign in to comment.