Skip to content

Commit

Permalink
[ GEDA-000 ] 3.2.0 rc
Browse files Browse the repository at this point in the history
  • Loading branch information
inspire-software committed Feb 27, 2021
1 parent c3403d9 commit 039e78d
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions core-btest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<parent>
<groupId>com.inspire-software.lib.dto.geda</groupId>
<artifactId>geda</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<artifactId>geda.core-btest</artifactId>
<name>DTO utilities package core integration and benchmark tests</name>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<description>Provides several benchmark tests for core package</description>
<packaging>jar</packaging>
<url>https://github.com/inspire-software/geda-genericdto/tree/master/wiki</url>
Expand Down Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>com.inspire-software.lib.dto.geda</groupId>
<artifactId>geda.core</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
<exclusions>
<exclusion>
<groupId>javassist</groupId>
Expand Down
6 changes: 3 additions & 3 deletions core-ptest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<parent>
<groupId>com.inspire-software.lib.dto.geda</groupId>
<artifactId>geda</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<artifactId>geda.core-ptest</artifactId>
<name>DTO utilities package core integration and performance tests</name>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<description>Provides several integrations tests for core package</description>
<packaging>jar</packaging>
<url>https://github.com/inspire-software/geda-genericdto/tree/master/wiki</url>
Expand Down Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>com.inspire-software.lib.dto.geda</groupId>
<artifactId>geda.core</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<parent>
<groupId>com.inspire-software.lib.dto.geda</groupId>
<artifactId>geda</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<artifactId>geda.core</artifactId>
<name>DTO utilities package core</name>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<description>Provides several utilities managing DTO's in n-tier applications</description>
<packaging>jar</packaging>
<url>https://github.com/inspire-software/geda-genericdto/tree/master/wiki</url>
Expand Down
6 changes: 3 additions & 3 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<parent>
<groupId>com.inspire-software.lib.dto.geda</groupId>
<artifactId>geda</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<artifactId>geda.examples</artifactId>
<name>Examples for GeDA</name>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<description>Provides several examples of use of GeDA</description>
<packaging>jar</packaging>
<url>https://github.com/inspire-software/geda-genericdto/tree/master/wiki</url>
Expand Down Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>com.inspire-software.lib.dto.geda</groupId>
<artifactId>geda.core</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</dependency>
<dependency>
<!--
Expand Down
4 changes: 2 additions & 2 deletions osgi-itest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<parent>
<groupId>com.inspire-software.lib.dto.geda</groupId>
<artifactId>geda</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
</parent>
<artifactId>osgi.osgi-itest</artifactId>
<name>GeDA OSGi bundle integration test</name>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<description>Loads GeDA OSGi bundle and tests API</description>
<packaging>jar</packaging>
<url>https://github.com/inspire-software/geda-genericdto/tree/master/wiki</url>
Expand Down
6 changes: 3 additions & 3 deletions osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
<parent>
<groupId>com.inspire-software.lib.dto.geda</groupId>
<artifactId>geda</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<groupId>com.inspire-software.lib.dto.geda</groupId>
<artifactId>geda.osgi</artifactId>
<name>GeDA OSGi bundle</name>
<description>GeDA (Generic DTO Assembler) OSGi bundle</description>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<packaging>bundle</packaging>
<url>https://github.com/inspire-software/geda-genericdto/tree/master/wiki</url>
<licenses>
Expand Down Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>com.inspire-software.lib.dto.geda</groupId>
<artifactId>geda.core</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<exclusions>
<exclusion>
<groupId>org.apache.bcel</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>com.inspire-software.lib.dto.geda</groupId>
<artifactId>geda</artifactId>
<name>DTO utilities package</name>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<description>Provides several utilities managing DTO's in n-tier applications</description>
<packaging>pom</packaging>
<url>https://github.com/inspire-software/geda-genericdto/tree/master/wiki</url>
Expand Down
6 changes: 3 additions & 3 deletions spring-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<parent>
<groupId>com.inspire-software.lib.dto.geda</groupId>
<artifactId>geda</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<artifactId>geda.spring-integration</artifactId>
<name>DTO utilities package spring integration</name>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<description>Provides GeDA core integration for Spring framework</description>
<packaging>jar</packaging>
<url>https://github.com/inspire-software/geda-genericdto/tree/master/wiki</url>
Expand Down Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>com.inspire-software.lib.dto.geda</groupId>
<artifactId>geda.core</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 039e78d

Please sign in to comment.