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 aea6f49 commit 1726986
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions oxd-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>oxd-client</artifactId>
<packaging>jar</packaging>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1.Final</version>
<name>oxD Client</name>
<url>https://www.gluu.org</url>

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

<properties>
Expand Down
4 changes: 2 additions & 2 deletions oxd-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>oxd-common</artifactId>
<packaging>jar</packaging>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1.Final</version>
<name>oxD Common</name>
<url>https://www.gluu.org</url>

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

<properties>
Expand Down
4 changes: 2 additions & 2 deletions oxd-gen-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<artifactId>oxd-gen-client</artifactId>
<packaging>jar</packaging>
<name>oxd-gen-client</name>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1.Final</version>
<url>https://github.com/swagger-api/swagger-codegen</url>
<description>Swagger Java</description>

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

<scm>
Expand Down
4 changes: 2 additions & 2 deletions oxd-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>oxd-server</artifactId>
<packaging>jar</packaging>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1.Final</version>
<name>oxD Server</name>
<url>https://www.gluu.org</url>

Expand All @@ -22,7 +22,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxd</artifactId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1.Final</version>
</parent>

<build>
Expand Down
4 changes: 2 additions & 2 deletions oxd-server/src/main/bin/oxd-download.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/bin/sh

warName=oxd-server-4.4.1-SNAPSHOT-distribution.zip
warName=oxd-server-4.4.1.Final-distribution.zip
distDir=oxd-dist

# Clean up
rm -f $warName
rm -f -r $destDir

# Download and unzip
wget http://ox.gluu.org/maven/org/xdi/oxd-server/4.4.1-SNAPSHOT/$warName
wget http://ox.gluu.org/maven/org/xdi/oxd-server/4.4.1.Final/$warName
unzip $warName -d $distDir
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
<groupId>org.gluu</groupId>
<artifactId>oxd</artifactId>
<packaging>pom</packaging>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1.Final</version>
<name>oxD</name>
<url>https://jenkins.gluu.org</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.min-version>3.0.3</maven.min-version>
<oxCore.version>4.4.1-SNAPSHOT</oxCore.version>
<oxCore.version>4.4.1.Final</oxCore.version>
<jackson.version>2.10.1</jackson.version>
<httpcomponents.version>4.1.2</httpcomponents.version>
<oxauth.version>4.4.1-SNAPSHOT</oxauth.version>
<oxauth.version>4.4.1.Final</oxauth.version>
<licensing.version>1.1.0</licensing.version>
<guice.version>3.0</guice.version>
<guava.version>[24.1.1,)</guava.version>
<oxlicense.version>4.4.1-SNAPSHOT</oxlicense.version>
<oxlicense.version>4.4.1.Final</oxlicense.version>
<selenium.version>3.141.59</selenium.version>
<skip.swagger.client.generation>false</skip.swagger.client.generation>

Expand Down Expand Up @@ -75,7 +75,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 All @@ -89,7 +89,7 @@
<dependency>
<groupId>org.gluu</groupId>
<artifactId>uma-rs-resteasy</artifactId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1.Final</version>
</dependency>
<dependency>
<groupId>org.gluu</groupId>
Expand Down

0 comments on commit 1726986

Please sign in to comment.