Skip to content

Commit d053320

Browse files
committed
Update microprofile-config.properties to replace sensitive placeholders with 'HERE'
1 parent e19458e commit d053320

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
@@ -4,12 +4,12 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>expert.os.demos</groupId>
8-
<artifactId>travel-assistance</artifactId>
7+
<groupId>expert.os.videos.2026</groupId>
8+
<artifactId>07-search-http-verb</artifactId>
99
<version>1.0.0</version>
1010
<packaging>war</packaging>
1111

12-
<name>travel-assistance</name>
12+
<name>07-search-http-verb</name>
1313

1414
<properties>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -58,7 +58,7 @@
5858
</dependencies>
5959

6060
<build>
61-
<finalName>travel-assistance</finalName>
61+
<finalName>07-search-http-verb</finalName>
6262
<plugins>
6363
<plugin>
6464
<groupId>org.apache.maven.plugins</groupId>
@@ -75,7 +75,7 @@
7575
<artifactId>embedded-glassfish-maven-plugin</artifactId>
7676
<version>8.0</version>
7777
<configuration>
78-
<app>target/travel-assistance.war</app>
78+
<app>target/07-search-http-verb.war</app>
7979
<glassfish.version>8.0.3</glassfish.version>
8080
<contextRoot>/</contextRoot>
8181
<port>8080</port>

0 commit comments

Comments
 (0)