Skip to content

Commit

Permalink
Updated release notes and poms for v3.3.0. (#8)
Browse files Browse the repository at this point in the history
* Updated release notes and poms for v3.3.0.
Synced dependency version in CrossGenerateTest project with main.

* Fix typo

---------

Co-authored-by: Willem <willem@x-breeze.com>
  • Loading branch information
harmen-xb and willem-xbreeze authored Jul 15, 2024
1 parent 3ef16f6 commit c44c44d
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 10 deletions.
12 changes: 12 additions & 0 deletions Documentation/docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@ Click on the header of a version number to go to the documentation of that speci
[//]: # (> * [ ] Binding)
[//]: # (> * [X] Some issue...)

## [Version 3.3](../../3.3/)

- [ ] 3.3.0 <sup>15-07-2024</sup>
>
> !!! info "Enhanced features"
> * [ ] Generic
> - [X] Dependency updates.
> !!! warning "Bug fixes"
> * [ ] Config
> * [ ] Model
> - [X] Fixed bug with model attribute injection with special characters.
## [Version 3.2](../../3.2/)

- [ ] 3.2.0 <sup>01-03-2024</sup>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project information
site_name: 'CrossGenerate v3.2'
site_name: 'CrossGenerate v3.3'

# Copyright
copyright: 'Copyright &copy; 2024 - CrossBreeze'
Expand Down
2 changes: 1 addition & 1 deletion Documentation/online/latest/.htaccess
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*) ../3.2/$1 [L]
RewriteRule ^(.*) ../3.3/$1 [L]
</IfModule>
4 changes: 2 additions & 2 deletions NuGet/CrossBreeze.CrossGenerate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ CrossGenerate generates software using:
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>

<PackageVersion>3.2.0</PackageVersion>
<PackageReleaseNotes>Added XInclude support for Model file.</PackageReleaseNotes>
<PackageVersion>3.3.0</PackageVersion>
<PackageReleaseNotes>Dependency updates and fix special characters in model attribute injection.</PackageReleaseNotes>
<PackageIcon>x-generate-icon.png</PackageIcon>
<RepositoryUrl>https://github.com/CrossBreezeNL/CrossGenerate</RepositoryUrl>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion XGenerate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.xbreeze.xgenerate</groupId>
<artifactId>XGenerate</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<packaging>jar</packaging>

<properties>
Expand Down
10 changes: 5 additions & 5 deletions XGenerateTest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>XGenerateTest</groupId>
<artifactId>XGenerateTest</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<properties>
<xgenerate.version>3.2.0</xgenerate.version>
<xgenerate.version>3.3.0</xgenerate.version>
<java.version>1.8</java.version>
<cucumber.version>7.11.2</cucumber.version>
<junit.version>5.9.2</junit.version>
<surefire.version>3.0.0</surefire.version>
<cucumber.version>7.18.0</cucumber.version>
<junit.version>5.10.3</junit.version>
<surefire.version>3.3.1</surefire.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down

0 comments on commit c44c44d

Please sign in to comment.