diff --git a/deploy-assembly/deploy-assembly-jar.sh b/deploy-assembly/deploy-assembly-jar.sh index 26fe060..fc5472b 100755 --- a/deploy-assembly/deploy-assembly-jar.sh +++ b/deploy-assembly/deploy-assembly-jar.sh @@ -6,6 +6,6 @@ -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/ diff --git a/project/build.scala b/project/build.scala index f2f5058..6279736 100644 --- a/project/build.scala +++ b/project/build.scala @@ -10,7 +10,7 @@ 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" diff --git a/src/main/scala/gitbucket/core/servlet/AutoUpdate.scala b/src/main/scala/gitbucket/core/servlet/AutoUpdate.scala index e60ca30..1389664 100644 --- a/src/main/scala/gitbucket/core/servlet/AutoUpdate.scala +++ b/src/main/scala/gitbucket/core/servlet/AutoUpdate.scala @@ -21,6 +21,7 @@ * 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),