Skip to content

Commit

Permalink
Merge pull request #121 from SvenT23/main
Browse files Browse the repository at this point in the history
Revert license back to Apache 2.0
  • Loading branch information
filipelautert authored Jul 29, 2024
2 parents 638ec7c + 9c43c9b commit 04e3aa2
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,26 @@
<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>
<parent>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-parent-pom</artifactId>
<version>0.4.0</version>
</parent>

<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-db2i</artifactId>
<version>4.29.0-SNAPSHOT</version>
<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-db2i</artifactId>
<version>4.29.0-SNAPSHOT</version>

<name>Liquibase Extension: IBM DB2 for iSeries Support</name>
<description>Adds support for IBM DB2 for iSeries</description>
<url>https://github.com/liquibase/liquibase-db2i</url>
<name>Liquibase Extension: IBM DB2 for iSeries Support</name>
<description>Adds support for IBM DB2 for iSeries</description>
<url>https://github.com/liquibase/liquibase-db2i</url>

<licenses>
<license>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<name>Apache License, Version 2.0</name>
</license>
</licenses>

<scm>
<connection>scm:git:${project.scm.url}</connection>
Expand Down

0 comments on commit 04e3aa2

Please sign in to comment.