Skip to content

Commit 1c97da7

Browse files
committed
JAVA-19536 Formatting of pom.xml
1 parent 57ad9ed commit 1c97da7

File tree

24 files changed

+65
-92
lines changed

24 files changed

+65
-92
lines changed

ethereum/pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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">
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.baeldung.ethereum</groupId>
77
<artifactId>ethereum</artifactId>
@@ -113,7 +113,8 @@
113113
<scope>test</scope>
114114
<version>${spring.boot.version}</version>
115115
<exclusions>
116-
<!-- junit4 dependency is excluded as it should to be resolved from junit-vintage-engine included in parent-modules. -->
116+
<!-- junit4 dependency is excluded as it should to be resolved from junit-vintage-engine
117+
included in parent-modules. -->
117118
<exclusion>
118119
<groupId>junit</groupId>
119120
<artifactId>junit</artifactId>
@@ -195,4 +196,5 @@
195196
<spring-boot-maven-plugin.version>2.0.4.RELEASE</spring-boot-maven-plugin.version>
196197
<compiler.plugin.version>3.1</compiler.plugin.version>
197198
</properties>
199+
198200
</project>

feign/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
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-
<groupId>com.baeldung.feign</groupId>
76
<artifactId>feign</artifactId>
87
<name>feign</name>
98

gcp-firebase/pom.xml

Lines changed: 43 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,51 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2-
<modelVersion>4.0.0</modelVersion>
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
<modelVersion>4.0.0</modelVersion>
5+
<artifactId>gcp-firebase</artifactId>
6+
37
<parent>
48
<groupId>com.baeldung</groupId>
59
<artifactId>parent-boot-2</artifactId>
610
<version>0.0.1-SNAPSHOT</version>
711
<relativePath>../parent-boot-2</relativePath>
812
</parent>
9-
<artifactId>gcp-firebase</artifactId>
10-
11-
<properties>
12-
<firebase-admin.version>9.1.1</firebase-admin.version>
13-
</properties>
1413

15-
<dependencies>
16-
<dependency>
17-
<groupId>com.google.firebase</groupId>
18-
<artifactId>firebase-admin</artifactId>
19-
<version>${firebase-admin.version}</version>
20-
</dependency>
21-
22-
23-
<dependency>
24-
<groupId>org.springframework.boot</groupId>
25-
<artifactId>spring-boot-starter-web</artifactId>
26-
</dependency>
27-
<dependency>
28-
<groupId>org.springframework.boot</groupId>
29-
<artifactId>spring-boot-starter-test</artifactId>
30-
<scope>test</scope>
31-
</dependency>
32-
<dependency>
33-
<groupId>org.springframework.boot</groupId>
34-
<artifactId>spring-boot-configuration-processor</artifactId>
35-
<optional>true</optional>
36-
</dependency>
37-
</dependencies>
38-
39-
40-
<build>
41-
<plugins>
42-
<plugin>
43-
<groupId>org.springframework.boot</groupId>
44-
<artifactId>spring-boot-maven-plugin</artifactId>
45-
</plugin>
46-
</plugins>
47-
</build>
14+
<dependencies>
15+
<dependency>
16+
<groupId>com.google.firebase</groupId>
17+
<artifactId>firebase-admin</artifactId>
18+
<version>${firebase-admin.version}</version>
19+
</dependency>
20+
21+
22+
<dependency>
23+
<groupId>org.springframework.boot</groupId>
24+
<artifactId>spring-boot-starter-web</artifactId>
25+
</dependency>
26+
<dependency>
27+
<groupId>org.springframework.boot</groupId>
28+
<artifactId>spring-boot-starter-test</artifactId>
29+
<scope>test</scope>
30+
</dependency>
31+
<dependency>
32+
<groupId>org.springframework.boot</groupId>
33+
<artifactId>spring-boot-configuration-processor</artifactId>
34+
<optional>true</optional>
35+
</dependency>
36+
</dependencies>
37+
38+
<build>
39+
<plugins>
40+
<plugin>
41+
<groupId>org.springframework.boot</groupId>
42+
<artifactId>spring-boot-maven-plugin</artifactId>
43+
</plugin>
44+
</plugins>
45+
</build>
46+
47+
<properties>
48+
<firebase-admin.version>9.1.1</firebase-admin.version>
49+
</properties>
50+
4851
</project>

