Skip to content

Commit

Permalink
Minor adjustments for release process
Browse files Browse the repository at this point in the history
  • Loading branch information
neiser committed Dec 31, 2020
1 parent 1108c7c commit f38c2d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
6 changes: 6 additions & 0 deletions collection-cacheable-for-spring-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,11 @@
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
12 changes: 0 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,18 +179,6 @@
<!-- Create JavaDoc JAR -->
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<!-- See https://maven.apache.org/plugins/maven-javadoc-plugin/examples/tag-configuration.html -->
<tags>
<!-- Register @implNote -->
<tag>
<name>implNote</name>
<!-- All -->
<placement>a</placement>
<head>Implementation note:</head>
</tag>
</tags>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit f38c2d2

Please sign in to comment.