Skip to content

Commit 0279c56

Browse files
committed
change
1 parent 66d5b4e commit 0279c56

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.devopsdemo.tutorial</groupId>
6-
<artifactId>addressbook</artifactId>
6+
<artifactId>sampleapp</artifactId>
77
<packaging>war</packaging>
88
<version>2.0</version>
99
<name>Vaadin Addressbook example</name>
@@ -193,7 +193,7 @@
193193
</plugin>
194194

195195
</plugins>
196-
<finalName>addressbook</finalName>
196+
<finalName>sampleapp</finalName>
197197
</build>
198198

199199

@@ -369,7 +369,7 @@
369369
<dependencies>
370370
<dependency>
371371
<groupId>com.devopsdemo.tutorial</groupId>
372-
<artifactId>addressbook</artifactId>
372+
<artifactId>sampleapp</artifactId>
373373
<version>${project.version}</version>
374374
</dependency>
375375
</dependencies>
@@ -408,7 +408,7 @@
408408
<dependencies>
409409
<dependency>
410410
<groupId>com.devopsdemo.tutorial</groupId>
411-
<artifactId>addressbook</artifactId>
411+
<artifactId>sampleapp</artifactId>
412412
<version>${project.version}</version>
413413
</dependency>
414414
</dependencies>
@@ -450,7 +450,7 @@
450450
<artifactId>maven-checkstyle-plugin</artifactId>
451451
<version>2.9.1</version>
452452
<configuration>
453-
<configLocation>addressbook-build/checkstyle.xml</configLocation>
453+
<configLocation>sampleapp-build/checkstyle.xml</configLocation>
454454
</configuration>
455455
</plugin>
456456
<plugin>

0 commit comments

Comments
 (0)