You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by me...@apache.org on 2007/01/27 23:37:55 UTC

svn commit: r500647 - in /incubator/tuscany/java: pom/parent/pom.xml sca/services/discovery/

Author: meerajk
Date: Sat Jan 27 14:37:54 2007
New Revision: 500647

URL: http://svn.apache.org/viewvc?view=rev&rev=500647
Log:
Deleted services/discovery

Removed:
    incubator/tuscany/java/sca/services/discovery/
Modified:
    incubator/tuscany/java/pom/parent/pom.xml

Modified: incubator/tuscany/java/pom/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/pom/parent/pom.xml?view=diff&rev=500647&r1=500646&r2=500647
==============================================================================
--- incubator/tuscany/java/pom/parent/pom.xml (original)
+++ incubator/tuscany/java/pom/parent/pom.xml Sat Jan 27 14:37:54 2007
@@ -70,7 +70,7 @@
             <name>Apache SNAPSHOT Repository</name>
             <url>http://people.apache.org/repo/m2-snapshot-repository</url>
             <snapshots>
-                <enabled>true</enabled>
+                <enabled>false</enabled>
             </snapshots>
         </pluginRepository>
 
@@ -93,6 +93,17 @@
                 <enabled>true</enabled>
             </snapshots>
         </pluginRepository>
+        
+        <!-- Checkstyle plugin -->
+        <pluginRepository>
+            <id>repo1.maven</id>
+            <name>Repo1 Maven</name>
+            <url>http://repo1.maven.org/maven2/</url>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+        </pluginRepository>
+        
 
     </pluginRepositories>
 
@@ -145,6 +156,7 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-checkstyle-plugin</artifactId>
+                        <version>2.1</version>
                     </plugin>
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org


Re: svn commit: r500647 - in /incubator/tuscany/java: pom/parent/pom.xml sca/services/discovery/

Posted by Meeraj Kunnumpurath <m....@hotmail.co.uk>.
Raymond,

That was by mistake, I have reverted back to 469686.

Sorry for the trouble.

Meeraj


>From: "Raymond Feng" <en...@gmail.com>
>Reply-To: tuscany-dev@ws.apache.org
>To: <tu...@ws.apache.org>
>Subject: Re: svn commit: r500647 - in /incubator/tuscany/java: 
>pom/parent/pom.xml sca/services/discovery/
>Date: Sat, 27 Jan 2007 20:23:44 -0800
>
>Hi,
>
>Why do we set "snapshots/enabled" to false for Apache SNAPSHOT repo @ 
>http://people.apache.org/repo/m2-snapshot-repository?
>
>Thanks,
>Raymond
>
>----- Original Message ----- From: <me...@apache.org>
>To: <tu...@ws.apache.org>
>Sent: Saturday, January 27, 2007 2:37 PM
>Subject: svn commit: r500647 - in /incubator/tuscany/java: 
>pom/parent/pom.xml sca/services/discovery/
>
>
>>Author: meerajk
>>Date: Sat Jan 27 14:37:54 2007
>>New Revision: 500647
>>
>>URL: http://svn.apache.org/viewvc?view=rev&rev=500647
>>Log:
>>Deleted services/discovery
>>
>>Removed:
>>    incubator/tuscany/java/sca/services/discovery/
>>Modified:
>>    incubator/tuscany/java/pom/parent/pom.xml
>>
>>Modified: incubator/tuscany/java/pom/parent/pom.xml
>>URL: 
>>http://svn.apache.org/viewvc/incubator/tuscany/java/pom/parent/pom.xml?view=diff&rev=500647&r1=500646&r2=500647
>>==============================================================================
>>--- incubator/tuscany/java/pom/parent/pom.xml (original)
>>+++ incubator/tuscany/java/pom/parent/pom.xml Sat Jan 27 14:37:54 2007
>>@@ -70,7 +70,7 @@
>>             <name>Apache SNAPSHOT Repository</name>
>>
>><url>http://people.apache.org/repo/m2-snapshot-repository</url>
>>             <snapshots>
>>-                <enabled>true</enabled>
>>+                <enabled>false</enabled>
>>             </snapshots>
>>         </pluginRepository>
>>
>>@@ -93,6 +93,17 @@
>>                 <enabled>true</enabled>
>>             </snapshots>
>>         </pluginRepository>
>>+
>>+        <!-- Checkstyle plugin -->
>>+        <pluginRepository>
>>+            <id>repo1.maven</id>
>>+            <name>Repo1 Maven</name>
>>+            <url>http://repo1.maven.org/maven2/</url>
>>+            <snapshots>
>>+                <enabled>true</enabled>
>>+            </snapshots>
>>+        </pluginRepository>
>>+
>>
>>     </pluginRepositories>
>>
>>@@ -145,6 +156,7 @@
>>                     <plugin>
>>                         <groupId>org.apache.maven.plugins</groupId>
>>                         <artifactId>maven-checkstyle-plugin</artifactId>
>>+                        <version>2.1</version>
>>                     </plugin>
>>                     <plugin>
>>                         <groupId>org.apache.maven.plugins</groupId>
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
>>For additional commands, e-mail: tuscany-commits-help@ws.apache.org
>>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
>For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>

