You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by mb...@apache.org on 2021/03/04 19:45:50 UTC

[db-jdo-site] branch JDO-789 updated: Changed version to 1.0-SNAPSHOT und removed relativePath

This is an automated email from the ASF dual-hosted git repository.

mbo pushed a commit to branch JDO-789
in repository https://gitbox.apache.org/repos/asf/db-jdo-site.git


The following commit(s) were added to refs/heads/JDO-789 by this push:
     new eac67a7  Changed version to 1.0-SNAPSHOT und removed relativePath
     new d31eb0d  Merge branch 'JDO-789' of https://gitbox.apache.org/repos/asf/db-jdo-site into JDO-789
eac67a7 is described below

commit eac67a7086dfbe281dbd71faf3883f6ec01ecbbc
Author: Michael Bouschen <Mi...@akquinet.de>
AuthorDate: Thu Mar 4 20:44:34 2021 +0100

    Changed version to 1.0-SNAPSHOT und removed relativePath
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 31e3f16..75da7c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,12 +22,11 @@
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
         <version>23</version>
-        <relativePath></relativePath>
     </parent>
     
     <groupId>org.apache.jdo</groupId>
     <artifactId>jdo-site</artifactId>
-    <version>3.2-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache JDO Site</name>