diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-04 17:18:17 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-09 11:23:21 +0300 |
commit | 5463416fd7f3e44d68cb1a4d446dcc352ee5d58e (patch) | |
tree | 3ed92a4b763b9cef1814b97214d4b642a862447f /build.properties | |
parent | 7b25d8b203b8f04bcebcc5fb702582baf7cfefa6 (diff) | |
download | vaadin-framework-5463416fd7f3e44d68cb1a4d446dcc352ee5d58e.tar.gz vaadin-framework-5463416fd7f3e44d68cb1a4d446dcc352ee5d58e.zip |
Metadata for client-compiled package (#9299)
Diffstat (limited to 'build.properties')
-rw-r--r-- | build.properties | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/build.properties b/build.properties index 0a4f894b4b..f5682be0a0 100644 --- a/build.properties +++ b/build.properties @@ -3,6 +3,7 @@ javadoc.bottom=<i>Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.</i ivy.organisation=com.vaadin vaadin.vendor=Vaadin Ltd vaadin.java.version=1.6 -vaadin.version=0.0.0.noversion - +vaadin.version=0.0.0.unversioned-development-build +# repository into which Maven snapshots should be published +snapshot.repository.url=http://oss.sonatype.org/content/repositories/vaadin-snapshots |