Skip to content

Commit 2325ed5

Browse files
authored
[JAVA-42823] Align module names, folder names and artifact id
1 parent b03f322 commit 2325ed5

File tree

8 files changed

+32
-32
lines changed

8 files changed

+32
-32
lines changed

algorithms-modules/algorithms-miscellaneous-10/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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>
6-
<artifactId>algorithms-miscellaneous-9</artifactId>
6+
<artifactId>algorithms-miscellaneous-10</artifactId>
77
<version>0.0.1-SNAPSHOT</version>
8-
<name>algorithms-miscellaneous-9</name>
8+
<name>algorithms-miscellaneous-10</name>
99

1010
<parent>
1111
<groupId>com.baeldung</groupId>

libraries-open-telemetry/otel-collector/dictionary-service/pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
<artifactId>dictionary-service</artifactId>
1414
<version>0.0.1</version>
1515
<packaging>jar</packaging>
16-
17-
<name>Dictionary Service Application</name>
16+
<name>dictionary-service</name>
1817

1918
<properties>
2019
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

libraries-open-telemetry/otel-collector/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<parent>
1212
<groupId>com.baeldung</groupId>
13-
<artifactId>open-telemetry</artifactId>
13+
<artifactId>libraries-open-telemetry</artifactId>
1414
<version>1.0.0-SNAPSHOT</version>
1515
</parent>
1616

libraries-open-telemetry/otel-collector/trivia-service/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>trivia-service</artifactId>
66
<packaging>war</packaging>
77
<version>0.0.1-SNAPSHOT</version>
8-
<name>Word Trivia Service</name>
8+
<name>trivia-service</name>
99

1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

libraries-open-telemetry/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
xmlns="http://maven.apache.org/POM/4.0.0"
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>
6-
<artifactId>open-telemetry</artifactId>
6+
<artifactId>libraries-open-telemetry</artifactId>
77
<packaging>pom</packaging>
8-
<name>open-telemetry</name>
8+
<name>libraries-open-telemetry</name>
99

1010
<parent>
1111
<groupId>com.baeldung</groupId>

logging-modules/splunk-with-log4j2/pom.xml

+23-22
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,18 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5+
<groupId>com.splunk</groupId>
6+
<artifactId>splunk-with-log4j2</artifactId>
7+
<version>0.0.1-SNAPSHOT</version>
8+
<name>splunk-with-log4j2</name>
9+
<description>Demo project for Splunk with Spring Boot</description>
10+
511
<parent>
612
<groupId>org.springframework.boot</groupId>
713
<artifactId>spring-boot-starter-parent</artifactId>
814
<version>3.3.4</version>
915
<relativePath/>
1016
</parent>
11-
<groupId>com.splunk</groupId>
12-
<artifactId>log4j</artifactId>
13-
<version>0.0.1-SNAPSHOT</version>
14-
<name>log4j</name>
15-
<description>Demo project for Splunk with Spring Boot</description>
16-
<properties>
17-
<java.version>17</java.version>
18-
<splunk-logging.version>1.8.0</splunk-logging.version>
19-
</properties>
20-
21-
<repositories>
22-
<repository>
23-
<id>splunk-artifactory</id>
24-
<name>Splunk Releases</name>
25-
<url>https://splunk.jfrog.io/splunk/ext-releases-local</url>
26-
</repository>
27-
<repository>
28-
<id>central</id>
29-
<name>Central Repository</name>
30-
<url>https://repo1.maven.org/maven2/</url>
31-
</repository>
32-
</repositories>
3317

3418
<dependencies>
3519
<dependency>
@@ -73,4 +57,21 @@
7357
</plugins>
7458
</build>
7559

60+
<repositories>
61+
<repository>
62+
<id>splunk-artifactory</id>
63+
<name>Splunk Releases</name>
64+
<url>https://splunk.jfrog.io/splunk/ext-releases-local</url>
65+
</repository>
66+
<repository>
67+
<id>central</id>
68+
<name>Central Repository</name>
69+
<url>https://repo1.maven.org/maven2/</url>
70+
</repository>
71+
</repositories>
72+
73+
<properties>
74+
<splunk-logging.version>1.8.0</splunk-logging.version>
75+
</properties>
76+
7677
</project>
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
spring.application.name=log4j
1+
spring.application.name=splunk-with-log4j2

maven-modules/maven-plugins/external-properties-file/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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>
6-
<artifactId>external-properties</artifactId>
6+
<artifactId>external-properties-file</artifactId>
77
<version>0.0.1-SNAPSHOT</version>
88

99
<parent>

0 commit comments

Comments
 (0)