Skip to content

Commit

Permalink
- 0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
alegauss committed Dec 21, 2024
1 parent 6db5b81 commit d446cdf
Show file tree
Hide file tree
Showing 20 changed files with 29 additions and 29 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
target-branch: "0.3.9"
target-branch: "0.3.10"
open-pull-requests-limit: 15
ignore:
- dependency-name: "org.apache.nutch:nutch"
Expand All @@ -23,7 +23,7 @@ updates:
directory: "/turing-ui" # Location of package manifests
schedule:
interval: "weekly"
target-branch: "0.3.9"
target-branch: "0.3.10"
open-pull-requests-limit: 15
ignore:
- dependency-name: "typescript"
Expand All @@ -37,7 +37,7 @@ updates:
directory: "/turing-react" # Location of package manifests
schedule:
interval: "weekly"
target-branch: "0.3.9"
target-branch: "0.3.10"
open-pull-requests-limit: 15
ignore:
- dependency-name: "typescript"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: Java CI with Maven and SonarCloud

on:
push:
branches: [ "master", "0.3.9" ]
branches: [ "master", "0.3.10" ]
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
Expand Down Expand Up @@ -69,5 +69,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
javadoc-branch: javadoc
java-version: 21
target-folder: docs/0.3.9/javadoc
target-folder: docs/0.3.10/javadoc
javadoc-source-folder: target/reports/apidocs
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ name: "CodeQL Advanced"

on:
push:
branches: [ "0.3.9" ]
branches: [ "0.3.10" ]
pull_request:
branches: [ "0.3.9" ]
branches: [ "0.3.10" ]
schedule:
- cron: '28 17 * * 3'

Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ Viglet Team <[email protected]>
:organization: Viglet Turing
:toclevels: 5
:toc-title: Table of Content
:viglet-version: 0.3.9
:viglet-version: 0.3.10

[preface]
image:https://img.shields.io/badge/Download-Release%20{viglet-version}-blue?style=for-the-badge&logo=OpenJDK[link="https://viglet.com/turing/download/"]
image:https://img.shields.io/github/license/openturing/turing.svg?style=for-the-badge&logo=Apache["License"]
image:https://img.shields.io/github/last-commit/openturing/turing.svg?style=for-the-badge&logo=java)[GitHub last commit]
image:https://img.shields.io/github/actions/workflow/status/openturing/turing/build.yml?branch=0.3.9&style=for-the-badge&logo=GitHub[link="https://github.com/openturing/turing/actions/workflows/build.yml"]
image:https://img.shields.io/github/actions/workflow/status/openturing/turing/build.yml?branch=0.3.10&style=for-the-badge&logo=GitHub[link="https://github.com/openturing/turing/actions/workflows/build.yml"]
image:https://img.shields.io/badge/Sonar-Code%20Quality-brightgreen?style=for-the-badge&logo=SonarCloud[link="https://sonarcloud.io/organizations/viglet-turing/projects"]
image:https://img.shields.io/badge/Javadoc-Release%20{viglet-version}-brightgreen?style=for-the-badge&logo=OpenJDK[link="https://openturing.github.io/turing/{viglet-version}/javadoc/"]

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<description>Viglet Turing ES</description>

