Skip to content

Commit bbfdd95

Browse files
Removed jsondoc-parent: merged with jsondoc-master
1 parent c9ab09d commit bbfdd95

File tree

7 files changed

+167
-189
lines changed

7 files changed

+167
-189
lines changed

jsondoc-core/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<parent>
7-
<artifactId>jsondoc-parent</artifactId>
7+
<artifactId>jsondoc-master</artifactId>
88
<groupId>org.jsondoc</groupId>
99
<version>1.0.2-SNAPSHOT</version>
10-
<relativePath>../jsondoc-parent/pom.xml</relativePath>
10+
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

13-
<groupId>org.jsondoc</groupId>
1413
<artifactId>jsondoc-core</artifactId>
1514
<packaging>jar</packaging>
1615

jsondoc-parent/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

jsondoc-parent/pom.xml

Lines changed: 0 additions & 168 deletions
This file was deleted.

jsondoc-sample-springmvc/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>
6-
<artifactId>jsondoc-parent</artifactId>
6+
<artifactId>jsondoc-master</artifactId>
77
<groupId>org.jsondoc</groupId>
88
<version>1.0.2-SNAPSHOT</version>
9-
<relativePath>../jsondoc-parent/pom.xml</relativePath>
9+
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

12-
<groupId>org.jsondoc</groupId>
1312
<artifactId>jsondoc-sample-springmvc</artifactId>
1413
<packaging>war</packaging>
1514

jsondoc-springmvc/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<parent>
7-
<artifactId>jsondoc-parent</artifactId>
7+
<artifactId>jsondoc-master</artifactId>
88
<groupId>org.jsondoc</groupId>
99
<version>1.0.2-SNAPSHOT</version>
10-
<relativePath>../jsondoc-parent/pom.xml</relativePath>
10+
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

13-
<groupId>org.jsondoc</groupId>
1413
<artifactId>jsondoc-springmvc</artifactId>
1514
<packaging>jar</packaging>
1615

jsondoc-ui/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<parent>
7-
<artifactId>jsondoc-parent</artifactId>
7+
<artifactId>jsondoc-master</artifactId>
88
<groupId>org.jsondoc</groupId>
99
<version>1.0.2-SNAPSHOT</version>
10-
<relativePath>../jsondoc-parent/pom.xml</relativePath>
10+
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

13-
<groupId>org.jsondoc</groupId>
1413
<artifactId>jsondoc-ui</artifactId>
1514
<packaging>war</packaging>
1615

0 commit comments

Comments
 (0)