From 2ac89bdb1824e9e6c8ef9ddd2d650d70db3654b2 Mon Sep 17 00:00:00 2001 From: Roman Roelofsen Date: Thu, 14 Mar 2024 08:48:23 +0100 Subject: [PATCH] added github maven repository --- .travis.yml | 1 - README.md | 2 - pom.xml | 320 ++++++++++++++++++++++++++-------------------------- 3 files changed, 160 insertions(+), 163 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index dff5f3a..0000000 --- a/.travis.yml +++ /dev/null @@ -1 +0,0 @@ -language: java diff --git a/README.md b/README.md index 64369db..3c4551c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -[![Build Status](https://travis-ci.org/w11k/lsql.svg?branch=master)](https://travis-ci.org/w11k/lsql) - # Literate SQL - A Java Database Library LSql (Literate SQL) is a Java database library focusing on type-safety and the preservation of the relational data model. diff --git a/pom.xml b/pom.xml index a38d290..fbcc8a7 100644 --- a/pom.xml +++ b/pom.xml @@ -2,178 +2,178 @@ - 4.0.0 + 4.0.0 - com.w11k.lsql - lsql-parent - 0.36.2 - pom + com.w11k.lsql + lsql-parent + 0.36.2 + pom - - lsql-core - lsql-guice - lsql-generation-tests - lsql-doc - + + lsql-core + lsql-guice + lsql-generation-tests + lsql-doc + - - UTF-8 - github - + + UTF-8 + github + - - - - - org.slf4j - slf4j-api - 1.7.7 - + + + + + org.slf4j + slf4j-api + 1.7.7 + - - com.google.inject - guice - 3.0 - - - com.google.guava - guava - 23.0 - + + com.google.inject + guice + 3.0 + + + com.google.guava + guava + 23.0 + - - io.reactivex.rxjava2 - rxjava - 2.1.8 - + + io.reactivex.rxjava2 + rxjava + 2.1.8 + - - joda-time - joda-time - 2.2 - + + joda-time + joda-time + 2.2 + - - com.fasterxml.jackson.core - jackson-core - 2.2.2 - - - com.fasterxml.jackson.core - jackson-databind - 2.2.2 - - - com.fasterxml.jackson.core - jackson-annotations - 2.2.2 - - - com.fasterxml.jackson.datatype - jackson-datatype-joda - 2.3.1 - + + com.fasterxml.jackson.core + jackson-core + 2.2.2 + + + com.fasterxml.jackson.core + jackson-databind + 2.2.2 + + + com.fasterxml.jackson.core + jackson-annotations + 2.2.2 + + + com.fasterxml.jackson.datatype + jackson-datatype-joda + 2.3.1 + - - - org.postgresql - postgresql - 42.2.1 - + + + org.postgresql + postgresql + 42.2.1 + - - - org.testng - testng - 6.8.5 - test - - - commons-dbcp - commons-dbcp - 1.4 - test - - - com.googlecode.flyway - flyway-core - 2.2 - test - - - com.h2database - h2 - 1.3.172 - test - - - net.sourceforge.jtds - jtds - 1.3.0 - test - - - + + + org.testng + testng + 6.8.5 + test + + + commons-dbcp + commons-dbcp + 1.4 + test + + + com.googlecode.flyway + flyway-core + 2.2 + test + + + com.h2database + h2 + 1.3.172 + test + + + net.sourceforge.jtds + jtds + 1.3.0 + test + + + - - - - src/test/java - - - src/test/resources - - - - - src/main/java - - - src/main/resources - - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.3.2 - - 1.8 - 1.8 - -Xlint:unchecked - - - - org.apache.maven.plugins - maven-resources-plugin - 2.5 - - UTF-8 - - - - org.apache.maven.plugins - maven-source-plugin - 2.2.1 - - - attach-sources - - jar - - - - - - + + + + src/test/java + + + src/test/resources + + + + + src/main/java + + + src/main/resources + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.8 + 1.8 + -Xlint:unchecked + + + + org.apache.maven.plugins + maven-resources-plugin + 2.5 + + UTF-8 + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar + + + + + + - - - bintray-w11k-lsql - w11k-lsql - https://api.bintray.com/maven/w11k/lsql/releases/;publish=1 - - + + + github + GitHub Packages + https://maven.pkg.github.com/w11k/lsql + +