diff --git a/build.gradle b/build.gradle index 8dead880..97ee6c27 100755 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'eclipse' apply plugin: 'java' group = 'com.github.lob' -version = '13.4.5' +version = '13.4.8' buildscript { repositories { diff --git a/build.sbt b/build.sbt index aabb3afb..190e4545 100755 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ lazy val root = (project in file(".")). settings( organization := "com.github.lob", name := "lob-java", - version := "13.4.5", + version := "13.4.8", scalaVersion := "2.11.4", scalacOptions ++= Seq("-feature"), javacOptions in compile ++= Seq("-Xlint:deprecation"), diff --git a/pom.xml b/pom.xml index 82fa12e0..5efd2a65 100755 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.lob lob-java jar - 13.4.7-SNAPSHOT + 13.4.8-SNAPSHOT ${project.groupId}:${project.artifactId} Parent pom for the Lob API Java Wrapper https://github.com/lob/lob-java @@ -37,7 +37,7 @@ scm:git:git@github.com:lob/lob-java.git scm:git:git@github.com:lob/lob-java.git https://github.com/lob/lob-java - lob-java-13.4.5 + lob-java-13.4.8 @@ -52,7 +52,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.12 + 1.6.13 true ossrh @@ -367,6 +367,23 @@ + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots/ + + true + + + true + + + + central + https://repo.maven.apache.org/maven2 + + + io.swagger