You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by tr...@apache.org on 2006/12/08 07:01:27 UTC

svn commit: r483842 - in /directory/trunks: apacheds/pom.xml daemon/pom.xml pom.xml shared/pom.xml

Author: trustin
Date: Thu Dec  7 22:01:25 2006
New Revision: 483842

URL: http://svn.apache.org/viewvc?view=rev&rev=483842
Log:
Updated the pom version


Modified:
    directory/trunks/apacheds/pom.xml
    directory/trunks/daemon/pom.xml
    directory/trunks/pom.xml
    directory/trunks/shared/pom.xml

Modified: directory/trunks/apacheds/pom.xml
URL: http://svn.apache.org/viewvc/directory/trunks/apacheds/pom.xml?view=diff&rev=483842&r1=483841&r2=483842
==============================================================================
--- directory/trunks/apacheds/pom.xml (original)
+++ directory/trunks/apacheds/pom.xml Thu Dec  7 22:01:25 2006
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.directory</groupId>
     <artifactId>build</artifactId>
-    <version>1.0.5</version>
+    <version>1.0.6-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.directory.server</groupId>

Modified: directory/trunks/daemon/pom.xml
URL: http://svn.apache.org/viewvc/directory/trunks/daemon/pom.xml?view=diff&rev=483842&r1=483841&r2=483842
==============================================================================
--- directory/trunks/daemon/pom.xml (original)
+++ directory/trunks/daemon/pom.xml Thu Dec  7 22:01:25 2006
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory</groupId>
     <artifactId>build</artifactId>
-    <version>1.0.5</version>
+    <version>1.0.6-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.directory.daemon</groupId>
   <artifactId>build</artifactId>

Modified: directory/trunks/pom.xml
URL: http://svn.apache.org/viewvc/directory/trunks/pom.xml?view=diff&rev=483842&r1=483841&r2=483842
==============================================================================
--- directory/trunks/pom.xml (original)
+++ directory/trunks/pom.xml Thu Dec  7 22:01:25 2006
@@ -32,6 +32,12 @@
       <id>apache.snapshots</id>
       <name>Apache Snapshot Repository</name>
       <url>http://people.apache.org/maven-snapshot-repository</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
     </repository>
     
     <!-- Temp repo for 3rd party jars that are not in ibiblio.org yet.-->
@@ -54,11 +60,23 @@
       <id>snapshots</id>
       <name>snapshot plugins</name>
       <url>http://snapshots.repository.codehaus.org</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
     </pluginRepository>
     <pluginRepository>
       <id>apache.snapshots</id>
       <name>Apache Snapshot Plugins</name>
       <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
     </pluginRepository>
   </pluginRepositories>
 

Modified: directory/trunks/shared/pom.xml
URL: http://svn.apache.org/viewvc/directory/trunks/shared/pom.xml?view=diff&rev=483842&r1=483841&r2=483842
==============================================================================
--- directory/trunks/shared/pom.xml (original)
+++ directory/trunks/shared/pom.xml Thu Dec  7 22:01:25 2006
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory</groupId>
     <artifactId>build</artifactId>
-    <version>1.0.5</version>
+    <version>1.0.6-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.directory.shared</groupId>
   <artifactId>build</artifactId>



Re: svn commit: r483842 - in /directory/trunks: apacheds/pom.xml daemon/pom.xml pom.xml shared/pom.xml

Posted by Trustin Lee <tr...@gmail.com>.
On 12/9/06, Emmanuel Lecharny <el...@gmail.com> wrote:
>
> But maven clean deploy may be not enough. Remove the ~/.m2/repository
> directory before doing a mvn install deploy, to be sure that no previously
> downloaded plugin are present.


Yep, that's what I am doing now.

Trustin
-- 
what we call human nature is actually human habit
--
http://gleamynode.net/
--
PGP key fingerprints:
* E167 E6AF E73A CBCE EE41  4A29 544D DE48 FE95 4E7E
* B693 628E 6047 4F8F CFA4  455E 1C62 A7DC 0255 ECA6

Re: svn commit: r483842 - in /directory/trunks: apacheds/pom.xml daemon/pom.xml pom.xml shared/pom.xml

Posted by Emmanuel Lecharny <el...@gmail.com>.
np.

But maven clean deploy may be not enough. Remove the ~/.m2/repository
directory before doing a mvn install deploy, to be sure that no previously
downloaded plugin are present.

