Skip to content

Commit

Permalink
Updates policy files from SBT [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
47degdev committed Sep 18, 2017
1 parent 324dd72 commit 3d1c2f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 33 deletions.
30 changes: 0 additions & 30 deletions AUTHORS.md
Expand Up @@ -9,33 +9,3 @@ The maintainers of the project are:
## Contributors

These are the people that have contributed to the sbt-microsites project:

* [AntonioMateoGomez](https://github.com/AntonioMateoGomez)
* A. Alonso Dominguez <[alonsodomin](https://github.com/alonsodomin)>
* Adrián Ramírez Fornell <[AdrianRaFo](https://github.com/AdrianRaFo)>
* Ana Mª Marquez <[anamariamv](https://github.com/anamariamv)>
* Antonio Jiménez <[Antoniojimenez47](https://github.com/Antoniojimenez47)>
* Domingo Valera <[dominv](https://github.com/dominv)>
* Fede Fernández <[fedefernandez](https://github.com/fedefernandez)>
* Frank S. Thomas <[fthomas](https://github.com/fthomas)>
* Ian McIntosh <[cranst0n](https://github.com/cranst0n)>
* Israel Pérez <[israelperezglez](https://github.com/israelperezglez)>
* Javi Pacheco <[javipacheco](https://github.com/javipacheco)>
* Javier de Silóniz Sandino <[jdesiloniz](https://github.com/jdesiloniz)>
* Jonas Fonseca <[jonas](https://github.com/jonas)>
* Jorge <[jvican](https://github.com/jvican)>
* Juan Pedro Moreno <[juanpedromoreno](https://github.com/juanpedromoreno)>
* Julien Truffaut <[julien-truffaut](https://github.com/julien-truffaut)>
* Maureen Elsberry <[MaureenElsberry](https://github.com/MaureenElsberry)>
* Noel Markham <[noelmarkham](https://github.com/noelmarkham)>
* Pepe García <[pepegar](https://github.com/pepegar)>
* Rafa Paradela <[rafaparadela](https://github.com/rafaparadela)>
* Raúl Raja Martínez <[raulraja](https://github.com/raulraja)>
* Sam Ritchie <[sritchie](https://github.com/sritchie)>
* Simeon H.K. Fitch <[metasim](https://github.com/metasim)>
* Suhas Gaddam <[suhasgaddam](https://github.com/suhasgaddam)>
* Taro L. Saito <[xerial](https://github.com/xerial)>
* The Gitter Badger <[gitter-badger](https://github.com/gitter-badger)>
* Travis Brown <[travisbrown](https://github.com/travisbrown)>
* Viktor Lövgren <[vlovgr](https://github.com/vlovgr)>
* kenji yoshida <[xuwei-k](https://github.com/xuwei-k)>
4 changes: 2 additions & 2 deletions README.md
@@ -1,7 +1,7 @@

[comment]: # (Start Badges)

[![Build Status](https://travis-ci.org/47deg/sbt-microsites.svg?branch=master)](https://travis-ci.org/47deg/sbt-microsites) [![Maven Central](https://img.shields.io/badge/maven%20central-0.6.3-green.svg)](https://repo1.maven.org/maven2/com/47deg/sbt-microsites_2.10_0.13) [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/47deg/sbt-microsites/master/LICENSE) [![Join the chat at https://gitter.im/47deg/sbt-microsites](https://badges.gitter.im/47deg/sbt-microsites.svg)](https://gitter.im/47deg/sbt-microsites?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GitHub Issues](https://img.shields.io/github/issues/47deg/sbt-microsites.svg)](https://github.com/47deg/sbt-microsites/issues)
[![Build Status](https://travis-ci.org/47deg/sbt-microsites.svg?branch=master)](https://travis-ci.org/47deg/sbt-microsites) [![Maven Central](https://img.shields.io/badge/maven%20central-0.7.0-green.svg)](https://repo1.maven.org/maven2/com/47deg/sbt-microsites_2.12_1.0) [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/47deg/sbt-microsites/master/LICENSE) [![Join the chat at https://gitter.im/47deg/sbt-microsites](https://badges.gitter.im/47deg/sbt-microsites.svg)](https://gitter.im/47deg/sbt-microsites?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GitHub Issues](https://img.shields.io/github/issues/47deg/sbt-microsites.svg)](https://github.com/47deg/sbt-microsites/issues)

[comment]: # (End Badges)

Expand All @@ -24,7 +24,7 @@ To Begin, add the following lines to the `project/plugins.sbt` file within your
[comment]: # (Start Replace)

```
addSbtPlugin("com.47deg" % "sbt-microsites" % "0.6.3")
addSbtPlugin("com.47deg" % "sbt-microsites" % "0.7.0")
```

[comment]: # (End Replace)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/tut/docs/index.md
Expand Up @@ -54,7 +54,7 @@ Latest release:
[comment]: # (Start Replace)

```bash
addSbtPlugin("com.47deg" % "sbt-microsites" % "0.6.3")
addSbtPlugin("com.47deg" % "sbt-microsites" % "0.7.0")
```

[comment]: # (End Replace)
Expand Down

0 comments on commit 3d1c2f8

Please sign in to comment.