Skip to content

Commit 4f2a217

Browse files
Deploy the exonum-java-app module [ECR-3987] (#1297)
Deploy the exonum-java-app module, upon which the testkit depends. (cherry picked from commit 90e57f2)
1 parent a7f1813 commit 4f2a217

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

exonum-java-binding/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

exonum-java-binding/app/pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,14 @@
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>

0 commit comments

Comments
 (0)