diff --git a/etc/deploy-assemby-jar.sh b/etc/deploy-assemby-jar.sh index ef9cde7..d953561 100755 --- a/etc/deploy-assemby-jar.sh +++ b/etc/deploy-assemby-jar.sh @@ -2,8 +2,8 @@ mvn deploy:deploy-file \ -DgroupId=gitbucket\ -DartifactId=gitbucket-assembly\ - -Dversion=3.1.0\ + -Dversion=3.1.1\ -Dpackaging=jar\ - -Dfile=../target/scala-2.11/gitbucket-assembly-3.1.0.jar\ + -Dfile=../target/scala-2.11/gitbucket-assembly-3.1.1.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 fe2ba71..273c0ba 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.1.0" + val Version = "3.1.1" val ScalaVersion = "2.11.6" val ScalatraVersion = "2.3.1"