You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jaxme-dev@ws.apache.org by jo...@apache.org on 2006/01/08 01:31:41 UTC

svn commit: r366956 - in /webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin: pom.xml src/site/apt/use.apt

Author: jochen
Date: Sat Jan  7 16:31:29 2006
New Revision: 366956

URL: http://svn.apache.org/viewcvs?rev=366956&view=rev
Log:
Release 1.0.1, using JaxMe 0.5.1.

Modified:
    webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml
    webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/src/site/apt/use.apt

Modified: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml?rev=366956&r1=366955&r2=366956&view=diff
==============================================================================
--- webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml (original)
+++ webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml Sat Jan  7 16:31:29 2006
@@ -22,7 +22,7 @@
   <artifactId>maven-jaxme-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven JaxMe Plugin</name>
-  <version>1.0</version>
+  <version>1.0.1</version>
   <description>
     This plugin allows running the JaxMe binding compiler on
     your XML schema files and add the generated sources to
@@ -117,7 +117,7 @@
     <dependency>
       <groupId>org.apache.ws.jaxme</groupId>
       <artifactId>jaxme2</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
+      <version>0.5.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
@@ -157,15 +157,8 @@
     </snapshotRepository>
     <site>
       <id>jaxme-site-mp</id>
-      <name>Jochen's home directory on people.apache.org</name>
-      <url>scp://people.apache.org/home/jochen/public_html/jaxme/site/mp</url>
+      <name>JaxMe Site / MP</name>
+      <url>scp://people.apache.org/www/ws.apache.org/jaxme/mp</url>
     </site>
   </distributionManagement>
-  <repositories>
-    <repository>
-      <id>apache-maven-snapshots</id>
-      <name>Apache Maven Snapshot Repository</name>
-      <url>http://cvs.apache.org/maven-snapshot-repository</url>
-    </repository>
-  </repositories>
 </project>

Modified: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/src/site/apt/use.apt
URL: http://svn.apache.org/viewcvs/webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/src/site/apt/use.apt?rev=366956&r1=366955&r2=366956&view=diff
==============================================================================
--- webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/src/site/apt/use.apt (original)
+++ webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/src/site/apt/use.apt Sat Jan  7 16:31:29 2006
@@ -37,23 +37,6 @@
 
 * Extending the POM
 
-  First of all, there is currently no official release of the
-  plugin. For that reason, it is currently not distributed via
-  the central Maven repository. In other words, we need to
-  declare an additional repository:
-
---------------------------------------------------------------------
-  <repositories>
-      <repository>
-      <id>apache-maven-snapshots</id>
-      <name>Apache Maven Snapshots</name>
-      <url>http://cvs.apache.org/maven-snapshot-repository</url>
-    </repository>
-  </repositories>
---------------------------------------------------------------------
-
-  This step will vanish as soon as we have a first release.
-
   Your POM needs to declare, that you want to use the plugin.
   The declaration occurs by adding the following lines:
 



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