Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #820 from nkunal/develop
Browse files Browse the repository at this point in the history
prep for 2.16.0 release
  • Loading branch information
dilipdevaraj-sfdc committed Jul 19, 2018
2 parents e853b53 + de4ebe9 commit b86bd91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -118,7 +118,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
<dockerImages.base.name>salesforce</dockerImages.base.name>
<project.version>2.15.0</project.version>
<project.version>2.16.0</project.version>
<logback.version>1.2.3</logback.version>
<jackson.version>2.9.5</jackson.version>
<httpclient.version>4.5.3</httpclient.version>
Expand Down Expand Up @@ -171,7 +171,7 @@
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
Expand Down Expand Up @@ -206,7 +206,7 @@
<exclude>**/*Test.class</exclude>
<exclude>**/*IT.class</exclude>
</excludes>
</configuration>
</configuration>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion project.version
@@ -1 +1 @@
export PROJECT_VERSION=2.15.0
export PROJECT_VERSION=2.16.0

0 comments on commit b86bd91

Please sign in to comment.