Skip to content

Commit

Permalink
refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro committed May 14, 2024
1 parent bfada4d commit f943d8c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-unwelcome-words.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.sha }}
- name: Checkout tool
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: exactpro-th2/ci-github-action
ref: master
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# th2-cradle-admin 1.9.0
# th2-cradle-admin 1.10.0

The th2-cradle-admin is a set of projects for managing books and pages in th2 storage.

Expand Down Expand Up @@ -65,7 +65,7 @@ spec:

## Release notes:

### 1.9.0-dev
### 1.10.0-dev
* Migrated to th2 gradle plugin `0.0.6`
* Updated:
* bom: `4.6.1`
Expand Down
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ plugins {
id "com.exactpro.th2.gradle.component" version "0.0.6" apply false
}

apply plugin: 'java'

ext {
commonVersion = '5.11.0-dev'
cradleVersion = '5.3.0-dev'
Expand All @@ -14,9 +12,8 @@ dependencyCheck {
suppressionFile = "suppressions.xml"
}

allprojects {
subprojects {
apply plugin: 'java'
apply plugin: 'application'

sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release_version = 1.9.0
release_version = 1.10.0

0 comments on commit f943d8c

Please sign in to comment.