|
3 | 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 | 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
5 | 5 | <modelVersion>4.0.0</modelVersion> |
6 | | - |
7 | 6 | <parent> |
8 | 7 | <groupId>io.github.dianpoint</groupId> |
9 | 8 | <artifactId>summer-build</artifactId> |
10 | 9 | <version>0.1.0-SNAPSHOT</version> |
11 | 10 | </parent> |
12 | 11 |
|
13 | 12 |
|
14 | | - <properties> |
15 | | - <revision>0.1.0-SNAPSHOT</revision> |
16 | | - </properties> |
17 | 13 |
|
18 | | - <groupId>com.dianpoint.summer</groupId> |
| 14 | + <groupId>io.github.dianpoint</groupId> |
19 | 15 | <artifactId>summer</artifactId> |
20 | 16 | <version>${revision}</version> |
21 | 17 | <packaging>pom</packaging> |
22 | 18 |
|
23 | 19 |
|
24 | | - <modules> |
25 | | - <module>summer-beans</module> |
26 | | - <module>summer-validator</module> |
27 | | - <module>summer-engines</module> |
28 | | - <module>summer-java-core</module> |
29 | | - <module>summer-parent</module> |
30 | | - </modules> |
31 | | - |
32 | 20 |
|
33 | 21 | <name>Summer</name> |
34 | 22 | <description>Summer Projects for Java</description> |
35 | 23 | <url>https://github.com/dianpoint/summer</url> |
36 | 24 |
|
37 | 25 |
|
38 | 26 | <organization> |
39 | | - <name>Microsphere</name> |
40 | | - <url>https://github.com/microsphere-projects</url> |
| 27 | + <name>DianPoint</name> |
| 28 | + <url>https://github.com/dianpoint</url> |
41 | 29 | </organization> |
42 | 30 |
|
43 | 31 | <licenses> |
|
67 | 55 | <developerConnection>scm:git:ssh://${project.scm.url}</developerConnection> |
68 | 56 | </scm> |
69 | 57 |
|
| 58 | + <properties> |
| 59 | + <revision>0.1.0-SNAPSHOT</revision> |
| 60 | + </properties> |
| 61 | + |
| 62 | + <modules> |
| 63 | + <module>summer-beans</module> |
| 64 | + <module>summer-validator</module> |
| 65 | + <module>summer-engines</module> |
| 66 | + <module>summer-java-core</module> |
| 67 | + <module>summer-parent</module> |
| 68 | + </modules> |
| 69 | + |
70 | 70 | <distributionManagement> |
71 | 71 | <snapshotRepository> |
72 | 72 | <id>ossrh</id> |
|
0 commit comments