You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2006/04/25 19:21:48 UTC

svn commit: r396926 - in /myfaces/core/branches/1_1_3: api/pom.xml impl/pom.xml pom.xml

Author: schof
Date: Tue Apr 25 10:21:45 2006
New Revision: 396926

URL: http://svn.apache.org/viewcvs?rev=396926&view=rev
Log:
changes to pom so we can try releasing core artifacts again

Modified:
    myfaces/core/branches/1_1_3/api/pom.xml
    myfaces/core/branches/1_1_3/impl/pom.xml
    myfaces/core/branches/1_1_3/pom.xml

Modified: myfaces/core/branches/1_1_3/api/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/branches/1_1_3/api/pom.xml?rev=396926&r1=396925&r2=396926&view=diff
==============================================================================
--- myfaces/core/branches/1_1_3/api/pom.xml (original)
+++ myfaces/core/branches/1_1_3/api/pom.xml Tue Apr 25 10:21:45 2006
@@ -2,13 +2,12 @@
   <parent>
     <artifactId>myfaces-core-project</artifactId>
     <groupId>org.apache.myfaces.core</groupId>
-    <version>1.1.3</version>
+    <version>1.1.3-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
   <artifactId>myfaces-api</artifactId>
   <name>API</name>
-  <version>1.1.3</version>
   <description>The MyFaces API Subproject provides a full set of the API interfaces and classes
     defined in JSR-127 (see also http://www.jcp.org/en/jsr/detail?id=127).</description>
   <scm>

Modified: myfaces/core/branches/1_1_3/impl/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/branches/1_1_3/impl/pom.xml?rev=396926&r1=396925&r2=396926&view=diff
==============================================================================
--- myfaces/core/branches/1_1_3/impl/pom.xml (original)
+++ myfaces/core/branches/1_1_3/impl/pom.xml Tue Apr 25 10:21:45 2006
@@ -2,13 +2,12 @@
   <parent>
     <artifactId>myfaces-core-project</artifactId>
     <groupId>org.apache.myfaces.core</groupId>
-    <version>1.1.3</version>
+    <version>1.1.3-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
   <artifactId>myfaces-impl</artifactId>
   <name>Impl</name>
-  <version>1.1.3</version>
   <description>This is the MyFaces Impl Subproject Description [INSERT MORE STUFF HERE]</description>
   <url>http://myfaces.apache.org</url>
   <scm>
@@ -229,9 +228,9 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.myfaces.core</groupId>
+      <groupId>myfaces</groupId>
       <artifactId>myfaces-api</artifactId>
-      <version>1.1.3</version>
+      <version>1.1.1</version>
       <scope>provided</scope>
     </dependency>
     <dependency>

Modified: myfaces/core/branches/1_1_3/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/branches/1_1_3/pom.xml?rev=396926&r1=396925&r2=396926&view=diff
==============================================================================
--- myfaces/core/branches/1_1_3/pom.xml (original)
+++ myfaces/core/branches/1_1_3/pom.xml Tue Apr 25 10:21:45 2006
@@ -9,7 +9,7 @@
   <artifactId>myfaces-core-project</artifactId>
   <packaging>pom</packaging>
   <name>Core Project</name>
-  <version>1.1.3</version>
+  <version>1.1.3-SNAPSHOT</version>
   <url>http://myfaces.apache.org/projects</url>
   <issueManagement>
     <system>jira</system>
@@ -26,9 +26,24 @@
   </modules>
   <repositories>
     <repository>
-      <snapshots />
       <id>apache-maven-snapshots</id>
       <url>http://cvs.apache.org/maven-snapshot-repository</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+    <repository>
+      <id>myfaces-repo</id>
+      <url>http://myfaces.zones.apache.org/dist/maven-repository</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
     </repository>
   </repositories>
 </project>



Re: svn commit: r396926 - in /myfaces/core/branches/1_1_3: api/pom.xml impl/pom.xml pom.xml

Posted by Bernd Bohmann <be...@atanion.com>.
Hello Sean,

why you add the repository myfaces.zones.apache.org to the release 
repository section?
I don't think this is a good idea.

Regards

Bernd

schof@apache.org schrieb:
> Author: schof
> Date: Tue Apr 25 10:21:45 2006
> New Revision: 396926
> 
> URL: http://svn.apache.org/viewcvs?rev=396926&view=rev
> Log:
> changes to pom so we can try releasing core artifacts again
> 
> Modified:
>     myfaces/core/branches/1_1_3/api/pom.xml
>     myfaces/core/branches/1_1_3/impl/pom.xml
>     myfaces/core/branches/1_1_3/pom.xml
> 
> Modified: myfaces/core/branches/1_1_3/api/pom.xml
> URL: http://svn.apache.org/viewcvs/myfaces/core/branches/1_1_3/api/pom.xml?rev=396926&r1=396925&r2=396926&view=diff
> ==============================================================================
> --- myfaces/core/branches/1_1_3/api/pom.xml (original)
> +++ myfaces/core/branches/1_1_3/api/pom.xml Tue Apr 25 10:21:45 2006
> @@ -2,13 +2,12 @@
>    <parent>
>      <artifactId>myfaces-core-project</artifactId>
>      <groupId>org.apache.myfaces.core</groupId>
> -    <version>1.1.3</version>
> +    <version>1.1.3-SNAPSHOT</version>
>    </parent>
>    <modelVersion>4.0.0</modelVersion>
>    <groupId>org.apache.myfaces.core</groupId>
>    <artifactId>myfaces-api</artifactId>
>    <name>API</name>
> -  <version>1.1.3</version>
>    <description>The MyFaces API Subproject provides a full set of the API interfaces and classes
>      defined in JSR-127 (see also http://www.jcp.org/en/jsr/detail?id=127).</description>
>    <scm>
> 
> Modified: myfaces/core/branches/1_1_3/impl/pom.xml
> URL: http://svn.apache.org/viewcvs/myfaces/core/branches/1_1_3/impl/pom.xml?rev=396926&r1=396925&r2=396926&view=diff
> ==============================================================================
> --- myfaces/core/branches/1_1_3/impl/pom.xml (original)
> +++ myfaces/core/branches/1_1_3/impl/pom.xml Tue Apr 25 10:21:45 2006
> @@ -2,13 +2,12 @@
>    <parent>
>      <artifactId>myfaces-core-project</artifactId>
>      <groupId>org.apache.myfaces.core</groupId>
> -    <version>1.1.3</version>
> +    <version>1.1.3-SNAPSHOT</version>
>    </parent>
>    <modelVersion>4.0.0</modelVersion>
>    <groupId>org.apache.myfaces.core</groupId>
>    <artifactId>myfaces-impl</artifactId>
>    <name>Impl</name>
> -  <version>1.1.3</version>
>    <description>This is the MyFaces Impl Subproject Description [INSERT MORE STUFF HERE]</description>
>    <url>http://myfaces.apache.org</url>
>    <scm>
> @@ -229,9 +228,9 @@
>        <scope>test</scope>
>      </dependency>
>      <dependency>
> -      <groupId>org.apache.myfaces.core</groupId>
> +      <groupId>myfaces</groupId>
>        <artifactId>myfaces-api</artifactId>
> -      <version>1.1.3</version>
> +      <version>1.1.1</version>
>        <scope>provided</scope>
>      </dependency>
>      <dependency>
> 
> Modified: myfaces/core/branches/1_1_3/pom.xml
> URL: http://svn.apache.org/viewcvs/myfaces/core/branches/1_1_3/pom.xml?rev=396926&r1=396925&r2=396926&view=diff
> ==============================================================================
> --- myfaces/core/branches/1_1_3/pom.xml (original)
> +++ myfaces/core/branches/1_1_3/pom.xml Tue Apr 25 10:21:45 2006
> @@ -9,7 +9,7 @@
>    <artifactId>myfaces-core-project</artifactId>
>    <packaging>pom</packaging>
>    <name>Core Project</name>
> -  <version>1.1.3</version>
> +  <version>1.1.3-SNAPSHOT</version>
>    <url>http://myfaces.apache.org/projects</url>
>    <issueManagement>
>      <system>jira</system>
> @@ -26,9 +26,24 @@
>    </modules>
>    <repositories>
>      <repository>
> -      <snapshots />
>        <id>apache-maven-snapshots</id>
>        <url>http://cvs.apache.org/maven-snapshot-repository</url>
> +      <releases>
> +        <enabled>false</enabled>
> +      </releases>
> +      <snapshots>
> +        <enabled>true</enabled>
> +      </snapshots>
> +    </repository>
> +    <repository>
> +      <id>myfaces-repo</id>
> +      <url>http://myfaces.zones.apache.org/dist/maven-repository</url>
> +      <releases>
> +        <enabled>true</enabled>
> +      </releases>
> +      <snapshots>
> +        <enabled>false</enabled>
> +      </snapshots>
>      </repository>
>    </repositories>
>  </project>
> 
> 
> 

-- 
Dipl.-Ing. Bernd Bohmann - Atanion GmbH - Software Development
Bismarckstr. 13, 26122 Oldenburg, http://www.atanion.com
phone: +49 441 4082312, mobile: +49 173 8839471, fax: +49 441 4082333