Fixating version of common scripts 03/9503/2
authorJan Srnicek <jan.srnicek@pantheon.tech>
Tue, 21 Nov 2017 09:01:51 +0000 (10:01 +0100)
committerJan Srnicek <jan.srnicek@pantheon.tech>
Tue, 21 Nov 2017 09:04:26 +0000 (09:04 +0000)
If something tries to use impl-parent, and its uses diferent versioning,
project.version would be override in this case with that project version

Change-Id: I5e2490a437712e36a11eb83550b2b05cd49477a3
Signed-off-by: Jan Srnicek <jan.srnicek@pantheon.tech>
common/impl-parent/pom.xml

index 47dd9e7..c352353 100644 (file)
             <dependency>
               <groupId>io.fd.honeycomb.common</groupId>
               <artifactId>common-scripts</artifactId>
-              <version>${project.version}</version>
+              <version>1.18.01-SNAPSHOT</version>
             </dependency>
           </dependencies>
         </plugin>