On 12/8/06, Trustin Lee <tr...@gmail.com> wrote:
>
> On 12/8/06, Emmanuel Lecharny <el...@gmail.com> wrote:
> >
> > Trustin,
> >
> > I have rollbacked one of your modification (on apacheds/pom.xml) because
> > maven was not happy anymore with it.
> >
> > Just remember to remove the .m2/repository _before_ running mvn install
> > when you modify some pom.xml file, otherwise you may miss some side
> > effect of your modification.
>
>
> I am sorry for making a trouble.  I tried to test if everything works fine
> by running 'mvn clean deploy', but it was stuck due to network problem in my
> office.  maven-assembly-plugin 2.1 has been released, so we could use the
> release version instead of 2.1-SNAPSHOT.  Let me test it and check in the
> fix again.
>
> Thanks,
> Trustin
> --
> what we call human nature is actually human habit
> --
> http://gleamynode.net/
> --
> PGP key fingerprints:
> * E167 E6AF E73A CBCE EE41  4A29 544D DE48 FE95 4E7E
> * B693 628E 6047 4F8F CFA4  455E 1C62 A7DC 0255 ECA6




-- 
Cordialement,
Emmanuel Lécharny

Re: svn commit: r483842 - in /directory/trunks: apacheds/pom.xml daemon/pom.xml pom.xml shared/pom.xml

Posted by Alex Karasulu <ak...@apache.org>.
Yeah let's use that instead of the SNAPSHOT.  Thanks T!

Alex

Trustin Lee wrote:
> On 12/8/06, *Emmanuel Lecharny* <elecharny@gmail.com 
> <ma...@gmail.com>> wrote:
> 
>     Trustin,
> 
>     I have rollbacked one of your modification (on apacheds/pom.xml)
>     because maven was not happy anymore with it.
> 
>     Just remember to remove the .m2/repository _before_ running mvn
>     install when you modify some pom.xml file, otherwise you may miss
>     some side effect of your modification.
> 
> 
> I am sorry for making a trouble.  I tried to test if everything works 
> fine by running 'mvn clean deploy', but it was stuck due to network 
> problem in my office.  maven-assembly-plugin 2.1 has been released, so 
> we could use the release version instead of 2.1-SNAPSHOT.  Let me test 
> it and check in the fix again.
> 
> Thanks,
> Trustin
> -- 
> what we call human nature is actually human habit
> --
> http://gleamynode.net/
> --
> PGP key fingerprints:
> * E167 E6AF E73A CBCE EE41  4A29 544D DE48 FE95 4E7E
> * B693 628E 6047 4F8F CFA4  455E 1C62 A7DC 0255 ECA6


Re: svn commit: r483842 - in /directory/trunks: apacheds/pom.xml daemon/pom.xml pom.xml shared/pom.xml

Posted by Trustin Lee <tr...@gmail.com>.
On 12/8/06, Emmanuel Lecharny <el...@gmail.com> wrote:
>
> Trustin,
>
> I have rollbacked one of your modification (on apacheds/pom.xml) because
> maven was not happy anymore with it.
>
> Just remember to remove the .m2/repository _before_ running mvn install
> when you modify some pom.xml file, otherwise you may miss some side effect
> of your modification.


I am sorry for making a trouble.  I tried to test if everything works fine
by running 'mvn clean deploy', but it was stuck due to network problem in my
office.  maven-assembly-plugin 2.1 has been released, so we could use the
release version instead of 2.1-SNAPSHOT.  Let me test it and check in the
fix again.

Thanks,
Trustin
-- 
what we call human nature is actually human habit
--
http://gleamynode.net/
--
PGP key fingerprints:
* E167 E6AF E73A CBCE EE41  4A29 544D DE48 FE95 4E7E
* B693 628E 6047 4F8F CFA4  455E 1C62 A7DC 0255 ECA6

Re: svn commit: r483842 - in /directory/trunks: apacheds/pom.xml daemon/pom.xml pom.xml shared/pom.xml

Posted by Emmanuel Lecharny <el...@gmail.com>.
Trustin,

I have rollbacked one of your modification (on apacheds/pom.xml) because
maven was not happy anymore with it.

Just remember to remove the .m2/repository _before_ running mvn install when
you modify some pom.xml file, otherwise you may miss some side effect of
your modification.

Emmanuel.

