Skip to content

julianhyde/eigenbase-xom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

eigenbase-xom

XML object model for Java.

Prerequisites

Eigenbase-XOM requires git and Java (JDK 8) or later.

Download and build

$ git clone git://github.com/julianhyde/eigenbase-xom.git
$ cd eigenbase-xom
$ ./mvnw install

On Windows, the last line is

> mvnw install

Use maven artifacts

Include the following in your pom.xml.

  <dependencies>
    <dependency>
      <groupId>net.hydromatic</groupId>
      <artifactId>eigenbase-xom</artifactId>
      <version>1.3.7</version>
    </dependency>
  </dependencies>

Release (for committers only)

Update version numbers in README.md, copyright date in NOTICE, and add release notes to HISTORY.md.

Use JDK 8.

$ export GPG_TTY=$(tty)
$ git clean -nx
$ ./mvnw clean
$ ./mvnw release:clean
$ ./mvnw -Prelease release:prepare
$ ./mvnw -Prelease release:perform

More information

About

XML object model for Java

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •