Skip to content

Commit

Permalink
#11 Rename pom, readme and artifactory settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
janfockaert committed Jun 28, 2017
1 parent 54317da commit b9b12d1
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 34 deletions.
14 changes: 7 additions & 7 deletions README.md
@@ -1,7 +1,7 @@
[![Build Status](https://api.travis-ci.org/merapar/spring-boot-starter-graphql.svg?branch=master)](https://travis-ci.org/merapar/spring-boot-starter-graphql)
[![Code coverage](https://codecov.io/gh/merapar/spring-boot-starter-graphql/branch/master/graph/badge.svg)](https://codecov.io/gh/merapar/spring-boot-starter-graphql)
[![Latest Release](https://maven-badges.herokuapp.com/maven-central/com.merapar/spring-boot-starter-graphql/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.merapar/spring-boot-starter-graphql/)
[![Dev version](https://api.bintray.com/packages/merapar/maven/spring-boot-starter-graphql/images/download.svg)](https://bintray.com/merapar/maven/spring-boot-starter-graphql/_latestVersion)
[![Build Status](https://api.travis-ci.org/merapar/graphql-spring-boot-starter.svg?branch=master)](https://travis-ci.org/merapar/graphql-spring-boot-starter)
[![Code coverage](https://codecov.io/gh/merapar/graphql-spring-boot-starter/branch/master/graph/badge.svg)](https://codecov.io/gh/merapar/graphql-spring-boot-starter)
[![Latest Release](https://maven-badges.herokuapp.com/maven-central/com.merapar/graphql-spring-boot-starter/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.merapar/graphql-spring-boot-starter/)
[![Dev version](https://api.bintray.com/packages/merapar/maven/graphql-spring-boot-starter/images/download.svg)](https://bintray.com/merapar/maven/graphql-spring-boot-starter/_latestVersion)

# Spring boot starter GraphQL

Expand Down Expand Up @@ -98,7 +98,7 @@ Dependency:
```xml
<dependency>
<groupId>com.merapar</groupId>
<artifactId>spring-boot-starter-graphql</artifactId>
<artifactId>graphql-spring-boot-starter</artifactId>
<version>1.0.1</version>
</dependency>

Expand All @@ -123,7 +123,7 @@ Dependency:
```xml
<dependency>
<groupId>com.merapar</groupId>
<artifactId>spring-boot-starter-graphql</artifactId>
<artifactId>graphql-spring-boot-starter</artifactId>
<version>1.0.2-alpha</version>
</dependency>

Expand All @@ -132,7 +132,7 @@ Dependency:

### Versioning

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/merapar/spring-boot-starter-graphql/tags).
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/merapar/graphql-spring-boot-starter/tags).


### Code of Conduct
Expand Down
14 changes: 7 additions & 7 deletions graphql-core/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.merapar</groupId>
<artifactId>spring-boot-starter-graphql</artifactId>
<artifactId>graphql-spring-boot-starter</artifactId>
<version>1.0.2-alpha</version>
<packaging>jar</packaging>

Expand All @@ -13,15 +13,15 @@
<version>1.4.3.RELEASE</version>
</parent>

<name>spring-boot-starter-graphql</name>
<name>graphql-spring-boot-starter</name>
<description>This is a Spring boot starter project for the GraphQL Java project.</description>
<url>https://github.com/merapar/spring-boot-starter-graphql</url>
<url>https://github.com/merapar/graphql-spring-boot-starter</url>
<inceptionYear>2016</inceptionYear>

<licenses>
<license>
<name>MIT</name>
<url>https://github.com/merapar/spring-boot-starter-graphql/blob/master/LICENSE.md</url>
<url>https://github.com/merapar/graphql-spring-boot-starter/blob/master/LICENSE.md</url>
<distribution>repo</distribution>
</license>
</licenses>
Expand All @@ -36,9 +36,9 @@
</developers>

<scm>
<connection>scm:git:git://github.com/merapar/spring-boot-starter-graphql.git</connection>
<developerConnection>scm:git:ssh://github.com:merapar/spring-boot-starter-graphql.git</developerConnection>
<url>http://github.com/merapar/spring-boot-starter-graphql/tree/master</url>
<connection>scm:git:git://github.com/merapar/graphql-spring-boot-starter.git</connection>
<developerConnection>scm:git:ssh://github.com:merapar/graphql-spring-boot-starter.git</developerConnection>
<url>http://github.com/merapar/graphql-spring-boot-starter/tree/master</url>
</scm>

<properties>
Expand Down
16 changes: 8 additions & 8 deletions graphql-sample/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.merapar</groupId>
<artifactId>spring-boot-starter-graphql-sample</artifactId>
<artifactId>graphql-spring-boot-starter-sample</artifactId>
<version>1.0.2-alpha</version>
<packaging>jar</packaging>

Expand All @@ -13,15 +13,15 @@
<version>1.4.3.RELEASE</version>
</parent>

<name>spring-boot-starter-graphql-sample</name>
<name>graphql-spring-boot-starter-sample</name>
<description>This is a sample project for the Spring boot starter GraphQL project.</description>
<url>https://github.com/merapar/spring-boot-starter-graphql</url>
<url>https://github.com/merapar/graphql-spring-boot-starter</url>
<inceptionYear>2016</inceptionYear>

<licenses>
<license>
<name>MIT</name>
<url>https://github.com/merapar/spring-boot-starter-graphql/blob/master/LICENSE.md</url>
<url>https://github.com/merapar/graphql-spring-boot-starter/blob/master/LICENSE.md</url>
<distribution>repo</distribution>
</license>
</licenses>
Expand All @@ -36,9 +36,9 @@
</developers>

<scm>
<connection>scm:git:git://github.com/merapar/spring-boot-starter-graphql.git</connection>
<developerConnection>scm:git:ssh://github.com:merapar/spring-boot-starter-graphql.git</developerConnection>
<url>http://github.com/merapar/spring-boot-starter-graphql/tree/master</url>
<connection>scm:git:git://github.com/merapar/graphql-spring-boot-starter.git</connection>
<developerConnection>scm:git:ssh://github.com:merapar/graphql-spring-boot-starter.git</developerConnection>
<url>http://github.com/merapar/graphql-spring-boot-starter/tree/master</url>
</scm>

<properties>
Expand All @@ -51,7 +51,7 @@
<!-- Own -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-boot-starter-graphql</artifactId>
<artifactId>graphql-spring-boot-starter</artifactId>
<version>${project.version}</version>
</dependency>

Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.merapar</groupId>
<artifactId>spring-boot-starter-graphql-parent</artifactId>
<artifactId>graphql-spring-boot-starter-parent</artifactId>
<version>1.0.2-alpha</version>
<packaging>pom</packaging>

Expand All @@ -13,15 +13,15 @@
<version>1.4.3.RELEASE</version>
</parent>

<name>spring-boot-starter-graphql-parent</name>
<name>graphql-spring-boot-starter-parent</name>
<description>This is a Spring boot starter project for the GraphQL Java project.</description>
<url>https://github.com/merapar/spring-boot-starter-graphql</url>
<url>https://github.com/merapar/graphql-spring-boot-starter</url>
<inceptionYear>2016</inceptionYear>

<licenses>
<license>
<name>MIT</name>
<url>https://github.com/merapar/spring-boot-starter-graphql/blob/master/LICENSE.md</url>
<url>https://github.com/merapar/graphql-spring-boot-starter/blob/master/LICENSE.md</url>
<distribution>repo</distribution>
</license>
</licenses>
Expand All @@ -36,9 +36,9 @@
</developers>

<scm>
<connection>scm:git:git://github.com/merapar/spring-boot-starter-graphql.git</connection>
<developerConnection>scm:git:ssh://github.com:merapar/spring-boot-starter-graphql.git</developerConnection>
<url>http://github.com/merapar/spring-boot-starter-graphql/tree/master</url>
<connection>scm:git:git://github.com/merapar/graphql-spring-boot-starter.git</connection>
<developerConnection>scm:git:ssh://github.com:merapar/graphql-spring-boot-starter.git</developerConnection>
<url>http://github.com/merapar/graphql-spring-boot-starter/tree/master</url>
</scm>

<properties>
Expand Down
10 changes: 5 additions & 5 deletions src/main/bin/bintray.json
@@ -1,11 +1,11 @@
{
"package": {
"name": "spring-boot-starter-graphql",
"name": "graphql-spring-boot-starter",
"repo": "maven",
"subject": "merapar",
"website_url": "https://www.merapartechnologies.com",
"issue_tracker_url": "https://github.com/merapar/spring-boot-starter-graphql/issues",
"vcs_url": "https://github.com/merapar/spring-boot-starter-graphql",
"issue_tracker_url": "https://github.com/merapar/graphql-spring-boot-starter/issues",
"vcs_url": "https://github.com/merapar/graphql-spring-boot-starter",
"licenses": ["MIT"],
"public_download_numbers": false,
"public_stats": false
Expand All @@ -16,8 +16,8 @@
},
"files":
[
{"includePattern": "graphql-core/target/(.*.jar)", "uploadPattern": "com/merapar/spring-boot-starter-graphql/@project.version@/$1", "matrixParams": { "override": 1 }},
{"includePattern": "graphql-core/pom.xml", "uploadPattern": "com/merapar/spring-boot-starter-graphql/@project.version@/spring-boot-starter-graphql-@project.version@.pom", "matrixParams": { "override": 1 }}
{"includePattern": "graphql-core/target/(.*.jar)", "uploadPattern": "com/merapar/graphql-spring-boot-starter/@project.version@/$1", "matrixParams": { "override": 1 }},
{"includePattern": "graphql-core/pom.xml", "uploadPattern": "com/merapar/graphql-spring-boot-starter/@project.version@/graphql-spring-boot-starter-@project.version@.pom", "matrixParams": { "override": 1 }}
],
"publish": true
}

0 comments on commit b9b12d1

Please sign in to comment.