Skip to content

Commit

Permalink
Merge pull request #73 from arjantijms/master
Browse files Browse the repository at this point in the history
Javadoc Jakarta update and pom version update
  • Loading branch information
arjantijms authored Aug 27, 2020
2 parents 7caa133 + d70dbc9 commit 171bc35
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public interface InvocationContext {
* Enables an interceptor to retrieve or update the data associated with the invocation by another interceptor, business
* method, and/or webservices endpoint in the invocation chain. If interceptors are invoked as a result of the
* invocation on a web service endpoint, the returned value will be an instance of
* <code>javax.xml.rpc.handler.MessageContext</code>.
* <code>jakarta.xml.rpc.handler.MessageContext</code>.
*
* @return the context data associated with this invocation or lifecycle callback. If there is no context data, an empty
* {@code Map<String,Object>} object will be returned.
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
<tag>HEAD</tag>
</scm>


<build>
<plugins>
<!-- Sets minimal Maven version to 3.5.4 -->
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<maven.site.skip>true</maven.site.skip>
<asciidoctorj.version>2.4.0</asciidoctorj.version>
<asciidoctorj.pdf.version>1.5.3</asciidoctorj.pdf.version>
<jruby.version>9.2.12.0</jruby.version>
<jruby.version>9.2.13.0</jruby.version>
<!-- status: DRAFT, BETA, etc., or blank for final -->
<status>DRAFT</status>
<maven.build.timestamp.format>MMMM dd, yyyy</maven.build.timestamp.format>
Expand Down

0 comments on commit 171bc35

Please sign in to comment.