pravega / hadoop-connectors

Apache Hadoop connectors for Pravega.
Apache License 2.0
3 stars 13 forks source link

[issue-115] Fix the typo of snapshot #117

Closed crazyzhou closed 4 years ago

crazyzhou commented 4 years ago

Signed-off-by: Brian Zhou brian.zhou@emc.com

Change log description Change the spelling mistake of SANPSHOT in gradle.properties

Purpose of the change Fixes #115

What the code does

Change from 0.7.0-SANPSHOT to 0.7.0-SNAPSHOT

How to verify it

./gradlew clean build should pass