Commit 67709ea 1 parent 3808bdb commit 67709ea Copy full SHA for 67709ea
File tree 1 file changed +1
-23
lines changed
1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change 4
4
<groupId >org.liquibase</groupId >
5
5
<artifactId >liquibase-parent-pom</artifactId >
6
6
<name >Liquibase Parent POM</name >
7
- <version >0.4.0 -SNAPSHOT</version >
7
+ <version >0.3.5 -SNAPSHOT</version >
8
8
<description >Liquibase Parent POM for all Extensions</description >
9
9
<url >https://github.com/liquibase/liquibase-parent-pom</url >
10
10
<packaging >pom</packaging >
547
547
</execution >
548
548
</executions >
549
549
</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 >
572
550
<plugin >
573
551
<groupId >com.coderplus.maven.plugins</groupId >
574
552
<artifactId >copy-rename-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments