5 Commits

Author SHA1 Message Date
87f7f44086 Merge branch 'develop' into stable 2022-02-02 13:40:59 -05:00
b9759abc9d using common-reset-api v1.1.4 2022-02-02 13:37:28 -05:00
79dc4838e3 Merge branch 'develop' into stable 2022-02-02 12:39:18 -05:00
7bf9bc8c27 Merge branch 'develop' into stable 2022-02-02 11:20:34 -05:00
f774352bb1 v1.0.0 poms 2022-01-29 09:58:30 -05:00
4 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>com.inteligr8.buxfer</groupId>
<artifactId>buxfer-public-rest-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../</relativePath>
</parent>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>com.inteligr8.buxfer</groupId>
<artifactId>buxfer-public-rest-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../</relativePath>
</parent>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>com.inteligr8.buxfer</groupId>
<artifactId>buxfer-public-rest-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../</relativePath>
</parent>
@@ -24,7 +24,7 @@
<dependency>
<groupId>com.inteligr8</groupId>
<artifactId>common-rest-api</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1.4</version>
</dependency>
<dependency>
<groupId>${project.parent.groupId}</groupId>

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.inteligr8.buxfer</groupId>
<artifactId>buxfer-public-rest-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>
<name>Buxfer Public ReST Projects</name>