Browse Source

Change application name in pom

David Ginzberg 7 years ago
parent
commit
d3dae1a9cc
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      pom.xml

+ 3
- 3
pom.xml View File

4
 	<modelVersion>4.0.0</modelVersion>
4
 	<modelVersion>4.0.0</modelVersion>
5
 
5
 
6
 	<groupId>io.zipcoder</groupId>
6
 	<groupId>io.zipcoder</groupId>
7
-	<artifactId>demo</artifactId>
7
+	<artifactId>crud-app-starter</artifactId>
8
 	<version>0.0.1-SNAPSHOT</version>
8
 	<version>0.0.1-SNAPSHOT</version>
9
 	<packaging>jar</packaging>
9
 	<packaging>jar</packaging>
10
 
10
 
11
-	<name>demo</name>
12
-	<description>Demo project for Spring Boot</description>
11
+	<name>crud-app-starter</name>
12
+	<description>Starter project for Spring Boot-based CRUD applications</description>
13
 
13
 
14
 	<parent>
14
 	<parent>
15
 		<groupId>org.springframework.boot</groupId>
15
 		<groupId>org.springframework.boot</groupId>