Skip to content

Commit

Permalink
Release 1.4.2 (#143)
Browse files Browse the repository at this point in the history
* Release 1.4.2
* fix the library dependency issue on CI with passing checkstyle

Co-authored-by: Tsuyoshi Ushio <ushio@simplearchitect.com>
  • Loading branch information
amamounelsayed and TsuyoshiUshio authored Jan 28, 2021
1 parent 0098603 commit 2b4b6ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mvnBuildFunctionPluginsSkipTests.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mvn clean install -pl build-tools,azure-maven-plugins-pom,azure-tools-common,azure-auth-helper,azure-maven-plugin-lib,azure-functions-maven-plugin -Dmaven.javadoc.skip=true -Dmaven.test.skip -U -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
mvn clean install -Dcheckstyle.skip -Dmaven.javadoc.skip=true -Dmaven.test.skip -U -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure.functions</groupId>
<artifactId>azure-functions-java-library</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2</version>
<packaging>jar</packaging>
<parent>
<groupId>com.microsoft.maven</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
* @return The maximum retry delay.
*/
String maximumInterval();
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
* @return The delay interval.
*/
String delayInterval();
}
}

0 comments on commit 2b4b6ab

Please sign in to comment.