Skip to content

Commit

Permalink
Update parent pom, remove org, and update JTA depedency
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Motley <alexmotley82@gmail.com>
  • Loading branch information
alexsm82 committed Nov 5, 2018
1 parent 1d07ff4 commit 5b55faa
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.2</version>
<version>1.0.4</version>
</parent>

<groupId>jakarta.resource</groupId>
Expand Down Expand Up @@ -58,10 +58,6 @@
</contributor>
</contributors>

<organization>
<name>Oracle Corporation</name>
<url>http://www.oracle.com/</url>
</organization>
<licenses>
<license>
<name>EPL 2.0</name>
Expand Down Expand Up @@ -151,7 +147,7 @@
<Bundle-Description>
Java(TM) EE Connector Architecture ${spec.version} API Design Specification
</Bundle-Description>
<Specification-Vendor>Oracle Corporation</Specification-Vendor>
<Specification-Vendor>Eclipse Project for JCA</Specification-Vendor>
<Implementation-Vendor>${project.organization.name}</Implementation-Vendor>
<Implementation-Vendor-Id>org.glassfish</Implementation-Vendor-Id>
<Import-Package>javax.transaction;version="[1.3,2.0)",*</Import-Package>
Expand Down Expand Up @@ -317,9 +313,9 @@
</build>
<dependencies>
<dependency>
<groupId>javax.transaction</groupId>
<artifactId>javax.transaction-api</artifactId>
<version>1.3</version>
<groupId>jakarta.transaction</groupId>
<artifactId>jakarta.transaction-api</artifactId>
<version>1.3.1</version>
</dependency>
</dependencies>
</project>

0 comments on commit 5b55faa

Please sign in to comment.