diff --git a/etc/deploy-assemby-jar.sh b/etc/deploy-assemby-jar.sh index 7c26b42..ef9cde7 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.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/ diff --git a/project/build.scala b/project/build.scala index 6fad6f1..e1133cf 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.0.0" + val Version = "3.1.0" val ScalaVersion = "2.11.6" val ScalatraVersion = "2.3.1"