Skip to content

Commit

Permalink
Revert "test functional tests with recent commits reverted (liquibase…
Browse files Browse the repository at this point in the history
…#4555)" (DAT-14615) (liquibase#4563)

Revert "test functional tests with recent commits reverted (liquibase#4555)"

This reverts commit e5df0d9.
  • Loading branch information
StevenMassaro authored Jul 28, 2023
1 parent dbd9f22 commit 29183cd
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
server-id: github
server-id: liquibase
- name: Set up Maven
uses: stCarolas/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
server-id: github
server-id: liquibase
- name: Set up Maven
uses: stCarolas/[email protected]
with:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
server-id: github
server-id: liquibase
- name: Set up Maven
uses: stCarolas/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
server-id: github
server-id: liquibase
- name: Set up Maven
uses: stCarolas/[email protected]
with:
Expand All @@ -265,7 +265,7 @@ jobs:
run: mvn -B clean deploy -DskipTests=true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TARGET_ARTIFACT_REPOSITORY: github
TARGET_ARTIFACT_REPOSITORY: liquibase

deploy_xsd:
name: Upload xsds
Expand Down
10 changes: 5 additions & 5 deletions liquibase-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@

<repositories>
<repository>
<id>github</id>
<url>https://liquibot:${env.GITHUB_TOKEN}@maven.pkg.github.com/liquibase/liquibase</url>
<id>liquibase</id>
<url>https://maven.pkg.github.com/liquibase/liquibase</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>liquibase-pro</id>
<url>https://liquibot:${env.GITHUB_TOKEN}@maven.pkg.github.com/liquibase/liquibase-pro</url>
<url>https://maven.pkg.github.com/liquibase/liquibase-pro</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<properties>
<deploy.repositoryId>github</deploy.repositoryId>
<deploy.url>https://liquibot:${env.GITHUB_TOKEN}@maven.pkg.github.com/liquibase/liquibase</deploy.url>
<deploy.repositoryId>liquibase</deploy.repositoryId>
<deploy.url>https://maven.pkg.github.com/liquibase/liquibase</deploy.url>
<h2.version>2.1.214</h2.version>
<hsqldb.version>2.7.2</hsqldb.version>
<postgresql.version>42.6.0</postgresql.version>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@

<repositories>
<repository>
<id>github</id>
<url>https://liquibot:${env.GITHUB_TOKEN}@maven.pkg.github.com/liquibase/liquibase</url>
<id>liquibase</id>
<url>https://maven.pkg.github.com/liquibase/liquibase</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>liquibase-pro</id>
<url>https://liquibot:${env.GITHUB_TOKEN}@maven.pkg.github.com/liquibase/liquibase-pro</url>
<url>https://maven.pkg.github.com/liquibase/liquibase-pro</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
Expand Down Expand Up @@ -96,9 +96,9 @@

<distributionManagement>
<repository>
<id>github</id>
<id>liquibase</id>
<name>GitHub Packages</name>
<url>https://liquibot:${env.GITHUB_TOKEN}@maven.pkg.github.com/liquibase/liquibase</url>
<url>https://maven.pkg.github.com/liquibase/liquibase</url>
</repository>
</distributionManagement>

Expand Down

0 comments on commit 29183cd

Please sign in to comment.