Bug 4306: Refer to the correct version of features-netconf-connector 20/26920/2
authorStephen Kitt <skitt@redhat.com>
Mon, 14 Sep 2015 16:44:55 +0000 (18:44 +0200)
committerStephen Kitt <skitt@redhat.com>
Mon, 14 Sep 2015 16:49:44 +0000 (18:49 +0200)
features-netconf-connector's POM inherits netconf-features-parent's
version, 1.0.0-SNAPSHOT; but netconf-artifact's POM uses
${mdsal.version} for features-netconf-connector (1.3.0-SNAPSHOT).

This patch uses ${project.version} instead, which is 1.0.0-SNAPSHOT.

Without this sfc fails to build in a clean environment.

Change-Id: Icad267d3e502233243eb10b4a7274b23feff0c31
Signed-off-by: Stephen Kitt <skitt@redhat.com>
opendaylight/netconf/netconf-artifacts/pom.xml

index 50ceafd4cd74c7a273cc1aca26f75fef858c02ad..76b4883dbc3d0470817c0f23b6e091a7d8de9a3d 100644 (file)
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>features-netconf-connector</artifactId>
-                <version>${mdsal.version}</version>
+                <version>${project.version}</version>
                 <classifier>features</classifier>
                 <type>xml</type>
                 <scope>runtime</scope>