You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2007/04/11 02:52:37 UTC

svn commit: r527354 - /incubator/openjpa/branches/0.9.7-incubating/pom.xml

Author: mikedd
Date: Tue Apr 10 17:52:37 2007
New Revision: 527354

URL: http://svn.apache.org/viewvc?view=rev&rev=527354
Log:
removing release plugin artifacts

Modified:
    incubator/openjpa/branches/0.9.7-incubating/pom.xml

Modified: incubator/openjpa/branches/0.9.7-incubating/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/branches/0.9.7-incubating/pom.xml?view=diff&rev=527354&r1=527353&r2=527354
==============================================================================
--- incubator/openjpa/branches/0.9.7-incubating/pom.xml (original)
+++ incubator/openjpa/branches/0.9.7-incubating/pom.xml Tue Apr 10 17:52:37 2007
@@ -129,41 +129,6 @@
             <modules>
                 <module>openjpa-project</module>
             </modules>
-            <build>
-            <plugins>
-                <plugin>
-                    <artifactId>maven-gpg-plugin</artifactId>
-                    <version>1.0-alpha-1</version>
-                    <configuration>
-                        <passphrase>${gpg.passphrase}</passphrase>
-                    </configuration>
-                    <executions>
-                        <execution>
-                            <goals>
-                                <goal>sign</goal>
-                            </goals>
-                        </execution>
-                    </executions>
-                </plugin> 
-                <plugin>
-                    <inherited>true</inherited>
-                    <artifactId>maven-deploy-plugin</artifactId>
-                    <version>2.3</version>
-                    <configuration>
-                        <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
-                        <updateReleaseInfo>true</updateReleaseInfo>
-                    </configuration>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>        
-                    <artifactId>maven-release-plugin</artifactId>
-                    <version>2.0-beta-4</version>          
-                    <configuration>
-                        <tagBase>https://svn.apache.org/repos/asf/incubator/openjpa/branches/0.9.7-incubating/tags/</tagBase>
-                    </configuration>
-                </plugin>
-            </plugins>
-        </build>
         </profile>
         <profile>
             <!--