Releases: tkurz/sesame-vocab-builder
Releases · tkurz/sesame-vocab-builder
Sesame Vocabulary Builder 1.4
Changes
- New Feature: Generate String Constants (#42)
- Minor fixes:
Maven
<plugin>
<groupId>com.github.tkurz.sesame</groupId>
<artifactId>vocab-builder-maven-plugin</artifactId>
<version>1.4</version>
</plugin>
<dependency>
<groupId>com.github.tkurz.sesame</groupId>
<artifactId>vocab-builder-cli</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>com.github.tkurz.sesame</groupId>
<artifactId>vocab-builder-core</artifactId>
<version>1.4</version>
</dependency>
Sesame Vocabulary Builder 1.3
Changes
- RDFa support based on Semargl Sesame (#28).
- Bugfixes for
Maven
<plugin>
<groupId>com.github.tkurz.sesame</groupId>
<artifactId>vocab-builder-maven-plugin</artifactId>
<version>1.3</version>
</plugin>
<dependency>
<groupId>com.github.tkurz.sesame</groupId>
<artifactId>vocab-builder-cli</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>com.github.tkurz.sesame</groupId>
<artifactId>vocab-builder-core</artifactId>
<version>1.3</version>
</dependency>
Sesame Vocabulary Builder 1.2
Changes
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>
Sesame Vocabulary Builder 1.1
Changes
- improved Command Line Interface (#3)
- created maven-plugin for on-the-fly generation (#5)
- generate directly from remote vocabularies
- new maven coordinates (see below)
Maven
<plugin>
<groupId>com.github.tkurz.sesame</groupId>
<artifactId>vocab-builder-maven-plugin</artifactId>
<version>1.1</version>
</plugin>
<dependency>
<groupId>com.github.tkurz.sesame</groupId>
<artifactId>vocab-builder-cli</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>com.github.tkurz.sesame</groupId>
<artifactId>vocab-builder-core</artifactId>
<version>1.1</version>
</dependency>
Version 1.0
sesame-vocab-builder-1.0 [maven-release-plugin] copy for tag sesame-vocab-builder-1.0