Skip to content

Commit d5f66c0

Browse files
authored
Updating version for release 1.0.0-beta-5 (#19)
* Updating version
1 parent 674e249 commit d5f66c0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

appveyor.yml

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ build_script:
2525
- ps: mkdir .pkg
2626

2727
artifacts:
28-
- path: '*.nupkg'
2928
- path: 'azure-functions-java-library/target/**.jar'
3029

3130
cache:

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.microsoft.azure.functions</groupId>
44
<artifactId>azure-functions-java-library</artifactId>
5-
<version>1.0.0-beta-4</version>
5+
<version>1.0.0-beta-5</version>
66
<packaging>jar</packaging>
77

88
<name>Microsoft Azure Functions Java Core Types</name>
@@ -93,7 +93,7 @@
9393
<plugin>
9494
<groupId>org.apache.maven.plugins</groupId>
9595
<artifactId>maven-javadoc-plugin</artifactId>
96-
<version>3.0.0-M1</version>
96+
<version>3.0.1</version>
9797
<executions>
9898
<execution>
9999
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)