|
1 | 1 | <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"> |
2 | 2 | <modelVersion>4.0.0</modelVersion> |
3 | | - <groupId>com.github.wumpz</groupId> |
| 3 | + <groupId>com.github.ktsour</groupId> |
4 | 4 | <artifactId>diffutils</artifactId> |
5 | 5 | <packaging>jar</packaging> |
6 | 6 | <version>2.3-SNAPSHOT</version> |
7 | 7 | <name>java-diff-utils</name> |
8 | 8 | <description>The DiffUtils library for computing diffs, applying patches, generationg side-by-side view in Java.</description> |
9 | | - <url>https://github.com/wumpz/java-diff-utils</url> |
| 9 | + <url>https://github.com/ktsour/java-diff-utils</url> |
10 | 10 | <inceptionYear>2009</inceptionYear> |
11 | 11 |
|
12 | 12 | <distributionManagement> |
|
21 | 21 | </distributionManagement> |
22 | 22 |
|
23 | 23 | <scm> |
24 | | - <connection>scm:git:https://github.com/wumpz/java-diff-utils.git</connection> |
25 | | - <developerConnection>scm:git:ssh://git@github.com:wumpz/java-diff-utils.git</developerConnection> |
26 | | - <url>https://github.com/wumpz/java-diff-utils.git</url> |
| 24 | + <connection>scm:git:https://github.com/ktsour/java-diff-utils.git</connection> |
| 25 | + <developerConnection>scm:git:ssh://git@github.com:ktsour/java-diff-utils.git</developerConnection> |
| 26 | + <url>https://github.com/ktsour/java-diff-utils.git</url> |
27 | 27 | <tag>HEAD</tag> |
28 | 28 | </scm> |
29 | 29 |
|
30 | 30 | <issueManagement> |
31 | 31 | <system>GitHub Issues</system> |
32 | | - <url>https://github.com/wumpz/java-diff-utils/issues</url> |
| 32 | + <url>https://github.com/ktsour/java-diff-utils/issues</url> |
33 | 33 | </issueManagement> |
34 | 34 |
|
35 | 35 | <organization> |
|
131 | 131 | <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile> |
132 | 132 | <manifestEntries> |
133 | 133 | <!-- identical to OSGI name --> |
134 | | - <Automatic-Module-Name>com.github.wumpz.diffutils</Automatic-Module-Name> |
| 134 | + <Automatic-Module-Name>com.github.ktsour.diffutils</Automatic-Module-Name> |
135 | 135 | </manifestEntries> |
136 | 136 | </archive> |
137 | 137 | </configuration> |
|
0 commit comments