Skip to content

Commit

Permalink
Added badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Suderman committed May 23, 2019
1 parent 8b0d967 commit 1fd6d5d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,22 @@ org.lappsgrid.discriminator
[![Master Status](http://grid.anc.org:9080/travis/svg/lapps/org.lappsgrid.discriminator?branch=master)](https://travis-ci.org/lapps/org.lappsgrid.discriminator)
[![Develop Status](http://grid.anc.org:9080/travis/svg/lapps/org.lappsgrid.discriminator?branch=develop)](https://travis-ci.org/lapps/org.lappsgrid.discriminator)

## Maven

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.lappsgrid/discriminator/badge.svg?style=plastic)](https://maven-badges.herokuapp.com/maven-central/org.lappsgrid/discriminators)

```xml
<dependency>
<groupId>org.lappsgrid</groupId>
<artifactId>discriminator</artifactId>
<version>${see.above}</version>
</dependency>
```


The `org.lappsgrid.discriminator` package provides an inventory of the URI used by
LAPPS services. Most of the source code in this project is machine generated by the [Vocab DSL](https://github.com/lapps/vocabulary-pages) and
[Discriminator DSL](https://github.com/oanc/org.lappsgrid.discriminator.dsl) projects and should not be edited here.

The primary purpose of this module is to provide classes with `static final` definitions that IDEs can use for code completion and to provide meaningful tooltips.

## Maven
```xml
<dependency>
<groupId>org.lappsgrid</groupId>
<artifactId>discriminator</artifactId>
<version>2.3.1</version>
</dependency>
```
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

/**
* The DiscriminatorRegistry serves as the source of all
* knowledge for {@link Discriminator} objects.
* knowledge for Discriminator objects.
* <p>
* The DiscriminatorRegistry class is used to map between a Discriminator's
* integer identifier, its short name, and its URI.
Expand Down

0 comments on commit 1fd6d5d

Please sign in to comment.