Update assembly jar version to 3.1.0

This commit is contained in:
Naoki Takezoe
2015-03-28 17:24:09 +09:00
parent 7d3c7a0c61
commit 7661e8cadd
2 changed files with 3 additions and 3 deletions

View File

@@ -2,8 +2,8 @@
mvn deploy:deploy-file \
-DgroupId=gitbucket\
-DartifactId=gitbucket-assembly\
-Dversion=3.0.0\
-Dversion=3.1.0\
-Dpackaging=jar\
-Dfile=../target/scala-2.11/gitbucket-assembly-3.0.0.jar\
-Dfile=../target/scala-2.11/gitbucket-assembly-3.1.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.0.0"
val Version = "3.1.0"
val ScalaVersion = "2.11.6"
val ScalatraVersion = "2.3.1"