Skip to content

Commit c467ca7

Browse files
author
eugenp
committed
maven work
1 parent b292a48 commit c467ca7

59 files changed

Lines changed: 104 additions & 53 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>parent-modules</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.m2e.core.maven2Builder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
16+
</natures>
17+
</projectDescription>

apache-fop/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22
<modelVersion>4.0.0</modelVersion>
3-
<groupId>org.baeldung</groupId>
3+
<groupId>com.baeldung</groupId>
44
<artifactId>apache-fop</artifactId>
55
<version>0.1-SNAPSHOT</version>
66

core-java-8/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22
<modelVersion>4.0.0</modelVersion>
3-
<groupId>org.baeldung</groupId>
3+
<groupId>com.baeldung</groupId>
44
<artifactId>core-java8</artifactId>
55
<version>0.1-SNAPSHOT</version>
66

core-java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22
<modelVersion>4.0.0</modelVersion>
3-
<groupId>org.baeldung</groupId>
3+
<groupId>com.baeldung</groupId>
44
<artifactId>core-java</artifactId>
5-
<version>0.1-SNAPSHOT</version>
5+
<version>0.1.0-SNAPSHOT</version>
66

77
<name>core-java</name>
88

gson-jackson-performance/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

5-
<groupId>org.baeldung</groupId>
5+
<groupId>com.baeldung</groupId>
66
<artifactId>gson-jackson-performance</artifactId>
77
<version>0.0.1-SNAPSHOT</version>
88
<packaging>jar</packaging>

gson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22
<modelVersion>4.0.0</modelVersion>
3-
<groupId>org.baeldung</groupId>
3+
<groupId>com.baeldung</groupId>
44
<artifactId>gson</artifactId>
55
<version>0.1-SNAPSHOT</version>
66

guava/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22
<modelVersion>4.0.0</modelVersion>
3-
<groupId>org.baeldung</groupId>
3+
<groupId>com.baeldung</groupId>
44
<artifactId>guava</artifactId>
5-
<version>0.1-SNAPSHOT</version>
5+
<version>0.1.0-SNAPSHOT</version>
66

77
<name>guava</name>
88

guava18/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>com.baeldung</groupId>
8-
<artifactId>guava</artifactId>
9-
<version>1.0-SNAPSHOT</version>
8+
<artifactId>guava18</artifactId>
9+
<version>0.1.0-SNAPSHOT</version>
1010

1111
<dependencies>
1212
<dependency>

guava19/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
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">
2+
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>com.baeldung</groupId>
8-
<artifactId>guava</artifactId>
9-
<version>1.0-SNAPSHOT</version>
6+
<artifactId>guava19</artifactId>
7+
<version>0.1.0-SNAPSHOT</version>
108

119
<dependencies>
1210
<dependency>
@@ -25,6 +23,7 @@
2523
<version>1.3</version>
2624
</dependency>
2725
</dependencies>
26+
2827
<build>
2928
<plugins>
3029
<plugin>

handling-spring-static-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<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 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

5-
<groupId>org.baeldung</groupId>
5+
<groupId>com.baeldung</groupId>
66
<artifactId>spring-static-resources</artifactId>
77
<version>0.1.0-SNAPSHOT</version>
88
<packaging>war</packaging>

0 commit comments

Comments
 (0)