<properties>
<revision>0.3.9</revision>
<revision>0.3.10</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<spring-boot.version>3.4.0</spring-boot.version>
Expand Down
2 changes: 1 addition & 1 deletion turing-aem/aem-cli-sample/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
<fileset dir="scripts/commons/env-publish/"/>
</copy>
<copy file="target/aem-cli-sample.jar" todir="dist/prod/libs/"/>
<get src="https://github.com/openturing/turing/releases/download/v0.3.9/turing-aem.jar" dest="dist/prod/libs/"/>
<get src="https://github.com/openturing/turing/releases/download/v0.3.10/turing-aem.jar" dest="dist/prod/libs/"/>
</target>
</project>
2 changes: 1 addition & 1 deletion turing-aem/aem-cli-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<name>Turing AEM - Sample Custom CLI Indexer</name>
<description>Turing AEM Connector - Sample Custom CLI Indexer</description>
<properties>
<revision>0.3.9</revision>
<revision>0.3.10</revision>
<turing.version>96070ba23c</turing.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>21</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion turing-connector/connector-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<dependency>
<groupId>com.viglet.turing.connector</groupId>
<artifactId>connector-commons</artifactId>
<version>0.3.9</version>
<version>0.3.10</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion turing-connector/connector-sample/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<fileset dir="scripts/prod/"/>
</copy>
<copy file="target/connector-sample.jar" todir="dist/prod/libs/"/>
<get src="https://github.com/openturing/turing/releases/download/v0.3.9/turing-connector.jar" dest="dist/prod/"/>
<get src="https://github.com/openturing/turing/releases/download/v0.3.10/turing-connector.jar" dest="dist/prod/"/>
</target>
</project>
2 changes: 1 addition & 1 deletion turing-db/db-sample/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<fileset dir="scripts/prod"/>
</copy>
<copy file="target/db-sample.jar" todir="dist/prod/libs"/>
<get src="https://github.com/openturing/turing/releases/download/v0.3.9/turing-db.jar" dest="dist/prod/libs"/>
<get src="https://github.com/openturing/turing/releases/download/v0.3.10/turing-db.jar" dest="dist/prod/libs"/>
<get src="https://github.com/h2database/h2database/releases/download/version-2.3.232/h2-2024-08-11.zip" dest="dist/prod/h2" />
<unzip src="dist/prod/h2/h2-2024-08-11.zip" dest="dist/prod"/>
</target>
Expand Down
2 changes: 1 addition & 1 deletion turing-db/db-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<name>Turing Database - Sample Custom Connector</name>
<description>Turing Database - Sample Custom Connector</description>
<properties>
<revision>0.3.9</revision>
<revision>0.3.10</revision>
<turing.version>3ee63eeed0</turing.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>21</maven.compiler.source>
Expand Down
6 changes: 3 additions & 3 deletions turing-react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion turing-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turing-react",
"version": "0.3.9",
"version": "0.3.10",
"private": true,
"dependencies": {
"@primer/octicons-react": "^19.14.0",
Expand Down
2 changes: 1 addition & 1 deletion turing-sprinklr/sprinklr-sample/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<fileset dir="scripts/prod/"/>
</copy>
<copy file="target/sprinklr-sample.jar" todir="dist/prod/libs/"/>
<get src="https://github.com/openturing/turing/releases/download/v0.3.9/turing-sprinklr.jar" dest="dist/prod/"/>
<get src="https://github.com/openturing/turing/releases/download/v0.3.10/turing-sprinklr.jar" dest="dist/prod/"/>
</target>
</project>
2 changes: 1 addition & 1 deletion turing-sprinklr/sprinklr-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<name>Turing Sprinklr - Sample Custom Connector</name>
<description>Turing Sprinklr - Sample Custom Connector</description>
<properties>
<revision>0.3.9</revision>
<revision>0.3.10</revision>
<turing.version>3ee63eeed0</turing.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>21</maven.compiler.source>
Expand Down
4 changes: 2 additions & 2 deletions turing-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion turing-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turing-ui",
"version": "0.3.9",
"version": "0.3.10",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion turing-web-crawler/wc-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<dependency>
<groupId>com.viglet.turing.connector</groupId>
<artifactId>connector-commons</artifactId>
<version>0.3.9</version>
<version>0.3.10</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions turing-web-crawler/wc-sample/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<fileset dir="scripts/prod/"/>
</copy>
<copy file="target/wc-sample.jar" todir="dist/prod/libs/"/>
<get src="https://github.com/openturing/turing/releases/download/v0.3.9/turing-web-crawler-plugin.jar" dest="dist/prod/libs/"/>
<get src="https://github.com/openturing/turing/releases/download/v0.3.9/turing-connector.jar" dest="dist/prod/"/>
<get src="https://github.com/openturing/turing/releases/download/v0.3.10/turing-web-crawler-plugin.jar" dest="dist/prod/libs/"/>
<get src="https://github.com/openturing/turing/releases/download/v0.3.10/turing-connector.jar" dest="dist/prod/"/>
</target>
</project>
2 changes: 1 addition & 1 deletion turing-web-crawler/wc-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<name>Turing Web Crawler - Sample Custom Connector</name>
<description>Turing Web Crawler - Sample Custom Connector</description>
<properties>
<revision>0.3.9</revision>
<revision>0.3.10</revision>
<turing.version>9b886917b9</turing.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>21</maven.compiler.source>
Expand Down

0 comments on commit d446cdf

Please sign in to comment.