File tree Expand file tree Collapse file tree 1 file changed +8
-22
lines changed
Expand file tree Collapse file tree 1 file changed +8
-22
lines changed Original file line number Diff line number Diff line change 22
33<!-- Copyright Payara Services Limited -->
44
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 >
67
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+
814 <artifactId >ejb-remote-vendor</artifactId >
9- <version >1.0-SNAPSHOT</version >
1015 <packaging >pom</packaging >
1116
12- <properties >
13- <glassfish .client.version>5.0</glassfish .client.version>
14- <java .min.version>1.7</java .min.version>
15- </properties >
16-
1717 <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 >
3218
3319 <profiles >
3420 <profile >
You can’t perform that action at this time.
0 commit comments