Skip to content

Commit 588d289

Browse files
authored
Github actions
1 parent 17d5de6 commit 588d289

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
release:
55
types: [published]
66

7+
78
jobs:
89
publish-release:
910
runs-on: ubuntu-latest

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
No more xml please! (nmxmlp)
22
============================
33

4+
![Java CI](https://github.com/kimble/nmxmlp/workflows/Java%20CI/badge.svg?branch=master)
5+
46
This mini project was born out of a frustrated hate of XML, JAXB, XJC, bindings, namespaces, code generation, xpath factories
57
and the ironically named SimpleNamespaceContext class. Not to mention all the possible ways these technologies makes it
68
insanely difficult and time consuming to debug problems...
@@ -11,15 +13,13 @@ way to extract and updated data in small-ish XML documents. Not too much to ask
1113
libraries seems to be able to do this in a convenient, reliable and straight forward way so I created this very non-enterprisy
1214
API doing just that.
1315

14-
[ ![Download](https://api.bintray.com/packages/kim-betti/maven/nmxmlp/images/download.svg?version=1.2.0) ](https://bintray.com/kim-betti/maven/nmxmlp/1.2.0/link)
1516

1617

1718
Design goals - In order of importance
1819
-------------------------------------
1920
1. Provide a convenient API to extract and update data in small-ish XML documents.
2021
2. Don't depend on any external XML APIs.
2122

22-
[![endorse](https://api.coderwall.com/kimble/endorsecount.png)](https://coderwall.com/kimble)
2323

2424
Non goals and constraints
2525
-------------------------

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ apply plugin: 'com.github.kt3k.coveralls'
1717

1818

1919
group = 'com.developerb.nmxmlp'
20-
version = '1.4.1'
20+
version = '1.4.2'
2121

2222
compileJava {
2323
sourceCompatibility = 1.8

0 commit comments

Comments
 (0)