On 12/8/06, trustin@apache.org <tr...@apache.org> wrote:
>
> Author: trustin
> Date: Thu Dec  7 22:01:25 2006
> New Revision: 483842
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=483842
> Log:
> Updated the pom version
>
>
> Modified:
>     directory/trunks/apacheds/pom.xml
>     directory/trunks/daemon/pom.xml
>     directory/trunks/pom.xml
>     directory/trunks/shared/pom.xml
>
> Modified: directory/trunks/apacheds/pom.xml
> URL:
> http://svn.apache.org/viewvc/directory/trunks/apacheds/pom.xml?view=diff&rev=483842&r1=483841&r2=483842
>
> ==============================================================================
> --- directory/trunks/apacheds/pom.xml (original)
> +++ directory/trunks/apacheds/pom.xml Thu Dec  7 22:01:25 2006
> @@ -5,7 +5,7 @@
>    <parent>
>      <groupId>org.apache.directory</groupId>
>      <artifactId>build</artifactId>
> -    <version>1.0.5</version>
> +    <version>1.0.6-SNAPSHOT</version>
>    </parent>
>
>    <groupId>org.apache.directory.server</groupId>
>
> Modified: directory/trunks/daemon/pom.xml
> URL:
> http://svn.apache.org/viewvc/directory/trunks/daemon/pom.xml?view=diff&rev=483842&r1=483841&r2=483842
>
> ==============================================================================
> --- directory/trunks/daemon/pom.xml (original)
> +++ directory/trunks/daemon/pom.xml Thu Dec  7 22:01:25 2006
> @@ -4,7 +4,7 @@
>    <parent>
>      <groupId>org.apache.directory</groupId>
>      <artifactId>build</artifactId>
> -    <version>1.0.5</version>
> +    <version>1.0.6-SNAPSHOT</version>
>    </parent>
>    <groupId>org.apache.directory.daemon</groupId>
>    <artifactId>build</artifactId>
>
> Modified: directory/trunks/pom.xml
> URL:
> http://svn.apache.org/viewvc/directory/trunks/pom.xml?view=diff&rev=483842&r1=483841&r2=483842
>
> ==============================================================================
> --- directory/trunks/pom.xml (original)
> +++ directory/trunks/pom.xml Thu Dec  7 22:01:25 2006
> @@ -32,6 +32,12 @@
>        <id>apache.snapshots</id>
>        <name>Apache Snapshot Repository</name>
>        <url>http://people.apache.org/maven-snapshot-repository</url>
> +      <releases>
> +        <enabled>false</enabled>
> +      </releases>
> +      <snapshots>
> +        <enabled>true</enabled>
> +      </snapshots>
>      </repository>
>
>      <!-- Temp repo for 3rd party jars that are not in ibiblio.org yet.-->
> @@ -54,11 +60,23 @@
>        <id>snapshots</id>
>        <name>snapshot plugins</name>
>        <url>http://snapshots.repository.codehaus.org</url>
> +      <releases>
> +        <enabled>false</enabled>
> +      </releases>
> +      <snapshots>
> +        <enabled>true</enabled>
> +      </snapshots>
>      </pluginRepository>
>      <pluginRepository>
>        <id>apache.snapshots</id>
>        <name>Apache Snapshot Plugins</name>
>        <url>http://people.apache.org/repo/m2-snapshot-repository</url>
> +      <releases>
> +        <enabled>false</enabled>
> +      </releases>
> +      <snapshots>
> +        <enabled>true</enabled>
> +      </snapshots>
>      </pluginRepository>
>    </pluginRepositories>
>
>
> Modified: directory/trunks/shared/pom.xml
> URL:
> http://svn.apache.org/viewvc/directory/trunks/shared/pom.xml?view=diff&rev=483842&r1=483841&r2=483842
>
> ==============================================================================
> --- directory/trunks/shared/pom.xml (original)
> +++ directory/trunks/shared/pom.xml Thu Dec  7 22:01:25 2006
> @@ -4,7 +4,7 @@
>    <parent>
>      <groupId>org.apache.directory</groupId>
>      <artifactId>build</artifactId>
> -    <version>1.0.5</version>
> +    <version>1.0.6-SNAPSHOT</version>
>    </parent>
>    <groupId>org.apache.directory.shared</groupId>
>    <artifactId>build</artifactId>
>
>
>


-- 
Cordialement,
Emmanuel Lécharny