Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update changelog for 3.0.0 #15

Merged
merged 1 commit into from
Jan 28, 2023
Merged
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
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>