Skip to content

Commit

Permalink
publishing 2.0.1 (#6)
Browse files Browse the repository at this point in the history
the artifacts are now signed.
improved the readme.md to show the latest version
  • Loading branch information
stheppi authored Apr 25, 2018
1 parent 0ff6c0a commit 7921dbe
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
Binary file added LSQL_JDBC.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
[<img src="https://img.shields.io/badge/docs--orange.svg?"/>](http://lenses.stream/dev/jdbc/index.html)
[<img src="https://img.shields.io/badge/latest%20release-0.0.1-blue.svg?label=latest%20release"/>](https://search.maven.org/#search%7Cga%7C1%7Ca%3A%22lenses-jdbc%22)

[<img src="https://img.shields.io/maven-central/v/com.landoop/lenses-jdbc.svg?label=latest%20release"/>](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22lenses-jdbc%22)

# LSQL JDBC Library

![alt text][logo]

[logo]: https://github.com/Landoop/lenses-jdbc/blob/master/LSQL_JDBC.jpg "LENSES JDBC for Apache Kafka"


A JDBC 4.0 compliant driver for [Lenses](https://www.landoop.com/kafka-lenses/), suitable for any application that uses the JDBC interface, to communicate with Apache Kafka via the Lenses platform.

Users of this library can:
Expand Down
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,23 @@ buildscript {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.3'
classpath "org.jetbrains.dokka:dokka-gradle-plugin:0.9.16"
classpath 'io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.11.0'
classpath 'net.researchgate:gradle-release:2.7.0'
}
}

group 'com.landoop'
version '2.0.1'

apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'java'
apply plugin: "kotlin"
// apply plugin: 'application'
// apply plugin: 'distribution'

apply plugin: 'maven-publish'
apply plugin: 'signing'
apply plugin: 'maven'
apply plugin: 'org.jetbrains.dokka'
apply plugin: 'io.codearte.nexus-staging'
apply plugin: 'net.researchgate.release'

repositories {
mavenCentral()
Expand Down
6 changes: 5 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
kotlin.incremental=true
kotlin.incremental=true
version=2.0.1

ossrhUsername=you
ossrhPassword=me

0 comments on commit 7921dbe

Please sign in to comment.