remove scm from akkaPomExtra, included by sbt-git
This commit is contained in:
parent
8049ac1438
commit
ff4c4d5c90
1 changed files with 3 additions and 1 deletions
|
|
@ -26,11 +26,13 @@ object Publish extends AutoPlugin {
|
|||
)
|
||||
|
||||
def akkaPomExtra = {
|
||||
<inceptionYear>2009</inceptionYear>
|
||||
/* The scm info is automatic from the sbt-git plugin
|
||||
<scm>
|
||||
<url>git://github.com/akka/akka.git</url>
|
||||
<connection>scm:git:git@github.com:akka/akka.git</connection>
|
||||
</scm>
|
||||
*/
|
||||
<inceptionYear>2009</inceptionYear>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>akka-contributors</id>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue