Skip to content

Commit bdf2345

Browse files
committed
Update nexus-staging-maven-plugin version and SDK version
1 parent 909df12 commit bdf2345

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'eclipse'
33
apply plugin: 'java'
44

55
group = 'com.github.lob'
6-
version = '13.4.5'
6+
version = '13.4.8'
77

88
buildscript {
99
repositories {

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"),

pom.xml

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>
@@ -37,7 +37,7 @@
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>
@@ -52,7 +52,7 @@
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>
@@ -367,6 +367,23 @@
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>

0 commit comments

Comments
 (0)