Skip to content

Commit

Permalink
Merge pull request #13 from liquibase/test-workflow
Browse files Browse the repository at this point in the history
chore(pom.xml): update doctitle in maven-javadoc-plugin configuration…
  • Loading branch information
jandroav authored Sep 12, 2023
2 parents dc79c51 + 228a1c5 commit 17cfb59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.liquibase</groupId>
<artifactId>liquibase-super-pom</artifactId>
<name>Super POM</name>
<version>0.1.1-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version>
<description>Super POM for all Extensions</description>
<packaging>pom</packaging>

Expand Down Expand Up @@ -414,7 +414,7 @@
<version>${maven-javadoc-plugin.version}</version>
<configuration>
<author>false</author>
<doctitle>Liquibase DBmarlin ${project.version} API</doctitle>
<doctitle>Liquibase ${project.name} ${project.version} API</doctitle>
<quiet>true</quiet>
<doclint>none</doclint>
<encoding>UTF-8</encoding>
Expand Down

0 comments on commit 17cfb59

Please sign in to comment.