File tree 4 files changed +7
-4
lines changed
microservice-starter-helidon
microservice-starter-quarkus
microservice-starter-springboot
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- /target /
1
+ * /target /
2
2
.settings
3
3
.classpath
4
4
.project
Original file line number Diff line number Diff line change 16
16
<version >1.0.0</version >
17
17
18
18
<properties >
19
+ <maven .compiler.source>1.8</maven .compiler.source>
20
+ <maven .compiler.target>1.8</maven .compiler.target>
19
21
<mainClass >io.helidon.microprofile.server.Main</mainClass >
20
22
</properties >
21
23
Original file line number Diff line number Diff line change 3
3
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
4
5
5
<modelVersion >4.0.0</modelVersion >
6
- <groupId >microservice-starter-quarkus </groupId >
6
+ <groupId >microservice-starter</groupId >
7
7
<artifactId >microservice-starter-quarkus</artifactId >
8
8
<version >1.0.0</version >
9
9
10
10
<properties >
11
- <java .version>1.8</java .version>
11
+ <maven .compiler.source>1.8</maven .compiler.source>
12
+ <maven .compiler.target>1.8</maven .compiler.target>
12
13
<quarkus .version>1.2.0.Final</quarkus .version>
13
14
</properties >
14
15
Original file line number Diff line number Diff line change 2
2
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
4
4
<modelVersion >4.0.0</modelVersion >
5
- <groupId >microservice-starter-springboot </groupId >
5
+ <groupId >microservice-starter</groupId >
6
6
<artifactId >microservice-starter-springboot</artifactId >
7
7
<version >1.0.0</version >
8
8
You can’t perform that action at this time.
0 commit comments