Merge branch 'pr/30' into develop
diff --git a/engine-executor/build.sbt b/engine-executor/build.sbt
index 7f106c1..dc6f5ea 100644
--- a/engine-executor/build.sbt
+++ b/engine-executor/build.sbt
@@ -71,14 +71,17 @@
   }
 }
 
+credentials += Credentials(file("/home/user/.sbt/0.13/apache.credentials"))
+
 publishTo := {
-  val nexus = "https://oss.sonatype.org/"
+  val nexus = "https://repository.apache.org/"
   if (isSnapshot.value)
     Some("snapshots" at nexus + "content/repositories/snapshots")
   else
     Some("releases"  at nexus + "service/local/staging/deploy/maven2")
 }
 
+
 publishArtifact in Test := false
 
 useGpg := true
diff --git a/engine-executor/project/plugins.sbt b/engine-executor/project/plugins.sbt
index 014d7d3..54b2710 100644
--- a/engine-executor/project/plugins.sbt
+++ b/engine-executor/project/plugins.sbt
@@ -1,4 +1,3 @@
 addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0")
-
 addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.5")
-addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
+addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
\ No newline at end of file
diff --git a/engine-executor/sonatype.sbt b/engine-executor/sonatype.sbt
index 74c8d2e..bfb4424 100644
--- a/engine-executor/sonatype.sbt
+++ b/engine-executor/sonatype.sbt
@@ -2,7 +2,7 @@
 
 publishMavenStyle := true
 
-sonatypeProfileName := "com.github.apache"
+sonatypeProfileName := "org.apache.marvin"
 
 sonatypeProjectHosting := Some(GitHubHosting("incubator-marvin", "dev@marvin.apache.org", "marvin-engine-executor"))