Skip to content

Commit

Permalink
rename project from invoiced-java to invoiced
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared King committed Dec 8, 2020
1 parent c90e322 commit 1afd66a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can find detailed API documentation along with java code snippets [here](htt

[![Build Status](https://travis-ci.com/Invoiced/invoiced-java.svg?branch=master)](https://travis-ci.com/Invoiced/invoiced-java)
[![Coverage Status](https://coveralls.io/repos/github/Invoiced/invoiced-java/badge.svg?branch=master)](https://coveralls.io/github/Invoiced/invoiced-java?branch=master)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.invoiced/invoiced-java/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.invoiced/invoiced-java)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.invoiced/invoiced/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.invoiced/invoiced-java)

## Installing

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
apply plugin: 'java'
apply plugin: 'com.bmuschko.nexus'

archivesBaseName = 'invoiced-java'
archivesBaseName = 'invoiced'
group = 'com.invoiced'

task fatJar(type: Jar) {
Expand Down Expand Up @@ -69,7 +69,7 @@ jacocoTestReport {

modifyPom {
project {
name 'invoiced-java'
name 'invoiced'
description 'Official Java client library for the Invoiced API'
url 'https://github.com/Invoiced/invoiced-java'

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ include 'api'
include 'services:webservice'
*/

rootProject.name = 'invoiced-java'
rootProject.name = 'invoiced'

0 comments on commit 1afd66a

Please sign in to comment.