STREAMS-258: remove gpg plugin from release profile
diff --git a/pom.xml b/pom.xml
index 990f606..4b573f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1202,19 +1202,6 @@
                             <skipExec>true</skipExec>
                         </configuration>
                     </plugin>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-gpg-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>sign-artifacts</id>
-                                <phase>verify</phase>
-                                <goals>
-                                    <goal>sign</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
                 </plugins>
             </build>
             <reporting>