Upped version

This commit is contained in:
Willem Cazander 2024-06-15 16:57:13 +02:00
parent 899bf24f1c
commit 51d647b6bc
9 changed files with 8 additions and 14 deletions

View file

@ -1,5 +1,4 @@
# X4O
=== Welcome in X4O ===
X4O is a java package for parsing your own xml language over unmodified POJO objects. X4O is a java package for parsing your own xml language over unmodified POJO objects.
The xml element config is defined in a recursive x4o language and so can be extended. The xml element config is defined in a recursive x4o language and so can be extended.

View file

@ -1,5 +0,0 @@
X4O was written by:
Willem Cazander <w.cazander@gmail.com>
Contributors:

View file

@ -10,7 +10,7 @@
<groupId>org.x4o</groupId> <groupId>org.x4o</groupId>
<artifactId>x4o</artifactId> <artifactId>x4o</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>0.8.7-SNAPSHOT</version> <version>0.8.8-SNAPSHOT</version>
<name>x4o</name> <name>x4o</name>
<description>Creates an easy xml layer for objects and creating your own xml language implementations.</description> <description>Creates an easy xml layer for objects and creating your own xml language implementations.</description>
<url>http://www.x4o.org</url> <url>http://www.x4o.org</url>

View file

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.x4o</groupId> <groupId>org.x4o</groupId>
<artifactId>x4o</artifactId> <artifactId>x4o</artifactId>
<version>0.8.7-SNAPSHOT</version> <version>0.8.8-SNAPSHOT</version>
</parent> </parent>
<artifactId>x4o-driver</artifactId> <artifactId>x4o-driver</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View file

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.x4o</groupId> <groupId>org.x4o</groupId>
<artifactId>x4o</artifactId> <artifactId>x4o</artifactId>
<version>0.8.7-SNAPSHOT</version> <version>0.8.8-SNAPSHOT</version>
</parent> </parent>
<artifactId>x4o-eld-doc</artifactId> <artifactId>x4o-eld-doc</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View file

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.x4o</groupId> <groupId>org.x4o</groupId>
<artifactId>x4o</artifactId> <artifactId>x4o</artifactId>
<version>0.8.7-SNAPSHOT</version> <version>0.8.8-SNAPSHOT</version>
</parent> </parent>
<artifactId>x4o-html</artifactId> <artifactId>x4o-html</artifactId>
<name>x4o-html</name> <name>x4o-html</name>

View file

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.x4o</groupId> <groupId>org.x4o</groupId>
<artifactId>x4o</artifactId> <artifactId>x4o</artifactId>
<version>0.8.7-SNAPSHOT</version> <version>0.8.8-SNAPSHOT</version>
</parent> </parent>
<artifactId>x4o-meta</artifactId> <artifactId>x4o-meta</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View file

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.x4o</groupId> <groupId>org.x4o</groupId>
<artifactId>x4o</artifactId> <artifactId>x4o</artifactId>
<version>0.8.7-SNAPSHOT</version> <version>0.8.8-SNAPSHOT</version>
</parent> </parent>
<artifactId>x4o-tool-ant-plugin</artifactId> <artifactId>x4o-tool-ant-plugin</artifactId>
<name>x4o-tool-ant-plugin</name> <name>x4o-tool-ant-plugin</name>

View file

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.x4o</groupId> <groupId>org.x4o</groupId>
<artifactId>x4o</artifactId> <artifactId>x4o</artifactId>
<version>0.8.7-SNAPSHOT</version> <version>0.8.8-SNAPSHOT</version>
</parent> </parent>
<artifactId>x4o-tool-maven-plugin</artifactId> <artifactId>x4o-tool-maven-plugin</artifactId>
<packaging>maven-plugin</packaging> <packaging>maven-plugin</packaging>