File tree 16 files changed +17
-21
lines changed
kubernetes-modules/k8s-operator
16 files changed +17
-21
lines changed Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<artifactId >k8s-operator</artifactId >
7
7
<version >0.1.0-SNAPSHOT</version >
8
- <name >k8s-operator</name >
9
8
<packaging >jar</packaging >
9
+ <name >k8s-operator</name >
10
10
11
11
<parent >
12
12
<groupId >com.baeldung</groupId >
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<artifactId >libraries-bytecode</artifactId >
7
7
<version >0.0.1-SNAPSHOT</version >
8
- <name >libraries-bytecode</name >
9
8
<packaging >jar</packaging >
9
+ <name >libraries-bytecode</name >
10
10
11
11
<parent >
12
12
<groupId >com.baeldung</groupId >
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<artifactId >libraries-cli</artifactId >
7
7
<version >0.0.1-SNAPSHOT</version >
8
- <name >libraries-cli</name >
9
8
<packaging >jar</packaging >
9
+ <name >libraries-cli</name >
10
10
11
11
<parent >
12
12
<groupId >com.baeldung</groupId >
Original file line number Diff line number Diff line change 121
121
<artifactId >flexy-micrometer-metrics</artifactId >
122
122
<version >${flexy-pool.version} </version >
123
123
</dependency >
124
-
125
124
<dependency >
126
125
<groupId >com.vladmihalcea.flexy-pool</groupId >
127
126
<artifactId >flexy-hikaricp</artifactId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
+ <artifactId >libraries-data-io-2</artifactId >
7
+ <name >libraries-data-io-3</name >
8
+
6
9
<parent >
7
10
<groupId >com.baeldung</groupId >
8
11
<artifactId >parent-modules</artifactId >
9
12
<version >1.0.0-SNAPSHOT</version >
10
13
</parent >
11
14
12
- <artifactId >libraries-data-io-2</artifactId >
13
- <name >libraries-data-io-3</name >
14
-
15
15
<properties >
16
16
<maven .compiler.source>19</maven .compiler.source>
17
17
<maven .compiler.target>19</maven .compiler.target>
Original file line number Diff line number Diff line change 165
165
<artifactId >javax.persistence-api</artifactId >
166
166
<version >2.2</version >
167
167
</dependency >
168
-
169
168
</dependencies >
170
169
171
170
<build >
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<artifactId >libraries-reporting</artifactId >
7
7
<version >0.0.1-SNAPSHOT</version >
8
- <name >libraries-reporting</name >
9
8
<packaging >jar</packaging >
9
+ <name >libraries-reporting</name >
10
10
11
11
<parent >
12
12
<groupId >com.baeldung</groupId >
Original file line number Diff line number Diff line change 4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<artifactId >libraries-rpc</artifactId >
7
- <name >libraries-rpc</name >
8
7
<packaging >jar</packaging >
8
+ <name >libraries-rpc</name >
9
9
10
10
<parent >
11
11
<groupId >com.baeldung</groupId >
Original file line number Diff line number Diff line change 4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<artifactId >libraries-security</artifactId >
7
- <name >libraries-security</name >
8
7
<packaging >jar</packaging >
8
+ <name >libraries-security</name >
9
9
10
10
<parent >
11
11
<groupId >com.baeldung</groupId >
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<artifactId >libraries-server-2</artifactId >
7
7
<version >0.0.1-SNAPSHOT</version >
8
- <name >libraries-server-2</name >
9
8
<packaging >war</packaging >
9
+ <name >libraries-server-2</name >
10
10
11
11
<parent >
12
12
<groupId >com.baeldung</groupId >
35
35
<artifactId >netty-all</artifactId >
36
36
<version >${netty.version} </version >
37
37
</dependency >
38
-
39
38
</dependencies >
40
39
41
40
<build >
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<artifactId >libraries-stream</artifactId >
7
7
<version >0.0.1-SNAPSHOT</version >
8
- <name >libraries-stream</name >
9
8
<packaging >jar</packaging >
9
+ <name >libraries-stream</name >
10
10
11
11
<parent >
12
12
<groupId >com.baeldung</groupId >
Original file line number Diff line number Diff line change 17
17
<artifactId >spoon-core</artifactId >
18
18
<version >${spoon-core.version} </version >
19
19
</dependency >
20
-
21
20
</dependencies >
22
21
23
22
<properties >
Original file line number Diff line number Diff line change 6
6
<groupId >com.baelduung</groupId >
7
7
<artifactId >lightrun</artifactId >
8
8
<version >0.0.1-SNAPSHOT</version >
9
+ <packaging >pom</packaging >
9
10
<name >lightrun</name >
10
11
<description >Services for LightRun Article</description >
11
- <packaging >pom</packaging >
12
12
13
13
<parent >
14
14
<groupId >com.baeldung</groupId >
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<artifactId >log-mdc</artifactId >
7
7
<version >0.0.1-SNAPSHOT</version >
8
- <name >log-mdc</name >
9
8
<packaging >war</packaging >
9
+ <name >log-mdc</name >
10
10
<description >tutorial on logging with MDC and NDC</description >
11
11
12
12
<parent >
Original file line number Diff line number Diff line change 4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<artifactId >lombok-custom</artifactId >
7
- <version >0.1-SNAPSHOT</version >
8
7
<name >lombok-custom</name >
8
+ <version >0.1-SNAPSHOT</version >
9
9
10
10
<parent >
11
11
<groupId >com.baeldung</groupId >
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<artifactId >lombok-modules</artifactId >
7
7
<version >1.0.0-SNAPSHOT</version >
8
- <name >lombok-modules</name >
9
8
<packaging >pom</packaging >
9
+ <name >lombok-modules</name >
10
10
11
11
<parent >
12
12
<groupId >com.baeldung</groupId >
You can’t perform that action at this time.
0 commit comments