Skip to content

Commit 67709ea

Browse files
authored
chore(pom.xml): update version from 0.4.0-SNAPSHOT to 0.3.5-SNAPSHOT for Liquibase Parent POM (#148)
refactor(pom.xml): remove maven-javadoc-plugin configuration as it is no longer needed
1 parent 3808bdb commit 67709ea

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

pom.xml

+1-23
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.liquibase</groupId>
55
<artifactId>liquibase-parent-pom</artifactId>
66
<name>Liquibase Parent POM</name>
7-
<version>0.4.0-SNAPSHOT</version>
7+
<version>0.3.5-SNAPSHOT</version>
88
<description>Liquibase Parent POM for all Extensions</description>
99
<url>https://github.com/liquibase/liquibase-parent-pom</url>
1010
<packaging>pom</packaging>
@@ -547,28 +547,6 @@
547547
</execution>
548548
</executions>
549549
</plugin>
550-
<plugin>
551-
<groupId>org.apache.maven.plugins</groupId>
552-
<artifactId>maven-javadoc-plugin</artifactId>
553-
<version>${maven-javadoc-plugin.version}</version>
554-
<configuration>
555-
<author>false</author>
556-
<doctitle>Liquibase ${project.name} ${project.version} API</doctitle>
557-
<quiet>true</quiet>
558-
<doclint>none</doclint>
559-
<encoding>UTF-8</encoding>
560-
<jarOutputDirectory>${project.build.directory}</jarOutputDirectory>
561-
</configuration>
562-
<executions>
563-
<execution>
564-
<id>jar-javadoc</id>
565-
<goals>
566-
<goal>jar</goal>
567-
</goals>
568-
<phase>package</phase>
569-
</execution>
570-
</executions>
571-
</plugin>
572550
<plugin>
573551
<groupId>com.coderplus.maven.plugins</groupId>
574552
<artifactId>copy-rename-maven-plugin</artifactId>

0 commit comments

Comments
 (0)