[maven-release-plugin] prepare release foei-base-0.8.1
This commit is contained in:
parent
7b5c61f4da
commit
ee69c7b2a6
|
@ -3,11 +3,11 @@
|
|||
<parent>
|
||||
<groupId>com.idcanet.foei</groupId>
|
||||
<artifactId>foei-base</artifactId>
|
||||
<version>0.8.1-SNAPSHOT</version>
|
||||
<version>0.8.1</version>
|
||||
</parent>
|
||||
<groupId>com.idcanet.foei</groupId>
|
||||
<artifactId>foei-components</artifactId>
|
||||
<version>0.8.1-SNAPSHOT</version>
|
||||
<version>0.8.1</version>
|
||||
<name>foei-components</name>
|
||||
<description>foei-component</description>
|
||||
<dependencies>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<parent>
|
||||
<groupId>com.idcanet.foei</groupId>
|
||||
<artifactId>foei-base</artifactId>
|
||||
<version>0.8.1-SNAPSHOT</version>
|
||||
<version>0.8.1</version>
|
||||
</parent>
|
||||
<groupId>com.idcanet.foei</groupId>
|
||||
<artifactId>foei-core</artifactId>
|
||||
<version>0.8.1-SNAPSHOT</version>
|
||||
<version>0.8.1</version>
|
||||
<name>foei-core</name>
|
||||
<description>foei-core</description>
|
||||
<dependencies>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<parent>
|
||||
<groupId>com.idcanet.foei</groupId>
|
||||
<artifactId>foei-base</artifactId>
|
||||
<version>0.8.1-SNAPSHOT</version>
|
||||
<version>0.8.1</version>
|
||||
</parent>
|
||||
<groupId>com.idcanet.foei</groupId>
|
||||
<artifactId>foei-ee-ejb3</artifactId>
|
||||
<version>0.8.1-SNAPSHOT</version>
|
||||
<version>0.8.1</version>
|
||||
<name>foei-ee-ejb3</name>
|
||||
<description>foei-ee-ejb3</description>
|
||||
</project>
|
|
@ -3,11 +3,11 @@
|
|||
<parent>
|
||||
<groupId>com.idcanet.foei</groupId>
|
||||
<artifactId>foei-base</artifactId>
|
||||
<version>0.8.1-SNAPSHOT</version>
|
||||
<version>0.8.1</version>
|
||||
</parent>
|
||||
<groupId>com.idcanet.foei</groupId>
|
||||
<artifactId>foei-ee-jca</artifactId>
|
||||
<version>0.8.1-SNAPSHOT</version>
|
||||
<version>0.8.1</version>
|
||||
<name>foei-ee-jca</name>
|
||||
<description>foei-ee-jca</description>
|
||||
<dependencies>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<parent>
|
||||
<groupId>com.idcanet.foei</groupId>
|
||||
<artifactId>foei-base</artifactId>
|
||||
<version>0.8.1-SNAPSHOT</version>
|
||||
<version>0.8.1</version>
|
||||
</parent>
|
||||
<groupId>com.idcanet.foei</groupId>
|
||||
<artifactId>foei-server</artifactId>
|
||||
<version>0.8.1-SNAPSHOT</version>
|
||||
<version>0.8.1</version>
|
||||
<name>foei-server</name>
|
||||
<description>foei-server</description>
|
||||
<dependencies>
|
||||
|
|
9
pom.xml
9
pom.xml
|
@ -1,11 +1,10 @@
|
|||
<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">
|
||||
<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">
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.idcanet.foei</groupId>
|
||||
<artifactId>foei-base</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>0.8.1-SNAPSHOT</version>
|
||||
<version>0.8.1</version>
|
||||
<name>foei</name>
|
||||
<description>Creates an easy xml layer for objects and creating your own xml language implementions.</description>
|
||||
<url>http://www.x4o.org/foei</url>
|
||||
|
@ -104,7 +103,7 @@
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.4</version>
|
||||
<configuration></configuration>
|
||||
<configuration />
|
||||
</plugin>
|
||||
|
||||
<!-- Perform maven releases -->
|
||||
|
@ -245,7 +244,7 @@
|
|||
<developer>
|
||||
<id>sqrbass</id>
|
||||
<name>Bas van Oostveen</name>
|
||||
<email></email>
|
||||
<email />
|
||||
<organization>IDCA</organization>
|
||||
<timezone>+2</timezone>
|
||||
<roles>
|
||||
|
|
Loading…
Reference in a new issue