Skip to content

Commit

Permalink
Merge pull request #71 from gemelen/ci/update-readme
Browse files Browse the repository at this point in the history
Ci/update readme
  • Loading branch information
blast-hardcheese authored Sep 28, 2021
2 parents 5508eaf + 538fb3e commit 938fa22
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# sbt pom reader plugin

[![Join the chat at https://gitter.im/sbt/sbt-pom-reader](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/sbt/sbt-pom-reader?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

[![Build Status](https://travis-ci.org/sbt/sbt-pom-reader.svg?branch=master)](https://travis-ci.org/sbt/sbt-pom-reader)
[![Build Status](https://github.com/sbt/sbt-pom-reader/actions/workflows/ci.yml/badge.svg)](https://github.com/sbt/sbt-pom-reader/actions)
[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/sbt/sbt-pom-reader)](https://github.com/sbt/sbt-pom-reader/tags)

This project aims to read Maven `pom.xml` files and configure a basic sbt project appropriately. We have limited aims:

Expand Down Expand Up @@ -37,7 +36,7 @@ Each of the files should have the following contents.

`project/build.properties`:

sbt.version=0.13.8
sbt.version=1.5.5

`project/build.scala`:

Expand All @@ -46,12 +45,8 @@ Each of the files should have the following contents.

`project/plugins.sbt`:

addSbtPlugin("com.typesafe.sbt" % "sbt-pom-reader" % "2.0.0")

Note: Release candidate `2.1.0-RC2` is available, providing updates to the Maven/Wagon/Aether library versions. (Testing and bug reporting is appreciated!)
addSbtPlugin("com.typesafe.sbt" % "sbt-pom-reader" % "x.y.z")

addSbtPlugin("com.typesafe.sbt" % "sbt-pom-reader" % "2.1.0-RC2")

## Configuring projects

Expand Down

0 comments on commit 938fa22

Please # to comment.