|
7 | 7 | <artifactId>react</artifactId> |
8 | 8 | <version>1.0.0-SNAPSHOT</version> |
9 | 9 | <packaging>jar</packaging> |
10 | | - <url>http://www.spout.org</url> |
11 | 10 | <inceptionYear>2013</inceptionYear> |
| 11 | + <url>https://github.com/SpoutDev/React</url> |
12 | 12 | <description>Java port of the ReactReact3D C++ physics library, relicensed with permission.</description> |
13 | 13 |
|
14 | 14 | <!-- Parent information --> |
15 | 15 | <parent> |
16 | | - <groupId>org.spout</groupId> |
17 | | - <artifactId>shared-parent</artifactId> |
18 | | - <version>1</version> |
| 16 | + <groupId>org.sonatype.oss</groupId> |
| 17 | + <artifactId>oss-parent</artifactId> |
| 18 | + <version>7</version> |
19 | 19 | </parent> |
20 | 20 |
|
21 | 21 | <!-- Build properties --> |
|
26 | 26 | <commit>unknown</commit> |
27 | 27 | </properties> |
28 | 28 |
|
| 29 | + <!-- License information --> |
| 30 | + <licenses> |
| 31 | + <license> |
| 32 | + <name>Spout License Version 1</name> |
| 33 | + <url>http://spout.in/licensev1</url> |
| 34 | + <distribution>repo</distribution> |
| 35 | + <comments>GNU Lesser General Public License Version 3, but with a provision that files are released under the MIT license 180 days after they are published.</comments> |
| 36 | + </license> |
| 37 | + </licenses> |
| 38 | + |
29 | 39 | <!-- Organization information --> |
30 | 40 | <organization> |
31 | 41 | <name>Spout LLC</name> |
|
51 | 61 | </developer> |
52 | 62 | </developers> |
53 | 63 |
|
54 | | - <!-- License information --> |
55 | | - <licenses> |
56 | | - <license> |
57 | | - <name>Spout License Version 1</name> |
58 | | - <url>http://spout.in/licensev1</url> |
59 | | - <distribution>repo</distribution> |
60 | | - <comments>GNU Lesser General Public License Version 3, but with a provision that files are released under the MIT license 180 days after they are published.</comments> |
61 | | - </license> |
62 | | - </licenses> |
63 | | - |
64 | 64 | <!-- Source code access --> |
65 | 65 | <scm> |
66 | 66 | <connection>scm:git:git://github.com/SpoutDev/React.git</connection> |
|
83 | 83 | <!-- Dependency repositories --> |
84 | 84 | <repositories> |
85 | 85 | <repository> |
86 | | - <id>spout-repo</id> |
87 | | - <url>http://nexus.spout.org/content/groups/public/</url> |
| 86 | + <id>sonatype-nexus-releases</id> |
| 87 | + <url>https://oss.sonatype.org/content/repositories/releases</url> |
| 88 | + <snapshots> |
| 89 | + <enabled>true</enabled> |
| 90 | + <updatePolicy>always</updatePolicy> |
| 91 | + </snapshots> |
| 92 | + </repository> |
| 93 | + <repository> |
| 94 | + <id>sonatype-nexus-snapshots</id> |
| 95 | + <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
88 | 96 | <snapshots> |
89 | 97 | <enabled>true</enabled> |
90 | 98 | <updatePolicy>always</updatePolicy> |
91 | 99 | </snapshots> |
92 | 100 | </repository> |
93 | 101 | </repositories> |
94 | 102 |
|
| 103 | + <!-- Build plugin repositories --> |
| 104 | + <pluginRepositories> |
| 105 | + <pluginRepository> |
| 106 | + <id>sonatype-nexus-releases</id> |
| 107 | + <url>https://oss.sonatype.org/content/repositories/releases</url> |
| 108 | + </pluginRepository> |
| 109 | + <pluginRepository> |
| 110 | + <id>sonatype-nexus-snapshots</id> |
| 111 | + <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 112 | + </pluginRepository> |
| 113 | + </pluginRepositories> |
| 114 | + |
95 | 115 | <!-- Project dependencies --> |
96 | 116 | <dependencies> |
97 | 117 | <!-- Provided by third-party --> |
|
0 commit comments