Skip to content

Commit ef22b28

Browse files
committed
PAYARA-3484 Polish EJB Remote - Vendor pom
1 parent 05d4406 commit ef22b28

File tree

1 file changed

+8
-22
lines changed

1 file changed

+8
-22
lines changed

ejb/remote/vendor/pom.xml

+8-22
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,19 @@
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>

0 commit comments

Comments
 (0)