Skip to content

Commit

Permalink
Explicit artifacts not needed, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Jul 21, 2021
1 parent 8b1513a commit ef55898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ try {
}
```

Detailed documentation can be found in the [JavaDoc](http://www.javadoc.io/doc/ch.poole/OpeningHoursParser/0.23.4).
Detailed documentation can be found in the [JavaDoc](http://www.javadoc.io/doc/ch.poole/OpeningHoursParser/0.24.0).


## Including in your project
Expand All @@ -64,7 +64,7 @@ repositories {

``` groovy
dependencies {
compile "ch.poole:OpeningHoursParser:0.23.4"
compile "ch.poole:OpeningHoursParser:0.24.0"
}
```

Expand Down
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,6 @@ publishing {
Release(MavenPublication) {
groupId 'ch.poole'
artifactId 'OpeningHoursParser'
artifact jar
artifact sourcesJar
artifact javadocJar
from components.java
pom {
name = artifactId
Expand Down

0 comments on commit ef55898

Please sign in to comment.