File tree Expand file tree Collapse file tree 3 files changed +22
-5
lines changed
Expand file tree Collapse file tree 3 files changed +22
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'eclipse'
33apply plugin : ' java'
44
55group = ' com.github.lob'
6- version = ' 13.4.5 '
6+ version = ' 13.4.8 '
77
88buildscript {
99 repositories {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22 settings(
33 organization := " com.github.lob" ,
44 name := " lob-java" ,
5- version := " 13.4.5 " ,
5+ version := " 13.4.8 " ,
66 scalaVersion := " 2.11.4" ,
77 scalacOptions ++= Seq (" -feature" ),
88 javacOptions in compile ++= Seq (" -Xlint:deprecation" ),
Original file line number Diff line number Diff line change 33 <groupId >com.lob</groupId >
44 <artifactId >lob-java</artifactId >
55 <packaging >jar</packaging >
6- <version >13.4.7 -SNAPSHOT</version >
6+ <version >13.4.8 -SNAPSHOT</version >
77 <name >${project.groupId} :${project.artifactId} </name >
88 <description >Parent pom for the Lob API Java Wrapper</description >
99 <url >https://github.com/lob/lob-java</url >
3737 <connection >scm:git:git@github.com:lob/lob-java.git</connection >
3838 <developerConnection >scm:git:git@github.com:lob/lob-java.git</developerConnection >
3939 <url >https://github.com/lob/lob-java</url >
40- <tag >lob-java-13.4.5 </tag >
40+ <tag >lob-java-13.4.8 </tag >
4141 </scm >
4242
4343 <build >
5252 <plugin >
5353 <groupId >org.sonatype.plugins</groupId >
5454 <artifactId >nexus-staging-maven-plugin</artifactId >
55- <version >1.6.12 </version >
55+ <version >1.6.13 </version >
5656 <extensions >true</extensions >
5757 <configuration >
5858 <serverId >ossrh</serverId >
367367 </profile >
368368 </profiles >
369369
370+ <pluginRepositories >
371+ <pluginRepository >
372+ <id >ossrh</id >
373+ <url >https://s01.oss.sonatype.org/content/repositories/snapshots/</url >
374+ <releases >
375+ <enabled >true</enabled >
376+ </releases >
377+ <snapshots >
378+ <enabled >true</enabled >
379+ </snapshots >
380+ </pluginRepository >
381+ <pluginRepository >
382+ <id >central</id >
383+ <url >https://repo.maven.apache.org/maven2</url >
384+ </pluginRepository >
385+ </pluginRepositories >
386+
370387 <dependencies >
371388 <dependency >
372389 <groupId >io.swagger</groupId >
You can’t perform that action at this time.
0 commit comments