Skip to content
This repository was archived by the owner on Aug 29, 2019. It is now read-only.

Commit 4fa5d9e

Browse files
author
Stephen Felts
committed
Updates based on comments.
1 parent f142dd0 commit 4fa5d9e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Java(TM) Transaction API (JTA), one of the Java Enterprise Edition (Java EE) APIs, enables distributed transactions to be done across multiple X/Open XA resources in a Java environment. JTA is a specification developed under the Java Community Process as JSR 907.
33

44
This standalone release of Java(TM) Java Transaction API (JTA), uses a [Java Platform Module System](http://openjdk.java.net/projects/jigsaw/spec/)
5-
"automatic" module name of `java.transaction`, to match the module name used in JDK 9. A future version will include full module metadata. Moreover `javax.transaction.xa` package is now part of the `java.sql` module and should be omitted going forward.
5+
"automatic" module name of `java.transaction`, to match the module name used in JDK 9. A future version will include full module metadata. Moreover `javax.transaction.xa` package is now owned by Java SE.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868

6969
<developers>
7070
<developer>
71-
<id>paul_parkinson</id>
72-
<name>Paul Parkinson</name>
71+
<id>stephen_felts</id>
72+
<name>Stephen Felts</name>
7373
<organization>Oracle, Inc.</organization>
7474
<roles>
7575
<role>lead</role>

0 commit comments

Comments
 (0)