Bump version to 3.3

This commit is contained in:
Naoki Takezoe
2015-05-31 11:44:01 +09:00
parent 0075664b9a
commit 54d1bff213
3 changed files with 3 additions and 2 deletions

View File

@@ -6,6 +6,6 @@ mvn deploy:deploy-file \
-DartifactId=gitbucket-assembly\
-Dversion=3.2.0\
-Dpackaging=jar\
-Dfile=../target/scala-2.11/gitbucket-assembly-3.2.0.jar\
-Dfile=../target/scala-2.11/gitbucket-assembly-3.3.0.jar\
-DrepositoryId=sourceforge.jp\
-Durl=scp://shell.sourceforge.jp/home/groups/a/am/amateras/htdocs/mvn/

View File

@@ -10,7 +10,7 @@ import sbtassembly.AssemblyKeys._
object MyBuild extends Build {
val Organization = "gitbucket"
val Name = "gitbucket"
val Version = "3.2.0"
val Version = "3.3.0"
val ScalaVersion = "2.11.6"
val ScalatraVersion = "2.3.1"

View File

@@ -21,6 +21,7 @@ object AutoUpdate {
* The history of versions. A head of this sequence is the current BitBucket version.
*/
val versions = Seq(
new Version(3, 3),
new Version(3, 2),
new Version(3, 1),
new Version(3, 0),