File tree 7 files changed +28
-15
lines changed
7 files changed +28
-15
lines changed Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
types :
6
6
- closed
7
+ push :
8
+ branches :
9
+ - main
7
10
8
11
jobs :
9
12
10
13
attach-artifact-to-release :
11
- uses : liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.5.3
14
+ uses : liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.5.9
12
15
secrets : inherit
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
nightly-build :
10
- uses : liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.3
10
+ uses : liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.9
11
11
with :
12
12
nightly : true
13
13
secrets : inherit
Original file line number Diff line number Diff line change 12
12
13
13
jobs :
14
14
codeql :
15
- uses : liquibase/build-logic/.github/workflows/codeql.yml@v0.5.3
15
+ uses : liquibase/build-logic/.github/workflows/codeql.yml@v0.5.9
16
16
secrets : inherit
17
17
with :
18
18
languages : ' ["java"]'
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
create-release :
11
- uses : liquibase/build-logic/.github/workflows/create-release.yml@v0.5.3
11
+ uses : liquibase/build-logic/.github/workflows/create-release.yml@v0.5.9
12
12
secrets : inherit
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
release :
10
- uses : liquibase/build-logic/.github/workflows/extension-release-published.yml@v0.5.3
10
+ uses : liquibase/build-logic/.github/workflows/extension-release-published.yml@v0.5.9
11
11
secrets : inherit
Original file line number Diff line number Diff line change 9
9
- synchronize
10
10
11
11
jobs :
12
- build :
13
- uses : liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.3
12
+ build-test :
13
+ uses : liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.9
14
14
secrets : inherit
15
15
16
16
integration-test :
33
33
cache : ' maven'
34
34
35
35
- name : Build Cache
36
- uses : actions/cache@v3.0.5
36
+ uses : actions/cache@v3.3.2
37
37
with :
38
38
key : build-${{ github.run_number }}-${{ github.run_attempt }}
39
39
path : |
@@ -45,10 +45,14 @@ jobs:
45
45
46
46
- name : Archive Test Results
47
47
if : ${{ always() }}
48
- uses : actions/upload-artifact@v2
48
+ uses : actions/upload-artifact@v4
49
49
with :
50
50
name : test-reports-teradata-${{ matrix.teradata }}
51
51
path : |
52
52
**/target/surefire-reports
53
53
**/target/jacoco.exec
54
-
54
+
55
+ dependabot-automerge :
56
+ needs : build-test
57
+ uses : liquibase/build-logic/.github/workflows/dependabot-automerge.yml@v0.5.9
58
+ secrets : inherit
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
6
5
<parent >
7
6
<groupId >org.liquibase</groupId >
8
7
<artifactId >liquibase-parent-pom</artifactId >
9
- <version >0.2.6 </version > <!-- Replace with the desired version -->
8
+ <version >0.3.4 </version > <!-- Replace with the desired version -->
10
9
</parent >
11
10
12
11
<groupId >org.liquibase.ext</groupId >
13
12
<artifactId >liquibase-teradata</artifactId >
14
- <version >4.24.1 -SNAPSHOT</version >
13
+ <version >4.26.0 -SNAPSHOT</version >
15
14
16
15
<name >Liquibase Extension Teradata Database support</name >
17
16
<description >Add this Liquibase extension to your project to support Teradata Database</description >
18
17
<url >https://github.com/liquibase/liquibase-teradata</url >
19
18
20
19
<properties >
21
- <liquibase .version>4.24 .0</liquibase .version>
20
+ <liquibase .version>4.25 .0</liquibase .version>
22
21
</properties >
23
22
24
23
<dependencies >
36
35
</dependency >
37
36
</dependencies >
38
37
38
+ <scm >
39
+ <connection >scm:git:${project.scm.url} </connection >
40
+ <developerConnection >scm:git:${project.scm.url} </developerConnection >
41
+ <url >https://github.com/liquibase/liquibase-teradata.git</url >
42
+ <tag >HEAD</tag >
43
+ </scm >
44
+
39
45
<build >
40
46
<plugins >
41
47
<plugin >
You can’t perform that action at this time.
0 commit comments