Skip to content

Commit

Permalink
Version 4.4.1.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Jun 27, 2022
1 parent 6e1d5ac commit 880df75
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<groupId>org.gluu</groupId>
<artifactId>uma-rs</artifactId>
<packaging>pom</packaging>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1.Final</version>
<name>UMA RS</name>
<url>https://www.gluu.org</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.min-version>3.0.3</maven.min-version>
<slf4j.version>1.7.11</slf4j.version>
<oxauth.version>4.4.1-SNAPSHOT</oxauth.version>
<oxauth.version>4.4.1.Final</oxauth.version>
</properties>

<prerequisites>
Expand Down Expand Up @@ -119,7 +119,7 @@
<dependency>
<groupId>org.gluu</groupId>
<artifactId>gluu-core-bom</artifactId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1.Final</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions uma-rs-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>uma-rs-core</artifactId>
<packaging>jar</packaging>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1.Final</version>
<name>UMA RS Core</name>
<url>https://www.gluu.org</url>

<parent>
<groupId>org.gluu</groupId>
<artifactId>uma-rs</artifactId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1.Final</version>
</parent>

<build>
Expand Down
4 changes: 2 additions & 2 deletions uma-rs-resteasy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>uma-rs-resteasy</artifactId>
<packaging>jar</packaging>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1.Final</version>
<name>UMA RS Resteasy</name>
<url>https://www.gluu.org</url>

<parent>
<groupId>org.gluu</groupId>
<artifactId>uma-rs</artifactId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1.Final</version>
</parent>

<build>
Expand Down

0 comments on commit 880df75

Please sign in to comment.