Skip to content

Commit e5528fa

Browse files
committed
1.1.10 RC
Added - [dependabot](.github/dependabot.yml) configuration Changed - fj-doc set to 1.5.10 - reference to https://keepachangelog.com/ v1.1.0 in changelog Security - fj-bom set to 1.3.5
1 parent 5e8fa59 commit e5528fa

File tree

7 files changed

+32
-10
lines changed

7 files changed

+32
-10
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "Maven" # See documentation for possible values
9+
directory: "/" # Location of package manifests
10+
schedule:
11+
interval: "weekly"

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,25 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [1.1.10] - 2023-09-04
11+
12+
### Added
13+
14+
- [dependabot](.github/dependabot.yml) configuration
15+
1016
### Changed
1117

12-
- fj-doc set to 1.5.9
18+
- fj-doc set to 1.5.10
19+
- reference to https://keepachangelog.com/ v1.1.0 in changelog
20+
21+
### Security
22+
23+
- fj-bom set to 1.3.5
1324

1425
## [1.1.9] - 2023-09-04
1526

fj-daogen-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-daogen</artifactId>
10-
<version>1.1.10-SNAPSHOT</version>
10+
<version>1.1.10</version>
1111
</parent>
1212

1313
<name>fj-daogen-base</name>

fj-daogen-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-daogen</artifactId>
10-
<version>1.1.10-SNAPSHOT</version>
10+
<version>1.1.10</version>
1111
</parent>
1212

1313
<packaging>maven-plugin</packaging>

fj-daogen-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-daogen</artifactId>
10-
<version>1.1.10-SNAPSHOT</version>
10+
<version>1.1.10</version>
1111
</parent>
1212

1313
<name>fj-daogen-sample</name>

fj-daogen-tool/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-daogen</artifactId>
10-
<version>1.1.10-SNAPSHOT</version>
10+
<version>1.1.10</version>
1111
</parent>
1212

1313
<name>fj-daogen-tool</name>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<groupId>org.fugerit.java</groupId>
77
<artifactId>fj-bom</artifactId>
8-
<version>1.3.3</version>
8+
<version>1.3.5</version>
99
<relativePath></relativePath>
1010
</parent>
1111

1212
<artifactId>fj-daogen</artifactId>
1313

14-
<version>1.1.10-SNAPSHOT</version>
14+
<version>1.1.10</version>
1515
<packaging>pom</packaging>
1616

1717
<name>fj-daogen</name>
@@ -24,8 +24,8 @@
2424
<maven.compiler.source>${java-version-compliance}</maven.compiler.source>
2525
<maven.compiler.target>${java-version-compliance}</maven.compiler.target>
2626
<maven.compiler.release>${java-version-compliance}</maven.compiler.release>
27-
<fj-version>8.2.4</fj-version>
28-
<fj-doc-version>1.5.9</fj-doc-version>
27+
<fj-version>8.2.6</fj-version>
28+
<fj-doc-version>1.5.10</fj-doc-version>
2929
<fj-test-helper-version>0.4.1</fj-test-helper-version>
3030
<javax-rs-api-version>2.1.1</javax-rs-api-version>
3131
<fj-daogen-version>${project.version}</fj-daogen-version>

0 commit comments

Comments
 (0)