Skip to content

Commit

Permalink
Merge branch 'main' into dependabot-github_actions-actions-checkout-4
Browse files Browse the repository at this point in the history
  • Loading branch information
jandroav authored Sep 12, 2023
2 parents 0e624ae + b2bb5ba commit 7a41fdd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name-template: 'Support for Liquibase v$RESOLVED_VERSION'
name-template: 'Liquibase Super POM v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
exclude-labels:
- 'skipReleaseNotes'
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>liquibase-super-pom</artifactId>
<name>Super POM</name>
<packaging>pom</packaging>
<version>4.23.1-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
<description>Super POM for all Extensions</description>

<issueManagement>
Expand All @@ -30,7 +30,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Liquibase -->
<liquibase.version>${project.version}</liquibase.version>
<liquibase.version>4.23.1</liquibase.version>
<!-- SonarCloud -->
<sonar.organization>liquibase</sonar.organization>
<sonar.projectKey>liquibase_${project.artifactId}</sonar.projectKey>
Expand Down
8 changes: 8 additions & 0 deletions src/test/java/org/liquibase/superpom/Test.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

import org.junit.jupiter.api.Test;
public class Test {

@Test
void whenTestCase_thenPass() {
}
}

0 comments on commit 7a41fdd

Please sign in to comment.