Skip to content

Commit d2a4320

Browse files
committed
preparing maven central release
1 parent 90eaf2e commit d2a4320

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ But it can easily replaced by any other which is better for handing your texts.
5252
### Changelog ###
5353
* Version 2.1-SNAPSHOT
5454
* included checkstyle source code conventions
55+
* groupid changed to **com.github.wumpz**, due to maven central releasing
5556
* Version 2.0
5657
* switch to maven and removed other artifacts
5758
* changed groupid to **com.github.java-diff-utils** due to different forks at github

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<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">
22
<modelVersion>4.0.0</modelVersion>
3-
<groupId>com.github.java-diff-utils</groupId>
3+
<groupId>com.github.wumpz</groupId>
44
<artifactId>diffutils</artifactId>
55
<packaging>jar</packaging>
66
<version>2.1-SNAPSHOT</version>

0 commit comments

Comments
 (0)