Skip to content

Commit

Permalink
LightAdmin 1.2.0.RC1 published to Maven Central
Browse files Browse the repository at this point in the history
- Using Spring Platform 1.1.2.RELEASE for LA dependency management
- Upgrading LA to be used with Spring Boot 1.2.3.RELEASE
- Upgrading lightadmin-springboot application to use Spring Boot 1.2.3.RELEASE and the latest LA
  • Loading branch information
max-dev committed Jun 20, 2015
1 parent d3bf1a6 commit b26c4f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Declare maven dependency for using with Spring 4.0.X directly from Maven Central
<dependency>
<groupId>org.lightadmin</groupId>
<artifactId>lightadmin</artifactId>
<version>1.0.1.RELEASE</version>
<version>1.2.0.RC1</version>
</dependency>
```

Expand All @@ -76,7 +76,7 @@ or
<dependency>
<groupId>org.lightadmin</groupId>
<artifactId>lightadmin</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>1.2.0.BUILD-SNAPSHOT</version>
</dependency>
```

Expand Down

0 comments on commit b26c4f8

Please sign in to comment.