File tree 2 files changed +12
-5
lines changed 2 files changed +12
-5
lines changed 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.
15
15
16
16
## [ Unreleased]
17
17
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
+
18
24
## [ 0.9.0-rc1] - 2019-12-12
19
25
20
26
### Overview
Original file line number Diff line number Diff line change 119
119
</configuration >
120
120
</plugin >
121
121
122
- <!-- Skip the deployment of internal module as it is inherited from parent pom -->
123
122
<plugin >
124
123
<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 >
129
130
</plugin >
130
131
</plugins >
131
132
</build >
You can’t perform that action at this time.
0 commit comments