File tree Expand file tree Collapse file tree 7 files changed +32
-10
lines changed Expand file tree Collapse file tree 7 files changed +32
-10
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 22
33All 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/ ) ,
66and 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments