summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-01-29 12:38:52 -0500
committerDan Timoney <dtimoney@att.com>2021-01-29 12:40:28 -0500
commit5700b8593826798ef4f9d0356f852698c1c91bef (patch)
tree14b751cd18d2e06ab347afd3acd4dec50ce59f2f /tools
parentaa7c2484c692878d24753fe462069e94f6c3291b (diff)
Revert "ccsdk parents for alu-sr0"
This reverts upgrade to OpenDaylight Aluminum (commit b6288f99fbfcc73f115511696f98111ca32b8d2f.) Change-Id: I194efd26f792328f0ab79848664708715e94e240 Issue-ID: CCSDK-3012 Signed-off-by: Dan Timoney <dtimoney@att.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 504128e5..4a513435 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 90f8d5c6..4f627db4 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