Skip to content

Commit a98ff80

Browse files
committed
Remove unnecessory properties
1 parent c5620bd commit a98ff80

File tree

8 files changed

+0
-44
lines changed
  • doma-spring-boot-autoconfigure
  • doma-spring-boot-core
  • doma-spring-boot-samples
    • doma-spring-boot-sample-entity-listener
    • doma-spring-boot-sample-event-handler
    • doma-spring-boot-sample-simple
    • doma-spring-boot-sample-two-datasource
  • doma-spring-boot-starter

8 files changed

+0
-44
lines changed

doma-spring-boot-autoconfigure/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

19-
<properties>
20-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21-
<java.version>1.8</java.version>
22-
<rootDir>${project.basedir}/..</rootDir>
23-
</properties>
24-
2519
<dependencies>
2620
<dependency>
2721
<groupId>org.seasar.doma.boot</groupId>

doma-spring-boot-core/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

19-
<properties>
20-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21-
<java.version>1.8</java.version>
22-
<rootDir>${project.basedir}/..</rootDir>
23-
</properties>
24-
2519
<dependencies>
2620
<dependency>
2721
<groupId>org.seasar.doma</groupId>

doma-spring-boot-samples/doma-spring-boot-sample-entity-listener/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

19-
<properties>
20-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21-
<java.version>1.8</java.version>
22-
<rootDir>${project.basedir}/../..</rootDir>
23-
</properties>
24-
2519
<dependencies>
2620
<dependency>
2721
<groupId>org.seasar.doma</groupId>

doma-spring-boot-samples/doma-spring-boot-sample-event-handler/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

19-
<properties>
20-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21-
<java.version>1.8</java.version>
22-
<rootDir>${project.basedir}/../..</rootDir>
23-
</properties>
24-
2519
<dependencies>
2620
<dependency>
2721
<groupId>org.seasar.doma</groupId>

doma-spring-boot-samples/doma-spring-boot-sample-simple/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

19-
<properties>
20-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21-
<java.version>1.8</java.version>
22-
<rootDir>${project.basedir}/../..</rootDir>
23-
</properties>
24-
2519
<dependencies>
2620
<dependency>
2721
<groupId>org.seasar.doma</groupId>

doma-spring-boot-samples/doma-spring-boot-sample-two-datasource/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

19-
<properties>
20-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21-
<java.version>1.8</java.version>
22-
<rootDir>${project.basedir}/../..</rootDir>
23-
</properties>
24-
2519
<dependencies>
2620
<dependency>
2721
<groupId>org.seasar.doma</groupId>

doma-spring-boot-samples/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121
<module>doma-spring-boot-sample-two-datasource</module>
2222
</modules>
2323

24-
<properties>
25-
<rootDir>${project.basedir}/..</rootDir>
26-
</properties>
27-
2824
<profiles>
2925
<profile>
3026
<id>backward-compatible</id>

doma-spring-boot-starter/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

19-
<properties>
20-
<rootDir>${project.basedir}/..</rootDir>
21-
</properties>
22-
2319
<dependencies>
2420
<dependency>
2521
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)