Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
update skeleton docs maven version
Browse files Browse the repository at this point in the history
  • Loading branch information
rouzwawi committed Apr 3, 2016
1 parent e2813e1 commit a0ee4e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apollo-entity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ See [`EntityTest`][2] for a complete list of route options and tests.

[1]: src/main/java/com/spotify/apollo/entity/EntityMiddleware.java
[2]: src/test/java/com/spotify/apollo/entity/EntityTest.java
[project skeleton]: https://github.com/spotify/apollo/tree/master/apollo-http-service#minimal-project-skeleton
[project skeleton]: https://github.com/spotify/apollo/tree/master/apollo-http-service#maven
6 changes: 5 additions & 1 deletion apollo-http-service/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Apollo HTTP Service
===================

[![Maven Central](https://img.shields.io/maven-central/v/com.spotify/apollo-parent.svg)](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.spotify%22%20apollo*)

The `apollo-http-service` library is a small bundle of Apollo modules. It incorporates both
[apollo-api](../apollo-api) and [apollo-core](../apollo-core) and ties them together with the
[jetty-http-server](../modules/jetty-http-server) and the [okhttp-client](../modules/okhttp-client)
Expand Down Expand Up @@ -82,6 +84,8 @@ http.server.port = ${?HTTP_PORT}

For more information on how to manage configuration, see [Apollo Core](../apollo-core) and the [Typesafe Config](https://github.com/typesafehub/config) documentation.

### Maven

`./pom.xml`
```xml
<project>
Expand All @@ -101,7 +105,7 @@ For more information on how to manage configuration, see [Apollo Core](../apollo
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-bom</artifactId>
<version>1.0.0</version>
<version>1.0.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit a0ee4e8

Please sign in to comment.