3
0
Fork 0

[maven-release-plugin] prepare release foei-base-0.8.1

This commit is contained in:
willem.cazander 2011-01-10 21:58:59 +01:00
parent 7b5c61f4da
commit ee69c7b2a6
6 changed files with 14 additions and 15 deletions

View file

@ -3,11 +3,11 @@
<parent> <parent>
<groupId>com.idcanet.foei</groupId> <groupId>com.idcanet.foei</groupId>
<artifactId>foei-base</artifactId> <artifactId>foei-base</artifactId>
<version>0.8.1-SNAPSHOT</version> <version>0.8.1</version>
</parent> </parent>
<groupId>com.idcanet.foei</groupId> <groupId>com.idcanet.foei</groupId>
<artifactId>foei-components</artifactId> <artifactId>foei-components</artifactId>
<version>0.8.1-SNAPSHOT</version> <version>0.8.1</version>
<name>foei-components</name> <name>foei-components</name>
<description>foei-component</description> <description>foei-component</description>
<dependencies> <dependencies>

View file

@ -3,11 +3,11 @@
<parent> <parent>
<groupId>com.idcanet.foei</groupId> <groupId>com.idcanet.foei</groupId>
<artifactId>foei-base</artifactId> <artifactId>foei-base</artifactId>
<version>0.8.1-SNAPSHOT</version> <version>0.8.1</version>
</parent> </parent>
<groupId>com.idcanet.foei</groupId> <groupId>com.idcanet.foei</groupId>
<artifactId>foei-core</artifactId> <artifactId>foei-core</artifactId>
<version>0.8.1-SNAPSHOT</version> <version>0.8.1</version>
<name>foei-core</name> <name>foei-core</name>
<description>foei-core</description> <description>foei-core</description>
<dependencies> <dependencies>

View file

@ -3,11 +3,11 @@
<parent> <parent>
<groupId>com.idcanet.foei</groupId> <groupId>com.idcanet.foei</groupId>
<artifactId>foei-base</artifactId> <artifactId>foei-base</artifactId>
<version>0.8.1-SNAPSHOT</version> <version>0.8.1</version>
</parent> </parent>
<groupId>com.idcanet.foei</groupId> <groupId>com.idcanet.foei</groupId>
<artifactId>foei-ee-ejb3</artifactId> <artifactId>foei-ee-ejb3</artifactId>
<version>0.8.1-SNAPSHOT</version> <version>0.8.1</version>
<name>foei-ee-ejb3</name> <name>foei-ee-ejb3</name>
<description>foei-ee-ejb3</description> <description>foei-ee-ejb3</description>
</project> </project>

View file

@ -3,11 +3,11 @@
<parent> <parent>
<groupId>com.idcanet.foei</groupId> <groupId>com.idcanet.foei</groupId>
<artifactId>foei-base</artifactId> <artifactId>foei-base</artifactId>
<version>0.8.1-SNAPSHOT</version> <version>0.8.1</version>
</parent> </parent>
<groupId>com.idcanet.foei</groupId> <groupId>com.idcanet.foei</groupId>
<artifactId>foei-ee-jca</artifactId> <artifactId>foei-ee-jca</artifactId>
<version>0.8.1-SNAPSHOT</version> <version>0.8.1</version>
<name>foei-ee-jca</name> <name>foei-ee-jca</name>
<description>foei-ee-jca</description> <description>foei-ee-jca</description>
<dependencies> <dependencies>

View file

@ -3,11 +3,11 @@
<parent> <parent>
<groupId>com.idcanet.foei</groupId> <groupId>com.idcanet.foei</groupId>
<artifactId>foei-base</artifactId> <artifactId>foei-base</artifactId>
<version>0.8.1-SNAPSHOT</version> <version>0.8.1</version>
</parent> </parent>
<groupId>com.idcanet.foei</groupId> <groupId>com.idcanet.foei</groupId>
<artifactId>foei-server</artifactId> <artifactId>foei-server</artifactId>
<version>0.8.1-SNAPSHOT</version> <version>0.8.1</version>
<name>foei-server</name> <name>foei-server</name>
<description>foei-server</description> <description>foei-server</description>
<dependencies> <dependencies>

View file

@ -1,11 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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/xsd/maven-4.0.0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.idcanet.foei</groupId> <groupId>com.idcanet.foei</groupId>
<artifactId>foei-base</artifactId> <artifactId>foei-base</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>0.8.1-SNAPSHOT</version> <version>0.8.1</version>
<name>foei</name> <name>foei</name>
<description>Creates an easy xml layer for objects and creating your own xml language implementions.</description> <description>Creates an easy xml layer for objects and creating your own xml language implementions.</description>
<url>http://www.x4o.org/foei</url> <url>http://www.x4o.org/foei</url>
@ -104,7 +103,7 @@
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>2.4</version> <version>2.4</version>
<configuration></configuration> <configuration />
</plugin> </plugin>
<!-- Perform maven releases --> <!-- Perform maven releases -->
@ -245,7 +244,7 @@
<developer> <developer>
<id>sqrbass</id> <id>sqrbass</id>
<name>Bas van Oostveen</name> <name>Bas van Oostveen</name>
<email></email> <email />
<organization>IDCA</organization> <organization>IDCA</organization>
<timezone>+2</timezone> <timezone>+2</timezone>
<roles> <roles>