Readd missing tag configuration for release plugin

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1100080 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom/pom.xml b/pom/pom.xml
index 349f3fb..35f84e4 100644
--- a/pom/pom.xml
+++ b/pom/pom.xml
@@ -166,6 +166,13 @@
                 </configuration>
             </plugin>
             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-release-plugin</artifactId>
+                <configuration>
+                    <tagBase>https://svn.apache.org/repos/asf/felix/releases</tagBase>
+                </configuration>
+            </plugin>
+            <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>ianal-maven-plugin</artifactId>
                 <executions>