geotools/pom.xml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,15 @@
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
<artifactId>geotools</artifactId>
7-
<version>0.0.1-SNAPSHOT</version>
87
<name>geotools</name>
98
<packaging>jar</packaging>
10-
<url>http://maven.apache.org</url>
119

1210
<parent>
1311
<groupId>com.baeldung</groupId>
1412
<artifactId>parent-modules</artifactId>
1513
<version>1.0.0-SNAPSHOT</version>
1614
</parent>
1715

18-
<repositories>
19-
<repository>
20-
<id>osgeo-release</id>
21-
<name>OSGeo Repository</name>
22-
<url>https://repo.osgeo.org/repository/release/</url>
23-
</repository>
24-
</repositories>
25-
2616
<dependencies>
2717
<dependency>
2818
<groupId>org.geotools</groupId>
@@ -41,6 +31,14 @@
4131
</dependency>
4232
</dependencies>
4333

34+
<repositories>
35+
<repository>
36+
<id>osgeo-release</id>
37+
<name>OSGeo Repository</name>
38+
<url>https://repo.osgeo.org/repository/release/</url>
39+
</repository>
40+
</repositories>
41+
4442
<properties>
4543
<geotools.version>28.1</geotools.version>
4644
<geotools-swing.version>28.1</geotools-swing.version>

google-cloud/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
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
<artifactId>google-cloud</artifactId>
7-
<version>0.1-SNAPSHOT</version>
87
<name>google-cloud</name>
98
<packaging>jar</packaging>
109
<description>Google Cloud Tutorials</description>
@@ -24,7 +23,6 @@
2423
<dependency>
2524
<groupId>org.projectlombok</groupId>
2625
<artifactId>lombok</artifactId>
27-
<!-- Check for the most recent available version: https://projectlombok.org/changelog.html -->
2826
<version>${lombok.version}</version>
2927
<scope>provided</scope>
3028
</dependency>

graphql-modules/graphql-dgs/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
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
<artifactId>graphql-dgs</artifactId>
7-
<version>1.0</version>
87
<name>graphql-dgs</name>
98

109
<parent>

graphql-modules/graphql-java/pom.xml

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
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
<artifactId>graphql-java</artifactId>
7-
<version>1.0</version>
87
<name>graphql-java</name>
98

109
<parent>
@@ -13,21 +12,6 @@
1312
<version>1.0.0-SNAPSHOT</version>
1413
</parent>
1514

16-
<repositories>
17-
<repository>
18-
<id>jitpack.io</id>
19-
<url>https://jitpack.io</url>
20-
</repository>
21-
<repository>
22-
<snapshots>
23-
<enabled>false</enabled>
24-
</snapshots>
25-
<id>central</id>
26-
<name>Central Repository</name>
27-
<url>https://repo.maven.apache.org/maven2</url>
28-
</repository>
29-
</repositories>
30-
3115
<dependencies>
3216
<dependency>
3317
<groupId>com.graphql-java</groupId>
@@ -143,6 +127,13 @@
143127
</plugins>
144128
</build>
145129

130+
<repositories>
131+
<repository>
132+
<id>jitpack.io</id>
133+
<url>https://jitpack.io</url>
134+
</repository>
135+
</repositories>
136+
146137
<properties>
147138
<graphql-java.version>11.0</graphql-java.version>
148139
<graphql-java-tools.version>5.2.4</graphql-java-tools.version>

graphql-modules/graphql-spqr-boot-starter/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
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
<artifactId>graphql-spqr-boot-starter</artifactId>
7-
<version>1.0</version>
87
<name>graphql-spqr-boot-starter</name>
98

109
<parent>

graphql-modules/graphql-spqr/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
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
<artifactId>graphql-spqr</artifactId>
7-
<version>1.0</version>
87
<name>graphql-spqr</name>
98

109
<parent>

graphql-modules/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.baeldung.graphql</groupId>
77
<artifactId>graphql-modules</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
98
<name>graphql-modules</name>
109
<packaging>pom</packaging>
1110

0 commit comments

Comments
 (0)