Ottomata has submitted this change and it was merged.

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(-)

Approvals:
  Ottomata: Verified; Looks good to me, approved



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: merged
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

Reply via email to