Skip to content

Commit

Permalink
[maven-release-plugin] prepare release temp
Browse files Browse the repository at this point in the history
  • Loading branch information
liquibot committed Nov 27, 2024
1 parent ba583d8 commit f3067e6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -11,7 +10,7 @@

<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-databricks</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>

<name>Liquibase Extension: Databricks support</name>
<description>Liquibase Extension for Databricks.</description>
Expand Down Expand Up @@ -46,7 +45,7 @@
<connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:${project.scm.url}</developerConnection>
<url>https://github.com/liquibase/liquibase-databricks.git</url>
<tag>HEAD</tag>
<tag>temp</tag>
</scm>

<properties>
Expand Down Expand Up @@ -284,11 +283,11 @@
<executions>
<execution>
<id>build-sources-jar</id>
<phase/>
<phase />
</execution>
<execution>
<id>build-javadoc-jar</id>
<phase/>
<phase />
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit f3067e6

Please sign in to comment.