Skip to content

Commit 938fa22

Browse files
Merge pull request #71 from gemelen/ci/update-readme
Ci/update readme
2 parents 5508eaf + 538fb3e commit 938fa22

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# sbt pom reader plugin
22

3-
[![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)
4-
5-
[![Build Status](https://travis-ci.org/sbt/sbt-pom-reader.svg?branch=master)](https://travis-ci.org/sbt/sbt-pom-reader)
3+
[![Build Status](https://github.com/sbt/sbt-pom-reader/actions/workflows/ci.yml/badge.svg)](https://github.com/sbt/sbt-pom-reader/actions)
4+
[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/sbt/sbt-pom-reader)](https://github.com/sbt/sbt-pom-reader/tags)
65

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

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

3837
`project/build.properties`:
3938

40-
sbt.version=0.13.8
39+
sbt.version=1.5.5
4140

4241
`project/build.scala`:
4342

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

4746
`project/plugins.sbt`:
4847

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

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

5651
## Configuring projects
5752

0 commit comments

Comments
 (0)