|
16 | 16 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
17 | 17 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
18 | 18 | <modelVersion>4.0.0</modelVersion> |
19 | | - <groupId>de.vdv</groupId> |
| 19 | + <groupId>org.opentripplanner</groupId> |
20 | 20 | <artifactId>ojp-java-model</artifactId> |
21 | | - <version>2.0.0-SNAPSHOT</version> |
| 21 | + <version>2.0.2</version> |
22 | 22 |
|
23 | 23 | <name>ojp-java-model</name> |
24 | 24 | <description>Generates Java model from OJP xsds using jaxb.</description> |
25 | 25 | <url>https://github.com/bliksemlabs/ojp-java-model</url> |
26 | 26 | <organization> |
27 | | - <name>Bliksem Labs B.V.</name> |
28 | | - <url>http://www.bliksemlabs.com/</url> |
| 27 | + <name>OpenTripPlanner</name> |
| 28 | + <url>https://www.opentripplanner.org/</url> |
29 | 29 | </organization> |
30 | 30 | <licenses> |
31 | 31 | <license> |
|
43 | 43 | </developer> |
44 | 44 | </developers> |
45 | 45 | <scm> |
46 | | - <connection>scm:git:ssh://git@github.com/bliksemlabs/ojp-java-model.git</connection> |
47 | | - <developerConnection>scm:git:ssh://git@github.com/bliksemlabs/ojp-java-model.git</developerConnection> |
48 | | - <url>https://github.com/bliksemlabs/ojp-java-model/tree/master</url> |
| 46 | + <connection>scm:git:ssh://git@github.com/opentripplanner/ojp-java-model.git</connection> |
| 47 | + <developerConnection>scm:git:ssh://git@github.com/opentripplanner/ojp-java-model.git</developerConnection> |
| 48 | + <url>https://github.com/opentripplanner/ojp-java-model/</url> |
49 | 49 | <tag>HEAD</tag> |
50 | 50 | </scm> |
51 | 51 |
|
|
534 | 534 | <extensions>true</extensions> |
535 | 535 | <configuration> |
536 | 536 | <serverId>ossrh</serverId> |
537 | | - <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
| 537 | + <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
538 | 538 | <!-- Set this to true and the release will automatically proceed and sync to Central Repository will follow --> |
539 | 539 | <autoReleaseAfterClose>true</autoReleaseAfterClose> |
540 | 540 | </configuration> |
|
0 commit comments