Skip to content

Commit c06d61d

Browse files
committed
Use subshell coordinates and distribution.
1 parent eaf9ee1 commit c06d61d

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

pom.xml

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>org.simpleframework</groupId>
4+
<groupId>com.subshell.simpleframework</groupId>
55
<artifactId>simple-xml</artifactId>
66
<packaging>jar</packaging>
77
<version>2.8.0-SNAPSHOT</version>
@@ -16,22 +16,38 @@
1616
</license>
1717
</licenses>
1818
<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>
2223
</scm>
2324
<developers>
2425
<developer>
2526
<id>niallg</id>
2627
<name>Niall Gallagher</name>
2728
<email>[email protected]</email>
2829
</developer>
30+
<developer>
31+
<id>teetrinkers</id>
32+
<name>Jens Theeß</name>
33+
<url>https://github.com/teetrinkers</url>
34+
</developer>
2935
</developers>
3036
<properties>
3137
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3238
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
3339
<file.encoding>UTF-8</file.encoding>
3440
</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>
3551
<dependencies>
3652
<dependency>
3753
<groupId>junit</groupId>

0 commit comments

Comments
 (0)