Skip to content

Commit

Permalink
Renamed the artifact name - fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmnarloch committed Aug 13, 2015
1 parent 24e6b6c commit 993c06c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> A Spring Boot starter that will help you configure [ModelMapper](http://modelmapper.org) within the application context.
[![Build Status](https://travis-ci.org/jmnarloch/spring-boot-starter-modelmapper.svg?branch=master)](https://travis-ci.org/jmnarloch/spring-boot-starter-modelmapper)
[![Build Status](https://travis-ci.org/jmnarloch/modelmapper-spring-boot-starter.svg?branch=master)](https://travis-ci.org/jmnarloch/modelmapper-spring-boot-starter)

## Features

Expand All @@ -15,7 +15,7 @@ In order to add ModelMapper to your project simply add this dependency to your c
```xml
<dependency>
<groupId>com.github.jmnarloch</groupId>
<artifactId>spring-boot-starter-modelmapper</artifactId>
<artifactId>modelmapper-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 @@ -17,7 +17,7 @@ apply plugin: 'pmd'
sourceCompatibility = 1.7

group = "com.github.jmnarloch"
archivesBaseName="spring-boot-starter-modelmapper"
archivesBaseName="modelmapper-spring-boot-starter"

ext {
isReleaseVersion = !version.endsWith("SNAPSHOT")
Expand Down
8 changes: 4 additions & 4 deletions gradle/release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ uploadArchives {
name 'Spring Boot Starter ModelMapper'
packaging 'jar'
description 'Spring Boot starter for ModelMapper'
url 'https://github.com/jmnarloch/spring-boot-starter-modelmapper'
url 'https://github.com/jmnarloch/modelmapper-spring-boot-starter'

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

licenses {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/spring.provides
Original file line number Diff line number Diff line change
@@ -1 +1 @@
provides: spring-boot-starter-modelmapper,modelmapper
provides: modelmapper-spring-boot-starter,modelmapper

0 comments on commit 993c06c

Please sign in to comment.