From f58e683bbc68492f6d1300045c49ee5f43e5718b Mon Sep 17 00:00:00 2001 From: Bodastage Date: Sun, 14 Jan 2018 00:55:44 +0300 Subject: [PATCH 1/3] Remove openjdk 6 and 7 --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3bff162..8b52a0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,6 @@ language: java jdk: - oraclejdk8 - - oraclejdk7 - - openjdk6 notifications: email: From 6a1e4eacdc32765c36648854c23ab8586766e51d Mon Sep 17 00:00:00 2001 From: Emmanuel Robert Ssebaggala Date: Wed, 17 Jan 2018 15:53:33 +0300 Subject: [PATCH 2/3] Update README.md --- README.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5a46064..13057b3 100644 --- a/README.md +++ b/README.md @@ -5,25 +5,23 @@ XML to csv parser for 3GPP Bulk CM data files as defined by ETSI TS 132 615. The parser will convert from XML to csv any XML file that is complaint with TS 132 615 such as Ericsson and ZTE. The parser creates a separate csv file for each Managed Object in the XML file. -#Usage +# Usage java -jar bulkcmparser.jar bulkcm.xml outputDirectory -#Download and installation +# Download and installation The lastest compiled jar file is availabled in the dist directory or get it [here](https://github.com/bodastage/boda-bulkcmparser/blob/master/dist/boda-bulkcmparser.jar?raw=true). -#Requirements -To run the jar file, you need Java version 1.6 and above. +# Requirements +To run the jar file, you need Java version 1.8 and above. -#Getting help +# Getting help To report issues with the application or request new features use the issue [tracker](https://github.com/boda-stage/boda-bulkcmparser/issues). For help and customizations send an email to info@bodastage.com. -#Credits +# Credits [Bodastage](http://www.bodastage.com) - info@bodastage.co -#Contact +# Contact For any other concerns apart from issues and feature requests, send an email to info@bodastage.com. -#Licence +# Licence This project is licensed under Apache 2.0. See LICENCE file for details. - - From 32db8d5f94ecfd440b572f48dea0ca0ce416bb59 Mon Sep 17 00:00:00 2001 From: Emmanuel Robert Ssebaggala Date: Wed, 17 Jan 2018 15:53:59 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13057b3..6759d0e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ To run the jar file, you need Java version 1.8 and above. To report issues with the application or request new features use the issue [tracker](https://github.com/boda-stage/boda-bulkcmparser/issues). For help and customizations send an email to info@bodastage.com. # Credits -[Bodastage](http://www.bodastage.com) - info@bodastage.co +[Bodastage Solutions](http://www.bodastage.com) - info@bodastage.com # Contact For any other concerns apart from issues and feature requests, send an email to info@bodastage.com.