Skip to content

Commit 0540335

Browse files
author
Caitlin Bales (MSFT)
committed
Revert "Change .SNAPSHOT to -SNAPSHOT"
This reverts commit 0de077a.
1 parent a24122f commit 0540335

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-/*
1+
/*
22
* This build file was generated by the Gradle 'init' task.
33
*
44
* This generated file contains a sample Java Library project to get you started.
@@ -46,7 +46,7 @@ publishing {
4646

4747
artifactId 'microsoft-graph'
4848

49-
version '${mavenMajorVersion}.${mavenMinorVersion}-SNAPSHOT'
49+
version '${mavenMajorVersion}.${mavenMinorVersion}.SNAPSHOT'
5050

5151
from components.java
5252

0 commit comments

Comments
 (0)