File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1515
1616## [ Unreleased]
1717
18+ ## 0.9.0-rc2 - 2019-12-17
19+
20+ ### Fixed
21+ - Published on Maven Central a missing dependency of a Testkit module
22+ (exonum-java-app).
23+
1824## [ 0.9.0-rc1] - 2019-12-12
1925
2026### Overview
Original file line number Diff line number Diff line change 119119 </configuration >
120120 </plugin >
121121
122- <!-- Skip the deployment of internal module as it is inherited from parent pom -->
123122 <plugin >
124123 <groupId >org.apache.maven.plugins</groupId >
125- <artifactId >maven-deploy-plugin</artifactId >
126- <configuration >
127- <skip >true</skip >
128- </configuration >
124+ <artifactId >maven-javadoc-plugin</artifactId >
125+ </plugin >
126+
127+ <plugin >
128+ <groupId >org.apache.maven.plugins</groupId >
129+ <artifactId >maven-source-plugin</artifactId >
129130 </plugin >
130131 </plugins >
131132 </build >
You can’t perform that action at this time.
0 commit comments