Skip to content

Commit 24b445b

Browse files
build: release version 1.10.0
1 parent 6c4e2e6 commit 24b445b

File tree

41 files changed

+47
-51
lines changed

Some content is hidden

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

41 files changed

+47
-51
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.10.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.10.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.10.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.10.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.10.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.10.0</version>
1111
<relativePath>../build/build-parent/pom.xml</relativePath>
1212
</parent>
1313

docs/src/antora.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,18 @@
22
# During a release, Maven substitutes the properties and stores result into target/antora-template.yml.
33
# That file is then copied to src/modules/antora.yml and committed to Git on the release branch.
44
# The timefold.ai website can then be refreshed from the release branch and/or tag.
5-
6-
# This is a workaround to be able to build the docs from main branch,
7-
# because 1.9.0 tag has a critical docs bug and we don't want to re-release the solver just because of the docs.
8-
# Remove this file when releasing Solver 1.10.0.
95
name: timefold-solver
10-
title: Timefold Solver 1.9.0
6+
title: Timefold Solver 1.10.0
117
version: latest
128
asciidoc:
139
attributes:
14-
timefold-solver-version: 1.9.0
10+
timefold-solver-version: 1.10.0
1511
java-version: 17
1612
maven-version: 3.9.2
17-
quarkus-version: 3.8.3
18-
spring-boot-version: 3.2.4
19-
logback-version: 1.5.3
13+
quarkus-version: 3.9.4
14+
spring-boot-version: 3.2.5
15+
logback-version: 1.5.6
2016
exec-maven-plugin-version: 3.2.0
21-
rewrite-maven-plugin-version: 5.28.0
17+
rewrite-maven-plugin-version: 5.30.0
2218
nav:
23-
- modules/ROOT/nav.adoc
19+
- 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.10.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.10.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.10.0</version>
1010
</parent>
1111

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

0 commit comments

Comments
 (0)