|
3 | 3 | <groupId>com.github.lookfirst</groupId> |
4 | 4 | <artifactId>sardine</artifactId> |
5 | 5 | <packaging>jar</packaging> |
6 | | - <version>5.14-FOC2-SNAPSHOT</version> |
| 6 | + <version>5.14-SNAPSHOT</version> |
7 | 7 | <description>An easy to use WebDAV client for Java</description> |
8 | 8 | <name>Sardine WebDAV client</name> |
9 | 9 | <url>https://github.com/lookfirst/sardine</url> |
|
14 | 14 | </license> |
15 | 15 | </licenses> |
16 | 16 | <scm> |
17 | | - <connection>scm:git:git@github.com:FOCONIS/sardine.git</connection> |
18 | | - <developerConnection>scm:git:git@github.com:FOCONIS/sardine.git</developerConnection> |
19 | | - <url>git@github.com:FOCONIS/sardine.git</url> |
| 17 | + <connection>scm:git:git@github.com:lookfirst/sardine.git</connection> |
| 18 | + <developerConnection>scm:git:git@github.com:lookfirst/sardine.git</developerConnection> |
| 19 | + <url>git@github.com:lookfirst/sardine.git</url> |
20 | 20 | <tag>sardine-5.13</tag> |
21 | 21 | </scm> |
22 | 22 | <developers> |
|
34 | 34 | </developers> |
35 | 35 | <distributionManagement> |
36 | 36 | <repository> |
37 | | - <id>foconis-release</id> |
38 | | - <name>FOCONIS Release Repository</name> |
39 | | - <url>https://mvnrepo.foconis.de/repository/release/</url> |
| 37 | + <id>sonatype-release</id> |
| 38 | + <name>Nexus Release Repository</name> |
| 39 | + <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url> |
40 | 40 | </repository> |
41 | 41 | <snapshotRepository> |
42 | | - <id>foconis-snapshot</id> |
43 | | - <name>FOCONIS Snapshot Repository</name> |
44 | | - <url>https://mvnrepo.foconis.de/repository/snapshot/</url> |
| 42 | + <id>sonatype-snapshot</id> |
| 43 | + <name>Nexus Snapshot Repository</name> |
| 44 | + <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
45 | 45 | </snapshotRepository> |
46 | 46 | </distributionManagement> |
47 | 47 | <build> |
|
0 commit comments