Skip to content

Commit

Permalink
Corrected the artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
jmnarloch committed Jun 20, 2016
1 parent 9985856 commit 2d454be
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

> A Spring Boot starter for RxJava schedulers integration
[![Build Status](https://travis-ci.org/jmnarloch/rxjava-scheduler-spring-cloud-starter.svg?branch=master)](https://travis-ci.org/jmnarloch/rxjava-scheduler-spring-cloud-starter)
[![Coverage Status](https://coveralls.io/repos/jmnarloch/rxjava-scheduler-spring-cloud-starter/badge.svg?branch=master&service=github)](https://coveralls.io/github/jmnarloch/rxjava-scheduler-spring-cloud-starter?branch=master)
[![Build Status](https://travis-ci.org/jmnarloch/rxjava-scheduler-spring-boot-starter.svg?branch=master)](https://travis-ci.org/jmnarloch/rxjava-scheduler-spring-boot-starter)
[![Coverage Status](https://coveralls.io/repos/jmnarloch/rxjava-scheduler-spring-boot-starter/badge.svg?branch=master&service=github)](https://coveralls.io/github/jmnarloch/rxjava-scheduler-spring-boot-starter?branch=master)

## Setup

Expand All @@ -12,7 +12,7 @@ Add the Spring Boot starter to your project:
```xml
<dependency>
<groupId>io.jmnarloch</groupId>
<artifactId>rxjava-scheduler-spring-cloud-starter</artifactId>
<artifactId>rxjava-scheduler-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ task wrapper(type: Wrapper) {

jar {
manifest {
attributes 'Implementation-Title': 'rxjava-scheduler-spring-cloud-starter',
attributes 'Implementation-Title': 'rxjava-scheduler-spring-boot-starter',
'Implementation-Version': version
}
}
Expand Down
10 changes: 5 additions & 5 deletions gradle/release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ uploadArchives {
}

pom.project {
name 'rxjava-scheduler-spring-cloud-starter'
name 'rxjava-scheduler-spring-boot-starter'
packaging 'jar'
description 'Spring Boot Netflix RxJava Declarative Schedulers'
url 'https://github.com/jmnarloch/rxjava-scheduler-spring-cloud-starter'
url 'https://github.com/jmnarloch/rxjava-scheduler-spring-boot-starter'

scm {
connection 'scm:git:https://github.com/jmnarloch/rxjava-scheduler-spring-cloud-starter.git'
developerConnection 'scm:git:https://github.com/jmnarloch/rxjava-scheduler-spring-cloud-starter.git'
url 'https://github.com/jmnarloch/rxjava-scheduler-spring-cloud-starter.git'
connection 'scm:git:https://github.com/jmnarloch/rxjava-scheduler-spring-boot-starter.git'
developerConnection 'scm:git:https://github.com/jmnarloch/rxjava-scheduler-spring-boot-starter.git'
url 'https://github.com/jmnarloch/rxjava-scheduler-spring-boot-starter.git'
}

licenses {
Expand Down

0 comments on commit 2d454be

Please sign in to comment.