Author: ebourg
Date: Sun Aug 18 03:00:56 2013
New Revision: 1515061

URL: http://svn.apache.org/r1515061
Log:
Upgraded to commons-parent 32 and removed the old release profile

Modified:
    commons/proper/jci/trunk/pom.xml

Modified: commons/proper/jci/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jci/trunk/pom.xml?rev=1515061&r1=1515060&r2=1515061&view=diff
==============================================================================
--- commons/proper/jci/trunk/pom.xml (original)
+++ commons/proper/jci/trunk/pom.xml Sun Aug 18 03:00:56 2013
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>17</version>
+        <version>32</version>
     </parent>
     <packaging>pom</packaging>
     <groupId>org.apache.commons</groupId>
@@ -46,12 +46,7 @@
         <module>compilers/rhino</module>
         <!-- <module>compilers/jsr199</module> -->
     </modules>
-    <distributionManagement>
-        <site>
-            <id>website</id>
-            <url>scpexe://people.apache.org/www/commons.apache.org/jci/</url>
-        </site>
-    </distributionManagement>
+
     <developers>
         <developer>
             <id>tcurdt</id>
@@ -202,91 +197,14 @@
             </plugin>
         </plugins>
     </reporting>
-    <profiles>
-        <profile>
-            <id>release</id>
-            <distributionManagement>
-                <repository>
-                    <id>apache.staging</id>
-                    <name>Apache Release Staging Repository</name>
-                    
<url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/builds/commons/jci/${release.tag}/</url>
-                </repository>
-            </distributionManagement>
-            <build>
-                <pluginManagement>
-                    <plugins>
-                        <plugin>
-                            <groupId>org.apache.maven.plugins</groupId>
-                            <artifactId>maven-source-plugin</artifactId>
-                            <version>2.0.3</version>
-                        </plugin>
-                    </plugins>
-                </pluginManagement>
-                <plugins>
-                    <plugin>
-                        <artifactId>maven-gpg-plugin</artifactId>
-                        <version>1.0-alpha-3</version>
-                        <configuration>
-                            <useAgent>true</useAgent>
-                        </configuration>
-                        <executions>
-                            <execution>
-                                <id>sign-artifacts</id>
-                                <phase>verify</phase>
-                                <goals>
-                                    <goal>sign</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                    <plugin>
-                        <artifactId>maven-source-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>create-source-jar</id>
-                                <goals>
-                                    <goal>jar</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                    <plugin>
-                        <artifactId>maven-javadoc-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>create-javadoc-jar</id>
-                                <goals>
-                                    <goal>jar</goal>
-                                </goals>
-                                <configuration>
-                                    <source>${maven.compile.source}</source>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-                    <plugin>
-                        <artifactId>maven-release-plugin</artifactId>
-                        <version>2.0-beta-4</version>
-                        <configuration>
-                            <generateReleasePoms>true</generateReleasePoms>
-                            <preparationGoals>clean install</preparationGoals>
-                            <autoVersionSubmodules>true</autoVersionSubmodules>
-                            <tag>${release.tag}</tag>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
+
     <properties>
-        <gpg.useAgent>true</gpg.useAgent>
         <maven.compile.source>1.4</maven.compile.source>
         <maven.compile.target>1.4</maven.compile.target>
         <commons.componentid>jci</commons.componentid>
         <commons.release.version>1.0</commons.release.version>
         <commons.jira.id>JCI</commons.jira.id>
         <commons.jira.pid>12310650</commons.jira.pid>
-        <commons.deployment.protocol>scpexe</commons.deployment.protocol>
         <release.tag>1.1-RC1</release.tag>
     </properties>
 </project>


Reply via email to