summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMichael DÜrre <michael.duerre@highstreet-technologies.com>2020-12-01 13:34:56 +0100
committerDan Timoney <dtimoney@att.com>2021-02-02 10:17:54 -0500
commitc6bdd9a5a0b6d710f130f655df2e6b15c3a58998 (patch)
tree59149a519c353c550d750258ca9b8e086ebfc7cc /tools
parente1d0e25da4f0d49adcd6d2bc2dc5f4f0bef4adfd (diff)
ccsdk parents for alu-sr0
migrate parents to aluminium-sr0 Change-Id: Iafc8f9bdefe7fb3593166bb067210cc944d65561 Issue-ID: CCSDK-3012 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/fluorine2neon.sh2
-rwxr-xr-xtools/updParentVersion.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/fluorine2neon.sh b/tools/fluorine2neon.sh
index 4a513435..504128e5 100755
--- a/tools/fluorine2neon.sh
+++ b/tools/fluorine2neon.sh
@@ -31,7 +31,7 @@ cat <<END > /tmp/rebase-pom.xslt
<dependency><xsl:text>&#xa; </xsl:text>
<groupId>org.opendaylight.mdsal.binding.model.ietf</groupId><xsl:text>&#xa; </xsl:text>
<artifactId>rfc6991</artifactId><xsl:text>&#xa; </xsl:text>
- </dependency><xsl:text>&#xa;</xsl:text>
+ </dependency><xsl:text>&#xa;</xsl:text>
</xsl:template>
<xsl:template match="//pom:dependency[pom:groupId='org.opendaylight.mdsal.model' and pom:artifactId='ietf-yang-types-20130715']">
diff --git a/tools/updParentVersion.sh b/tools/updParentVersion.sh
index 4f627db4..90f8d5c6 100755
--- a/tools/updParentVersion.sh
+++ b/tools/updParentVersion.sh
@@ -27,7 +27,7 @@ cat <<END > /tmp/rebase-pom.xslt
<!-- Change ccsdk parent pom version -->
<xsl:template match="//pom:parent[pom:groupId='org.onap.ccsdk.parent']/pom:version">
- <version>$newVersion</version>
+ <version>$newVersion</version>
</xsl:template>
</xsl:stylesheet>
END