Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,13 +227,6 @@ jobs:
with:
path: src/target/site

- name: Deploy to Github pages
uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./src/target/site
force_orphan: true

deploy-pages:
runs-on: ubuntu-latest
needs: [build-pages]
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 4.5.1
# 4.5.2
* Actions
* `restore`
* Delete cached file after restoring the cache to free up disk space
Expand Down
2 changes: 1 addition & 1 deletion demos/advanced-demo/entities-metamodel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>software.xdev.tci.demo</groupId>
<artifactId>advanced-demo</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>
<artifactId>entities-metamodel</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion demos/advanced-demo/entities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>software.xdev.tci.demo</groupId>
<artifactId>advanced-demo</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>
<artifactId>entities</artifactId>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>software.xdev.tci.demo.it</groupId>
<artifactId>integration-tests</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>
<artifactId>persistence-it-eclipselink</artifactId>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>software.xdev.tci.demo.it</groupId>
<artifactId>integration-tests</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>
<artifactId>persistence-it-hibernate</artifactId>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>software.xdev.tci.demo.it</groupId>
<artifactId>integration-tests</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>
<artifactId>persistence-it</artifactId>

Expand Down
10 changes: 5 additions & 5 deletions demos/advanced-demo/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>software.xdev.tci.demo</groupId>
<artifactId>advanced-demo</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>

<groupId>software.xdev.tci.demo.it</groupId>
<artifactId>integration-tests</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -30,21 +30,21 @@
<dependency>
<groupId>software.xdev.tci.demo.it</groupId>
<artifactId>persistence-it</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
<type>test-jar</type>
<classifier>tests</classifier>
</dependency>

<dependency>
<groupId>software.xdev.tci.demo.it</groupId>
<artifactId>tci-db</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>software.xdev.tci.demo.it</groupId>
<artifactId>tci-webapp</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion demos/advanced-demo/integration-tests/tci-db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>software.xdev.tci.demo.it</groupId>
<artifactId>integration-tests</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>
<artifactId>tci-db</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion demos/advanced-demo/integration-tests/tci-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>software.xdev.tci.demo.it</groupId>
<artifactId>integration-tests</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>
<artifactId>tci-webapp</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion demos/advanced-demo/integration-tests/webapp-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>software.xdev.tci.demo.it</groupId>
<artifactId>integration-tests</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>
<artifactId>webapp-it</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion demos/advanced-demo/persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>software.xdev.tci.demo</groupId>
<artifactId>advanced-demo</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>
<artifactId>persistence</artifactId>

Expand Down
8 changes: 4 additions & 4 deletions demos/advanced-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>software.xdev.tci</groupId>
<artifactId>demos</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>

<groupId>software.xdev.tci.demo</groupId>
Expand All @@ -32,19 +32,19 @@
<dependency>
<groupId>software.xdev.tci.demo</groupId>
<artifactId>entities</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>software.xdev.tci.demo</groupId>
<artifactId>entities-metamodel</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>software.xdev.tci.demo</groupId>
<artifactId>persistence</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion demos/advanced-demo/webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>software.xdev.tci.demo</groupId>
<artifactId>advanced-demo</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>
<artifactId>webapp</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion demos/base-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>software.xdev.tci</groupId>
<artifactId>demos</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>

<artifactId>base-demo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>software.xdev.tci</groupId>
<artifactId>root</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>

<artifactId>demos</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>software.xdev.tci</groupId>
<artifactId>root</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
<packaging>pom</packaging>
<url>https://github.com/xdev-software/tci</url>

Expand Down
5 changes: 4 additions & 1 deletion src/base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@
<parent>
<groupId>software.xdev.tci</groupId>
<artifactId>src</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>

<artifactId>base</artifactId>
<packaging>jar</packaging>

<name>base</name>
<description>TCI - base</description>

<dependencies>
<!-- TestContainers -->
<dependency>
Expand Down
30 changes: 15 additions & 15 deletions src/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>software.xdev.tci</groupId>
<artifactId>src</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>

<artifactId>bom</artifactId>
Expand All @@ -21,72 +21,72 @@
<dependency>
<groupId>software.xdev.tci</groupId>
<artifactId>base</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.xdev.tci</groupId>
<artifactId>db-jdbc</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.xdev.tci</groupId>
<artifactId>db-jdbc-spring-orm</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.xdev.tci</groupId>
<artifactId>db-jdbc-spring-orm-eclipselink</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.xdev.tci</groupId>
<artifactId>db-jdbc-spring-orm-hibernate</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.xdev.tci</groupId>
<artifactId>image-build</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.xdev.tci</groupId>
<artifactId>jacoco</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.xdev.tci</groupId>
<artifactId>jul-to-slf4j</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.xdev.tci</groupId>
<artifactId>junit-jupiter-api-support</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.xdev.tci</groupId>
<artifactId>mailpit</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.xdev.tci</groupId>
<artifactId>mockserver</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.xdev.tci</groupId>
<artifactId>oidc-server-mock</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.xdev.tci</groupId>
<artifactId>selenium</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.xdev.tci</groupId>
<artifactId>spring-dao-support</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions src/db-jdbc-spring-orm-eclipselink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>software.xdev.tci</groupId>
<artifactId>src</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>

<artifactId>db-jdbc-spring-orm-eclipselink</artifactId>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>software.xdev.tci</groupId>
<artifactId>db-jdbc-spring-orm</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions src/db-jdbc-spring-orm-hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>software.xdev.tci</groupId>
<artifactId>src</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>

<artifactId>db-jdbc-spring-orm-hibernate</artifactId>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>software.xdev.tci</groupId>
<artifactId>db-jdbc-spring-orm</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions src/db-jdbc-spring-orm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>software.xdev.tci</groupId>
<artifactId>src</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>

<artifactId>db-jdbc-spring-orm</artifactId>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>software.xdev.tci</groupId>
<artifactId>db-jdbc</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions src/db-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>software.xdev.tci</groupId>
<artifactId>src</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>

<artifactId>db-jdbc</artifactId>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>software.xdev.tci</groupId>
<artifactId>base</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
Loading
Loading