Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

POM.XML shade mods for Jaxb 2 2 11 branch #1164

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jaxb-ri/boms/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<description>JAXB Bill of Materials (BOM)</description>

<properties>
<jaxb-api.version>2.2.12-b140109.1041</jaxb-api.version>
<jaxb-api.version>2.2.12</jaxb-api.version>
<istack.version>2.21</istack.version>
<fastinfoset.version>1.2.13</fastinfoset.version>
<stax-ex.version>1.7.7</stax-ex.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ holder.
<link xlink:href="https://java.net/jira/browse/JAXB-973">JAXB-973</link>: generated code should be
compilable with <literal>'-Xdoclint:all'</literal>
</para></listitem>
<listitem><para>XJC generates ordered ObjectFactories, <literal>@XmlSeeAlso</literal> annotations and episode files</para></listitem>
<listitem><para>
<link xlink:href="https://java.net/jira/browse/JAXB-598">JAXB-598</link>: XJC generates ordered
ObjectFactories, <literal>@XmlSeeAlso</literal> annotations and episode files.
</para></listitem>
</itemizedlist>
</para></listitem>
</itemizedlist>
Expand Down Expand Up @@ -127,11 +130,12 @@ holder.
&lt;groupId&gt;org.glassfish.jaxb&lt;/groupId&gt;
&lt;artifactId&gt;jaxb-bom&lt;/artifactId&gt;
&lt;version&gt;2.2.8&lt;/version&gt;
&lt;type&gt;pom&lt;/type&gt;
&lt;/dependency&gt;
</programlisting>
</para></listitem>
<listitem><para>
From now JAXB RI project uses GIT SVC. You can get our sources from:
From now JAXB RI project uses GIT VCS. You can get our sources from:
<programlisting>
Java.net: git clone git://java.net/jaxb~v2
GitHub: git clone https://github.com/gf-metro/jaxb.git
Expand Down
4 changes: 2 additions & 2 deletions jaxb-ri/docs/www/src/main/resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ <h4 style="clear:left;">Installation</h4>

<h4 style="clear:left;">Release Notes</h4>
<p>
<a href="/nonav/${jaxb.version}/docs/">Browse the release notes online</a>,
including <a href="/nonav/${jaxb.version}/docs/release-documentation.html#jaxb-2-0-release-notes">what's new</a>.
<a href="/nonav/${version}/docs/">Browse the release notes online</a>,
including <a href="/nonav/${version}/docs/release-documentation.html#jaxb-2-0-release-notes">what's new</a>.
</p>

<h4 style="clear:left;">Technical Support</h4>
Expand Down
2 changes: 1 addition & 1 deletion jaxb-ri/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ holder.
<plugin>
<groupId>org.glassfish.build</groupId>
<artifactId>gfnexus-maven-plugin</artifactId>
<version>0.18</version>
<version>0.20</version>
<configuration>
<stagingRepos>
<stagingRepo>
Expand Down