Skip to content

Commit 0a220f5

Browse files
committed
switched to 0.3.0-SNAPSHOT
1 parent fb7cab1 commit 0a220f5

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
@@ -41,8 +41,8 @@ def bintrayRepositoryUrl = "https://api.bintray.com/maven/mariodavid/cuba-compon
4141
cuba {
4242
artifact {
4343
group = 'de.diedavids.cuba.userinbox'
44-
version = '0.2.0'
45-
isSnapshot = false
44+
version = '0.3.0'
45+
isSnapshot = true
4646
}
4747
tomcat {
4848
dir = "$project.rootDir/deploy/tomcat"

0 commit comments

Comments
 (0)