Skip to content

Commit b31507b

Browse files
build: release version 1.27.0
1 parent 109598f commit b31507b

File tree

41 files changed

+49
-49
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

+49
-49
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.27.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.27.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.27.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.27.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.27.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.27.0</version>
1111
<relativePath>../build/build-parent/pom.xml</relativePath>
1212
</parent>
1313

docs/src/antora.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
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.
55
name: timefold-solver
6-
title: Timefold Solver ${project.version}
6+
title: Timefold Solver 1.27.0
77
version: latest
88
asciidoc:
99
attributes:
10-
timefold-solver-version: ${project.version}
11-
java-version: ${maven.compiler.release}
12-
maven-version: ${maven.min.version}
13-
quarkus-version: ${version.io.quarkus}
14-
spring-boot-version: ${version.org.springframework.boot}
15-
logback-version: ${version.ch.qos.logback}
16-
exec-maven-plugin-version: ${version.exec.plugin}
17-
rewrite-maven-plugin-version: ${version.rewrite.plugin}
10+
timefold-solver-version: 1.27.0
11+
java-version: 17
12+
maven-version: 3.9.11
13+
quarkus-version: 3.28.3
14+
spring-boot-version: 3.5.6
15+
logback-version: 1.5.19
16+
exec-maven-plugin-version: 3.6.1
17+
rewrite-maven-plugin-version: 6.21.1
1818
nav:
1919
- 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.27.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.27.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.27.0</version>
1010
</parent>
1111

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

0 commit comments

Comments
 (0)