Skip to content

Commit b4aef8c

Browse files
committed
Revert "Revert "Update version to 3.3 for release.""
This reverts commit 07833bc.
1 parent 3009196 commit b4aef8c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,13 @@
2525
buildscript {
2626
// Add Gradle shadow plugin: https://github.com/johnrengelman/shadow
2727
repositories { jcenter() }
28-
/* SNAPSHOT repo
29-
repositories {
30-
maven { url 'https://oss.jfrog.org/repo' }
31-
}*/
3228
dependencies { classpath 'com.github.jengelman.gradle.plugins:shadow:1.0.3' }
3329
}
3430

3531
import com.github.jengelman.gradle.plugins.shadow.ShadowJavaPlugin;
3632

3733
allprojects {
38-
version = '3.3-SNAPSHOT'
34+
version = '3.3'
3935

4036
apply plugin: 'java'
4137
sourceCompatibility = 1.7 // TODO: Update to Java 8 sometime in the future

0 commit comments

Comments
 (0)