Skip to content

Commit

Permalink
Release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jebeaudet committed Feb 21, 2024
1 parent b423689 commit 83a121a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[![Build Status](https://travis-ci.org/coveo/saml-client.svg?branch=master)](https://travis-ci.org/coveo/saml-client)
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/coveo/saml-client/blob/master/LICENSE)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.coveo/saml-client/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.coveo/saml-client)

Expand All @@ -20,7 +19,7 @@ Add this dependency to your `pom.xml` to reference the library:
<dependency>
<groupId>com.coveo</groupId>
<artifactId>saml-client</artifactId>
<version>4.1.2</version>
<version>5.0.0</version>
</dependency>
```

Expand Down
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.coveo</groupId>
<artifactId>saml-client</artifactId>
<version>4.1.2</version>
<version>5.0.0</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand All @@ -27,6 +27,12 @@
</developer>
</developers>

<scm>
<connection>scm:git:[email protected]:coveooss/saml-client.git</connection>
<developerConnection>scm:git:[email protected]:coveooss/saml-client.git</developerConnection>
<url>https://github.com/coveooss/saml-client</url>
</scm>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
Expand Down

0 comments on commit 83a121a

Please sign in to comment.