|
1 | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
2 | 2 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | | - <groupId>org.simpleframework</groupId> |
| 4 | + <groupId>com.subshell.simpleframework</groupId> |
5 | 5 | <artifactId>simple-xml</artifactId> |
6 | 6 | <packaging>jar</packaging> |
7 | 7 | <version>2.8.0-SNAPSHOT</version> |
|
16 | 16 | </license> |
17 | 17 | </licenses> |
18 | 18 | <scm> |
19 | | - <url>http://simple.svn.sourceforge.net/viewvc/simple/tags/simple-xml-2.7.1</url> |
20 | | - <developerConnection>scm:svn:https://simple.svn.sourceforge.net/svnroot/simple/tags/simple-xml-2.7.1</developerConnection> |
21 | | - <connection>scm:svn:https://simple.svn.sourceforge.net/svnroot/simple/tags/simple-xml-2.7.1</connection> |
| 19 | + <url>https://github.com/subshell/simplexml</url> |
| 20 | + <connection>scm:git:https://github.com/subshell/simplexml.git</connection> |
| 21 | + < developerConnection>scm:git:ssh:// [email protected]:subshell/simplexml.git</ developerConnection> |
| 22 | + <tag>HEAD</tag> |
22 | 23 | </scm> |
23 | 24 | <developers> |
24 | 25 | <developer> |
25 | 26 | <id>niallg</id> |
26 | 27 | <name>Niall Gallagher</name> |
27 | 28 | |
28 | 29 | </developer> |
| 30 | + <developer> |
| 31 | + <id>teetrinkers</id> |
| 32 | + <name>Jens Theeß</name> |
| 33 | + <url>https://github.com/teetrinkers</url> |
| 34 | + </developer> |
29 | 35 | </developers> |
30 | 36 | <properties> |
31 | 37 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
32 | 38 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
33 | 39 | <file.encoding>UTF-8</file.encoding> |
34 | 40 | </properties> |
| 41 | + <distributionManagement> |
| 42 | + <repository> |
| 43 | + <id>artifactory.int.releases</id> |
| 44 | + <url>http://artifactory.subshell.com/artifactory/libs-release</url> |
| 45 | + </repository> |
| 46 | + <snapshotRepository> |
| 47 | + <id>artifactory.int.snapshots</id> |
| 48 | + <url>http://artifactory.subshell.com/artifactory/libs-snapshot</url> |
| 49 | + </snapshotRepository> |
| 50 | + </distributionManagement> |
35 | 51 | <dependencies> |
36 | 52 | <dependency> |
37 | 53 | <groupId>junit</groupId> |
|
0 commit comments