Skip to content

Sesame Vocabulary Builder 1.2

Compare
Choose a tag to compare
@tkurz tkurz released this 16 Apr 09:53
· 37 commits to master since this release

Changes

  1. Use Resource Bundles for L10N #12
  2. Fixed Constant Names (Upper Case, Dashes) #17 #21

Maven

<plugin> 
  <groupId>com.github.tkurz.sesame</groupId>
  <artifactId>vocab-builder-maven-plugin</artifactId>
  <version>1.2</version>
</plugin>
<dependency>
  <groupId>com.github.tkurz.sesame</groupId>
  <artifactId>vocab-builder-cli</artifactId>
  <version>1.2</version>
</dependency>
<dependency>
  <groupId>com.github.tkurz.sesame</groupId>
  <artifactId>vocab-builder-core</artifactId>
  <version>1.2</version>
</dependency>