You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by ru...@apache.org on 2008/01/28 12:27:03 UTC

svn commit: r615855 - /webservices/synapse/trunk/java/pom.xml

Author: ruwan
Date: Mon Jan 28 03:26:54 2008
New Revision: 615855

URL: http://svn.apache.org/viewvc?rev=615855&view=rev
Log:
Changing the user and dev mailing lists to the TLP lists

Modified:
    webservices/synapse/trunk/java/pom.xml

Modified: webservices/synapse/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/pom.xml?rev=615855&r1=615854&r2=615855&view=diff
==============================================================================
--- webservices/synapse/trunk/java/pom.xml (original)
+++ webservices/synapse/trunk/java/pom.xml Mon Jan 28 03:26:54 2008
@@ -47,16 +47,16 @@
     <mailingLists>
         <mailingList>
             <name>Apache Synapse Developer List</name>
-            <subscribe>synapse-dev-subscribe@ws.apache.org</subscribe>
-            <unsubscribe>synapse-dev-unsubscribe@ws.apache.org</unsubscribe>
-            <post>synapse-dev@ws.apache.org</post>
+            <subscribe>dev-subscribe@synapse.apache.org</subscribe>
+            <unsubscribe>dev-unsubscribe@synapse.apache.org</unsubscribe>
+            <post>dev@synapse.apache.org</post>
             <archive>http://mail-archives.apache.org/mod_mbox/ws-synapse-dev/</archive>
         </mailingList>
         <mailingList>
             <name>Apache Synapse User List</name>
-            <subscribe>synapse-user-subscribe@ws.apache.org</subscribe>
-            <unsubscribe>synapse-user-unsubscribe@ws.apache.org</unsubscribe>
-            <post>synapse-user@ws.apache.org</post>
+            <subscribe>user-subscribe@synapse.apache.org</subscribe>
+            <unsubscribe>user-unsubscribe@synapse.apache.org</unsubscribe>
+            <post>user@synapse.apache.org</post>
             <archive>http://mail-archives.apache.org/mod_mbox/ws-synapse-user/</archive>
         </mailingList>
     </mailingLists>
@@ -88,7 +88,6 @@
         <profile>
             <id>release</id>
             <build>
-
                 <plugins>
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
@@ -100,27 +99,6 @@
                                 <descriptor>src/main/assembly/src.xml</descriptor>
                             </descriptors>
                             <finalName>synapse-${synapse.version}</finalName>
-                        </configuration>
-                    </plugin>
-
-                    <!--<plugin>-->
-                        <!--<artifactId>maven-site-plugin</artifactId>-->
-                        <!--<inherited>false</inherited>-->
-                    <!--</plugin>-->
-                    <!---->
-
-                    <plugin>
-                        <artifactId>maven-javadoc-plugin</artifactId>
-                        <version>2.1</version>
-                        <executions>
-                            <execution>
-                                <goals>
-                                    <goal>jar</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                        <configuration>
-                            <attach>true</attach>
                         </configuration>
                     </plugin>
                 </plugins>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org