File tree 1 file changed +8
-22
lines changed
1 file changed +8
-22
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- Copyright Payara Services Limited -->
4
4
5
- <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" > <modelVersion >4.0.0</modelVersion >
5
+ <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" >
6
+ <modelVersion >4.0.0</modelVersion >
6
7
7
- <groupId >org.javaee7</groupId >
8
+ <parent >
9
+ <groupId >org.javaee7</groupId >
10
+ <artifactId >ejb-remote</artifactId >
11
+ <version >1.0-SNAPSHOT</version >
12
+ </parent >
13
+
8
14
<artifactId >ejb-remote-vendor</artifactId >
9
- <version >1.0-SNAPSHOT</version >
10
15
<packaging >pom</packaging >
11
16
12
- <properties >
13
- <glassfish .client.version>5.0</glassfish .client.version>
14
- <java .min.version>1.7</java .min.version>
15
- </properties >
16
-
17
17
<name >Java EE 7 Sample: ejb - remote - vendor</name >
18
-
19
- <build >
20
- <plugins >
21
- <plugin >
22
- <groupId >org.apache.maven.plugins</groupId >
23
- <artifactId >maven-compiler-plugin</artifactId >
24
- <version >3.8.0</version >
25
- <configuration >
26
- <source >${java.min.version} </source >
27
- <target >${java.min.version} </target >
28
- </configuration >
29
- </plugin >
30
- </plugins >
31
- </build >
32
18
33
19
<profiles >
34
20
<profile >
You can’t perform that action at this time.
0 commit comments