Removing Sonatype POM configuration
diff --git a/project/pom.xml b/project/pom.xml
index eb663a2..a201855 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -68,16 +68,6 @@
       </snapshots>
     </repository>
     <repository>
-      <id>sonatype-nexus-snapshots</id>
-      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-    <repository>
       <id>clojars</id>
       <url>http://clojars.org/repo/</url>
     </repository>
@@ -312,27 +302,6 @@
     </plugins>
   </build>
   <profiles>
-    <!-- modifies the plugin config inherited from oss-parent -->
-    <profile> 
-      <id>sonatype-release-profile-extension</id>
-      <activation>
-        <property> 
-          <name>performRelease</name> 
-          <value>true</value> 
-        </property>
-      </activation>            
-      <build> 
-        <plugins>
-          <plugin>
-            <artifactId>maven-gpg-plugin</artifactId> 
-            <configuration>
-              <executable>${gpg.command}</executable>
-              <passphrase>${gpg.passphrase}</passphrase>
-            </configuration>
-          </plugin> 
-        </plugins>
-      </build> 
-    </profile>   
     <profile>
       <id>live</id>
       <build>