Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris-de committed Jan 28, 2023
1 parent 4df6e6d commit d469460
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@
<id>schulte2005</id>
<name>Christian Schulte</name>
</developer>
<developer>
<id>Boris-de</id>
<name>Boris Wachtmeister</name>
<url>https://github.com/Boris-de</url>
<timezone>Europe/Brussels</timezone>
</developer>
</developers>
<issueManagement>
<system>Github</system>
Expand Down Expand Up @@ -355,8 +361,10 @@
</reportSet>
</reportSets>
<configuration>
<teamlist>team.html</teamlist>
<issueLinkTemplatePerSystem>
<MantisBT>https://github.com/Boris-de/CC-XJC/issuesview.php?id=%ISSUE%</MantisBT>
<Github>https://github.com/Boris-de/CC-XJC/issues/%ISSUE%</Github>
<MantisBT>https://apps.sourceforge.net/mantisbt/ccxjc/view.php?id=%ISSUE%</MantisBT>
</issueLinkTemplatePerSystem>
</configuration>
</plugin>
Expand Down
8 changes: 8 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,5 +194,13 @@
Exception 'java.lang.CloneNotSupportedException' is never thrown in body of corresponding try statement.
</action>
</release>
<release version="3.0.0" date="2023-01-28" description="New version to support Jakarta Jaxb namespace">
<action dev="Boris-de" type="update">Published at new maven coordinates de.wcht.cc-xjc</action>
<action dev="Boris-de" type="update" issue="1" system="Github">
migrate plugin to use the Jakarta Jaxb namespace used in jaxb 3.x and later
</action>
<action dev="Boris-de" type="add" issue="9" system="Github">Added option -cc-null-collection-elements</action>
<action dev="Boris-de" type="update">Update build dependencies</action>
</release>
</body>
</document>

0 comments on commit d469460

Please sign in to comment.