Skip to content

Commit e6d8368

Browse files
build: release version 1.15.0
1 parent 1a566c0 commit e6d8368

File tree

44 files changed

+55
-54
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+55
-54
lines changed

benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>ai.timefold.solver</groupId>
88
<artifactId>timefold-solver-build-parent</artifactId>
9-
<version>999-SNAPSHOT</version>
9+
<version>1.15.0</version>
1010
<relativePath>../build/build-parent/pom.xml</relativePath>
1111
</parent>
1212

build/bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>ai.timefold.solver</groupId>
88
<artifactId>timefold-solver-parent</artifactId>
9-
<version>999-SNAPSHOT</version>
9+
<version>1.15.0</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

build/build-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>ai.timefold.solver</groupId>
88
<artifactId>timefold-solver-parent</artifactId>
9-
<version>999-SNAPSHOT</version>
9+
<version>1.15.0</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

build/ide-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ai.timefold.solver</groupId>
77
<artifactId>timefold-solver-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>1.15.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>timefold-solver-ide-config</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>ai.timefold.solver</groupId>
88
<artifactId>timefold-solver-build-parent</artifactId>
9-
<version>999-SNAPSHOT</version>
9+
<version>1.15.0</version>
1010
<relativePath>../build/build-parent/pom.xml</relativePath>
1111
</parent>
1212

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>ai.timefold.solver</groupId>
99
<artifactId>timefold-solver-build-parent</artifactId>
10-
<version>999-SNAPSHOT</version>
10+
<version>1.15.0</version>
1111
<relativePath>../build/build-parent/pom.xml</relativePath>
1212
</parent>
1313

docs/src/antora.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
# This file is temporary.
2-
# Solver 1.14.0 had a docs bug which prevents the Antora docs from building.
3-
# Therefore the docs are temporarily built from main, until 1.15.0 is out at which point this file can be deleted.
1+
# This file is a template for antora.yml.
2+
# During a release, Maven substitutes the properties and stores result into target/antora-template.yml.
3+
# That file is then copied to src/modules/antora.yml and committed to Git on the release branch.
4+
# The timefold.ai website can then be refreshed from the release branch and/or tag.
45
name: timefold-solver
5-
title: Timefold Solver 1.14.0
6+
title: Timefold Solver 1.15.0
67
version: latest
78
asciidoc:
89
attributes:
9-
timefold-solver-version: 1.14.0
10-
timefold-solver-python-version: 1.14.0b0
10+
timefold-solver-version: 1.15.0
11+
timefold-solver-python-version: 1.15.0b0
1112
java-version: 17
1213
maven-version: 3.9.2
1314
python-version: '3.10'
14-
quarkus-version: 3.14.4
15-
spring-boot-version: 3.3.3
15+
quarkus-version: 3.15.1
16+
spring-boot-version: 3.3.4
1617
logback-version: 1.5.8
17-
exec-maven-plugin-version: 3.3.1
18-
rewrite-maven-plugin-version: 5.40.2
18+
exec-maven-plugin-version: 3.4.1
19+
rewrite-maven-plugin-version: 5.41.0
1920
nav:
20-
- modules/ROOT/nav.adoc
21+
- modules/ROOT/nav.adoc

migration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>ai.timefold.solver</groupId>
88
<artifactId>timefold-solver-build-parent</artifactId>
9-
<version>999-SNAPSHOT</version>
9+
<version>1.15.0</version>
1010
<relativePath>../build/build-parent/pom.xml</relativePath>
1111
</parent>
1212

persistence/common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>ai.timefold.solver</groupId>
88
<artifactId>timefold-solver-persistence-parent</artifactId>
9-
<version>999-SNAPSHOT</version>
9+
<version>1.15.0</version>
1010
</parent>
1111

1212
<artifactId>timefold-solver-persistence-common</artifactId>

persistence/jackson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>ai.timefold.solver</groupId>
88
<artifactId>timefold-solver-persistence-parent</artifactId>
9-
<version>999-SNAPSHOT</version>
9+
<version>1.15.0</version>
1010
</parent>
1111

1212
<artifactId>timefold-solver-jackson</artifactId>

0 commit comments

Comments
 (0)