preparing maven central release

This commit is contained in:
wumpz
2017-11-09 12:30:47 +01:00
parent 90eaf2e134
commit d2a432059d
2 changed files with 2 additions and 1 deletions

View File

@@ -52,6 +52,7 @@ But it can easily replaced by any other which is better for handing your texts.
### Changelog ###
* Version 2.1-SNAPSHOT
* included checkstyle source code conventions
* groupid changed to **com.github.wumpz**, due to maven central releasing
* Version 2.0
* switch to maven and removed other artifacts
* changed groupid to **com.github.java-diff-utils** due to different forks at github

View File

@@ -1,6 +1,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.java-diff-utils</groupId>
<groupId>com.github.wumpz</groupId>
<artifactId>diffutils</artifactId>
<packaging>jar</packaging>
<version>2.1-SNAPSHOT</version>