Skip to content

Commit

Permalink
Update POM file to SemVer4k.
Browse files Browse the repository at this point in the history
  • Loading branch information
erksch committed May 28, 2021
1 parent b47bfb7 commit 9ab4a24
Show file tree
Hide file tree
Showing 2 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
@@ -1,10 +1,10 @@
# Semver4j
# Semver4k

[![Build Status](https://travis-ci.org/vdurmont/semver4j.svg?branch=master)](https://travis-ci.org/vdurmont/semver4j)
[![Coverage Status](https://coveralls.io/repos/vdurmont/semver4j/badge.svg?branch=master&service=github)](https://coveralls.io/github/vdurmont/semver4j?branch=master)
[![License Info](http://img.shields.io/badge/license-The%20MIT%20License-brightgreen.svg)](https://github.com/vdurmont/semver4j/blob/master/LICENSE.md)

**Semver4j** is a lightweight Java library that helps you handling versions. It follows the rules of the [semantic versioning](http://semver.org) specification and provides several versioning modes: strict, NPM, CocoaPods...
**Semver4k** is a lightweight Java library that helps you handling versions. It follows the rules of the [semantic versioning](http://semver.org) specification and provides several versioning modes: strict, NPM, CocoaPods...

## Installation

Expand All @@ -15,7 +15,7 @@ Add the dependency to your project:
```xml
<dependency>
<groupId>com.vdurmont</groupId>
<artifactId>semver4j</artifactId>
<artifactId>semver4k</artifactId>
<version>3.1.0</version>
</dependency>
```
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.vdurmont</groupId>
<artifactId>semver4j</artifactId>
<artifactId>semver4k</artifactId>
<version>3.1.0</version>
<packaging>jar</packaging>

<name>semver4j</name>
<url>https://github.com/vdurmont/semver4j</url>
<name>semver4k</name>
<url>https://github.com/erksch/semver4k</url>
<description>Semantic versioning for Java apps.</description>

<scm>
<connection>scm:git:[email protected]:vdurmont/semver4j.git</connection>
<developerConnection>scm:git:[email protected]:vdurmont/semver4j.git</developerConnection>
<url>[email protected]:vdurmont/semver4j.git</url>
<connection>scm:git:[email protected]:erksch/semver4k.git</connection>
<developerConnection>scm:git:[email protected]:erksch/semver4k.git</developerConnection>
<url>[email protected]:erksch/semver4k.git</url>
</scm>

<developers>
Expand Down

0 comments on commit 9ab4a24

Please sign in to comment.