Hello Ottomata,
I'd like you to do a code review. Please visit
https://gerrit.wikimedia.org/r/90161
to review the following change.
Change subject: Tie version of child artifacts to version of parent artifact
......................................................................
Tie version of child artifacts to version of parent artifact
Thereby it gets easier for downstream consumers to build their own
versions (e.g.: appending "-wmf" to the version), as they need to edit
fewer places.
Change-Id: I1804c2db5e66686f38eab3bd2dad153379ad7030
---
M pom.xml
1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/analytics/camus
refs/changes/61/90161/1
diff --git a/pom.xml b/pom.xml
index 2a10301..cf06b60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,22 +26,22 @@
<dependency>
<groupId>com.linkedin.camus</groupId>
<artifactId>camus-api</artifactId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.linkedin.camus</groupId>
<artifactId>camus-etl-kafka</artifactId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.linkedin.camus</groupId>
<artifactId>camus-schema-registry</artifactId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.linkedin.camus</groupId>
<artifactId>camus-schema-registry</artifactId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
--
To view, visit https://gerrit.wikimedia.org/r/90161
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1804c2db5e66686f38eab3bd2dad153379ad7030
Gerrit-PatchSet: 1
Gerrit-Project: analytics/camus
Gerrit-Branch: wmf-1
Gerrit-Owner: QChris <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits