Skip to content

Commit b57b97e

Browse files
committed
Project 구조 변경.
1 parent a972d90 commit b57b97e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

lib-module/pom.xml

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

55
<parent>
6-
<groupId>development</groupId>
7-
<artifactId>project</artifactId>
6+
<groupId>313devgrp</groupId>
7+
<artifactId>standard-project</artifactId>
88
<version>${project.version}</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<!-- 기본적인 pom Setting -->
1010
<modelVersion>4.0.0</modelVersion>
11-
<groupId>development</groupId>
12-
<artifactId>standard</artifactId>
11+
<groupId>313devgrp</groupId>
12+
<artifactId>standard-project</artifactId>
1313
<version>${project.version}</version>
1414
<packaging>pom</packaging>
1515

web-module/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<parent>
8-
<groupId>development</groupId>
9-
<artifactId>project</artifactId>
8+
<groupId>313devgrp</groupId>
9+
<artifactId>standard-project</artifactId>
1010
<version>${project.version}</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
@@ -36,8 +36,8 @@
3636
<dependencies>
3737
<!-- 실행환경 라이브러리 -->
3838
<dependency>
39-
<groupId>development</groupId>
40-
<artifactId>support</artifactId>
39+
<groupId>313devgrp</groupId>
40+
<artifactId>lib-module</artifactId>
4141
<version>${project.version}</version>
4242
<type>pom</type>
4343
</dependency>

0 commit comments

Comments
 (0)