Skip to content

Commit 99b0103

Browse files
authored
Merge pull request #2282 from openturing/2025.1
2025.1
2 parents 33cc796 + 5a3edb4 commit 99b0103

File tree

42 files changed

+57
-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.

42 files changed

+57
-51
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12-
target-branch: "0.3.10"
12+
target-branch: "2025.1"
1313
open-pull-requests-limit: 15
1414
ignore:
1515
- dependency-name: "org.apache.nutch:nutch"
@@ -23,7 +23,7 @@ updates:
2323
directory: "/turing-ui" # Location of package manifests
2424
schedule:
2525
interval: "weekly"
26-
target-branch: "0.3.10"
26+
target-branch: "2025.1"
2727
open-pull-requests-limit: 15
2828
ignore:
2929
- dependency-name: "typescript"

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,13 @@ jobs:
4040
java-version: '21'
4141
distribution: 'temurin'
4242
cache: maven
43-
43+
- name: Increment Version
44+
run: |
45+
./mvnw build-helper:parse-version versions:set -DnewVersion=\${parsedVersion.majorVersion}.\${parsedVersion.minorVersion}.\${parsedVersion.nextIncrementalVersion} versions:commit
46+
git config user.name alexandre.oliveira
47+
git config user.email [email protected]
48+
git commit -m "Updated version in pom.xml"
49+
git push
4450
- name: Cache SonarCloud packages
4551
uses: actions/cache@v3
4652
with:

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ name: "CodeQL Advanced"
1313

1414
on:
1515
push:
16-
branches: [ "0.3.10" ]
16+
branches: [ "2025.1" ]
1717
pull_request:
18-
branches: [ "0.3.10" ]
18+
branches: [ "2025.1" ]
1919
schedule:
2020
- cron: '28 17 * * 3'
2121

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ Viglet Team <[email protected]>
33
:organization: Viglet Turing
44
:toclevels: 5
55
:toc-title: Table of Content
6-
:viglet-version: 0.3.10
6+
:viglet-version: 2025.1
77

88
[preface]
99
image:https://img.shields.io/badge/Download-Release%20{viglet-version}-blue?style=for-the-badge&logo=OpenJDK[link="https://viglet.com/turing/download/"]
1010
image:https://img.shields.io/github/license/openturing/turing.svg?style=for-the-badge&logo=Apache["License"]
1111
image:https://img.shields.io/github/last-commit/openturing/turing.svg?style=for-the-badge&logo=java)[GitHub last commit]
12-
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"]
12+
image:https://img.shields.io/github/actions/workflow/status/openturing/turing/build.yml?branch=2025.1&style=for-the-badge&logo=GitHub[link="https://github.com/openturing/turing/actions/workflows/build.yml"]
1313
image:https://img.shields.io/badge/Sonar-Code%20Quality-brightgreen?style=for-the-badge&logo=SonarCloud[link="https://sonarcloud.io/organizations/viglet-turing/projects"]
1414
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/"]
1515

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.viglet.turing</groupId>
77
<artifactId>turing</artifactId>
88
<packaging>pom</packaging>
9-
<version>0.3.10.1</version>
9+
<version>2025.1.2</version>
1010
<name>Turing ES Master</name>
1111
<description>Viglet Turing ES</description>
1212

turing-aem/aem-cli-indexer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.viglet.turing.connector</groupId>
88
<artifactId>turing-aem</artifactId>
9-
<version>0.3.10.1</version>
9+
<version>2025.1.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>aem-cli-indexer</artifactId>

turing-aem/aem-cli-sample/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
<fileset dir="scripts/commons/env-publish/"/>
1919
</copy>
2020
<copy file="target/aem-cli-sample.jar" todir="dist/prod/libs/"/>
21-
<get src="https://github.com/openturing/turing/releases/download/v0.3.10/turing-aem.jar" dest="dist/prod/libs/"/>
21+
<get src="https://github.com/openturing/turing/releases/download/v2025.1/turing-aem.jar" dest="dist/prod/libs/"/>
2222
</target>
2323
</project>

turing-aem/aem-cli-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<name>Turing AEM - Sample Custom CLI Indexer</name>
99
<description>Turing AEM Connector - Sample Custom CLI Indexer</description>
1010
<properties>
11-
<revision>0.3.10</revision>
11+
<revision>2025.1</revision>
1212
<turing.version>6eea13d91d</turing.version>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1414
<maven.compiler.source>21</maven.compiler.source>

turing-aem/aem-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.viglet.turing.connector</groupId>
88
<artifactId>turing-aem</artifactId>
9-
<version>0.3.10.1</version>
9+
<version>2025.1.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>aem-commons</artifactId>

turing-aem/aem-plugin-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.viglet.turing.connector</groupId>
88
<artifactId>turing-aem</artifactId>
9-
<version>0.3.10.1</version>
9+
<version>2025.1.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)