_________________________________________________________________
MSN Hotmail is evolving – check out the new Windows Live Mail 
http://ideas.live.com


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


Re: svn commit: r500647 - in /incubator/tuscany/java: pom/parent/pom.xml sca/services/discovery/

Posted by Raymond Feng <en...@gmail.com>.
Hi,

Why do we set "snapshots/enabled" to false for Apache SNAPSHOT repo @ 
http://people.apache.org/repo/m2-snapshot-repository?

Thanks,
Raymond

----- Original Message ----- 
From: <me...@apache.org>
To: <tu...@ws.apache.org>
Sent: Saturday, January 27, 2007 2:37 PM
Subject: svn commit: r500647 - in /incubator/tuscany/java: 
pom/parent/pom.xml sca/services/discovery/


> Author: meerajk
> Date: Sat Jan 27 14:37:54 2007
> New Revision: 500647
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=500647
> Log:
> Deleted services/discovery
>
> Removed:
>    incubator/tuscany/java/sca/services/discovery/
> Modified:
>    incubator/tuscany/java/pom/parent/pom.xml
>
> Modified: incubator/tuscany/java/pom/parent/pom.xml
> URL: 
> http://svn.apache.org/viewvc/incubator/tuscany/java/pom/parent/pom.xml?view=diff&rev=500647&r1=500646&r2=500647
> ==============================================================================
> --- incubator/tuscany/java/pom/parent/pom.xml (original)
> +++ incubator/tuscany/java/pom/parent/pom.xml Sat Jan 27 14:37:54 2007
> @@ -70,7 +70,7 @@
>             <name>Apache SNAPSHOT Repository</name>
> 
> <url>http://people.apache.org/repo/m2-snapshot-repository</url>
>             <snapshots>
> -                <enabled>true</enabled>
> +                <enabled>false</enabled>
>             </snapshots>
>         </pluginRepository>
>
> @@ -93,6 +93,17 @@
>                 <enabled>true</enabled>
>             </snapshots>
>         </pluginRepository>
> +
> +        <!-- Checkstyle plugin -->
> +        <pluginRepository>
> +            <id>repo1.maven</id>
> +            <name>Repo1 Maven</name>
> +            <url>http://repo1.maven.org/maven2/</url>
> +            <snapshots>
> +                <enabled>true</enabled>
> +            </snapshots>
> +        </pluginRepository>
> +
>
>     </pluginRepositories>
>
> @@ -145,6 +156,7 @@
>                     <plugin>
>                         <groupId>org.apache.maven.plugins</groupId>
>                         <artifactId>maven-checkstyle-plugin</artifactId>
> +                        <version>2.1</version>
>                     </plugin>
>                     <plugin>
>                         <groupId>org.apache.maven.plugins</groupId>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-commits-help@ws.apache.org
> 


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