Author: kstam
Date: Fri May 1 00:10:24 2009
New Revision: 770492
URL: http://svn.apache.org/viewvc?rev=770492&view=rev
Log:
setting release to 1.0
Modified:
webservices/scout/trunk/jaxr-api/pom.xml
webservices/scout/trunk/pom.xml
webservices/scout/trunk/scout/pom.xml
Modified: webservices/scout/trunk/jaxr-api/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/scout/trunk/jaxr-api/pom.xml?rev=770492&r1=770491&r2=770492&view=diff
==============================================================================
--- webservices/scout/trunk/jaxr-api/pom.xml (original)
+++ webservices/scout/trunk/jaxr-api/pom.xml Fri May 1 00:10:24 2009
@@ -1,41 +1,41 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project
- xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.apache.ws.scout</groupId>
- <artifactId>scout-parent</artifactId>
- <version>1.0.SNAPSHOT</version>
- </parent>
- <artifactId>jaxr-api</artifactId>
- <name>JAXR API</name>
- <version>1.0.SNAPSHOT</version>
- <description>The JAXR API</description>
- <dependencies>
- <dependency>
- <groupId>geronimo-spec</groupId>
- <artifactId>geronimo-spec-activation</artifactId>
- <version>1.0.2-rc4</version>
- </dependency>
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>2.4</version>
- <inherited>true</inherited>
- <configuration>
- <skip>false</skip>
- <excludes>
- <exclude>**/*Abstract*.java</exclude>
- </excludes>
- <includes>
- <include>**/*Test.java</include>
- </includes>
- </configuration>
- </plugin>
- </plugins>
- </build>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<project
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.ws.scout</groupId>
+ <artifactId>scout-parent</artifactId>
+ <version>1.0</version>
+ </parent>
+ <artifactId>jaxr-api</artifactId>
+ <name>JAXR API</name>
+ <version>1.0</version>
+ <description>The JAXR API</description>
+ <dependencies>
+ <dependency>
+ <groupId>geronimo-spec</groupId>
+ <artifactId>geronimo-spec-activation</artifactId>
+ <version>1.0.2-rc4</version>
+ </dependency>
+ </dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.4</version>
+ <inherited>true</inherited>
+ <configuration>
+ <skip>false</skip>
+ <excludes>
+ <exclude>**/*Abstract*.java</exclude>
+ </excludes>
+ <includes>
+ <include>**/*Test.java</include>
+ </includes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Modified: webservices/scout/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/scout/trunk/pom.xml?rev=770492&r1=770491&r2=770492&view=diff
==============================================================================
--- webservices/scout/trunk/pom.xml (original)
+++ webservices/scout/trunk/pom.xml Fri May 1 00:10:24 2009
@@ -5,7 +5,7 @@
<artifactId>scout-parent</artifactId>
<packaging>pom</packaging>
<name>Scout</name>
- <version>1.0.SNAPSHOT</version>
+ <version>1.0</version>
<description>Apache Scout is an implementation of the JSR 93 - JavaTM API for
XML Registries 1.0 (JAXR)</description>
<url>http://ws.apache.org/scout/</url>
@@ -157,6 +157,19 @@
</activation>
<build>
<plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-gpg-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>sign-artifacts</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>sign</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
Modified: webservices/scout/trunk/scout/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/scout/trunk/scout/pom.xml?rev=770492&r1=770491&r2=770492&view=diff
==============================================================================
--- webservices/scout/trunk/scout/pom.xml (original)
+++ webservices/scout/trunk/scout/pom.xml Fri May 1 00:10:24 2009
@@ -1,143 +1,143 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.apache.ws.scout</groupId>
- <artifactId>scout-parent</artifactId>
- <version>1.0.SNAPSHOT</version>
- </parent>
- <artifactId>scout</artifactId>
- <name>Scout Implementation</name>
- <version>SNAPSHOT</version>
- <description>
- Apache Scout is an implementation of the JSR 93 - JavaTM API for
- XML Registries 1.0 (JAXR)
- </description>
- <dependencies>
- <dependency>
- <groupId>org.apache.ws.scout</groupId>
- <artifactId>jaxr-api</artifactId>
- <version>1.0.SNAPSHOT</version>
- </dependency>
-
- <!-- external JARs -->
-
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <inherited>true</inherited>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>2.4</version>
- <configuration>
- <skip>false</skip>
- <excludes>
-
<exclude>**/*Abstract*.java</exclude>
- </excludes>
- <includes>
- <include>**/*Test.java</include>
- </includes>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- <version>1.1</version>
- <executions>
- <execution>
- <id>gen-ts</id>
- <phase>generate-sources</phase>
- <configuration>
- <tasks>
- <property
name="schema.output.base.dir"
-
value="target/schema" />
- <property
-
name="schema.generated.src.dir"
-
value="${schema.output.base.dir}/src" />
- <property
name="compiled.classes.dir"
-
value="target/classes" />
-
- <mkdir
dir="${schema.output.base.dir}" />
- <mkdir
-
dir="${schema.generated.src.dir}" />
- <mkdir
dir="${compiled.classes.dir}" />
-
- <echo>
-
Generating xmlbeans from schema
- </echo>
- <taskdef
name="xmlbean"
-
classname="org.apache.xmlbeans.impl.tool.XMLBean"
-
classpathref="maven.runtime.classpath" />
- <xmlbean
-
classgendir="${compiled.classes.dir}"
-
srcgendir="${schema.generated.src.dir}"
-
classpathref="maven.runtime.classpath">
-
<fileset dir="src/main/resources"
-
includes="uddi_v2.xsd,uddi_v2.xsdconfig" />
- </xmlbean>
- </tasks>
- </configuration>
- <goals>
- <goal>run</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
-
<artifactId>build-helper-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>add-source</id>
- <phase>generate-sources</phase>
- <goals>
- <goal>add-source</goal>
- </goals>
- <configuration>
- <sources>
-
<source>target/schema/src</source>
- </sources>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- <profiles>
- <profile>
- <id>release</id>
- <activation>
- <property>
- <name>release</name>
- <value></value>
- </property>
- </activation>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <attach>true</attach>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.ws.scout</groupId>
+ <artifactId>scout-parent</artifactId>
+ <version>1.0</version>
+ </parent>
+ <artifactId>scout</artifactId>
+ <name>Scout Implementation</name>
+ <version>1.0</version>
+ <description>
+ Apache Scout is an implementation of the JSR 93 - JavaTM API for
+ XML Registries 1.0 (JAXR)
+ </description>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.ws.scout</groupId>
+ <artifactId>jaxr-api</artifactId>
+ <version>1.0.SNAPSHOT</version>
+ </dependency>
+
+ <!-- external JARs -->
+
+ </dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <inherited>true</inherited>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.4</version>
+ <configuration>
+ <skip>false</skip>
+ <excludes>
+
<exclude>**/*Abstract*.java</exclude>
+ </excludes>
+ <includes>
+ <include>**/*Test.java</include>
+ </includes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+ <execution>
+ <id>gen-ts</id>
+ <phase>generate-sources</phase>
+ <configuration>
+ <tasks>
+ <property
name="schema.output.base.dir"
+
value="target/schema" />
+ <property
+
name="schema.generated.src.dir"
+
value="${schema.output.base.dir}/src" />
+ <property
name="compiled.classes.dir"
+
value="target/classes" />
+
+ <mkdir
dir="${schema.output.base.dir}" />
+ <mkdir
+
dir="${schema.generated.src.dir}" />
+ <mkdir
dir="${compiled.classes.dir}" />
+
+ <echo>
+
Generating xmlbeans from schema
+ </echo>
+ <taskdef
name="xmlbean"
+
classname="org.apache.xmlbeans.impl.tool.XMLBean"
+
classpathref="maven.runtime.classpath" />
+ <xmlbean
+
classgendir="${compiled.classes.dir}"
+
srcgendir="${schema.generated.src.dir}"
+
classpathref="maven.runtime.classpath">
+
<fileset dir="src/main/resources"
+
includes="uddi_v2.xsd,uddi_v2.xsdconfig" />
+ </xmlbean>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+
<artifactId>build-helper-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>add-source</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>add-source</goal>
+ </goals>
+ <configuration>
+ <sources>
+
<source>target/schema/src</source>
+ </sources>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ <profiles>
+ <profile>
+ <id>release</id>
+ <activation>
+ <property>
+ <name>release</name>
+ <value></value>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <attach>true</attach>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]