Skip to content

Commit e31f46d

Browse files
committed
Updated Tietoevry company name
1 parent 1648d21 commit e31f46d

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Command line:\
4444
`./mvnw clean verify -Pnative,jackson-classic -pl integration-test` - running tests in native mode
4545

4646
### Deployment and release
47-
Releases are managed and conducted by TietoEVRY. Stable (release) artifacts are available from Maven Central.
47+
Releases are managed and conducted by Tietoevry. Stable (release) artifacts are available from Maven Central.
4848

4949
```
5050
./mvnw release:prepare release:perform

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright 2021 TietoEvry (https://www.tietoevry.com/)
190+
Copyright 2022 Tietoevry (https://www.tietoevry.com/)
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
[![Quarkus](https://img.shields.io/badge/Quarkus-1.4%20–%201.13-important.svg)](https://github.com/quarkusio/quarkus/releases/tag/1.13.7.Final)
99
![Quarkus](https://img.shields.io/badge/Java%208+-blue.svg)
1010

11-
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/TietoEVRY/quarkus-resteasy-problem/blob/master/LICENSE.txt)
11+
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/tietoevry/quarkus-resteasy-problem/blob/master/LICENSE.txt)
1212

13-
[![Build status](https://github.com/TietoEVRY/quarkus-resteasy-problem/actions/workflows/unit-tests.yaml/badge.svg)](https://github.com/TietoEVRY/quarkus-resteasy-problem/actions/workflows/unit-tests.yaml)
14-
[![Build status](https://github.com/TietoEVRY/quarkus-resteasy-problem/actions/workflows/integration-tests.yaml/badge.svg)](https://github.com/TietoEVRY/quarkus-resteasy-problem/actions/workflows/integration-tests.yaml)
15-
[![Build status](https://github.com/TietoEVRY/quarkus-resteasy-problem/actions/workflows/native-mode-tests.yaml/badge.svg)](https://github.com/TietoEVRY/quarkus-resteasy-problem/actions/workflows/native-mode-tests.yaml)
16-
[![Compatibility with latest stable Quarkus](https://github.com/TietoEVRY/quarkus-resteasy-problem/actions/workflows/latest-stable-compatibility-tests.yaml/badge.svg)](https://github.com/TietoEVRY/quarkus-resteasy-problem/actions/workflows/latest-stable-compatibility-tests.yaml)
13+
[![Build status](https://github.com/tietoevry/quarkus-resteasy-problem/actions/workflows/unit-tests.yaml/badge.svg)](https://github.com/TietoEVRY/quarkus-resteasy-problem/actions/workflows/unit-tests.yaml)
14+
[![Build status](https://github.com/tietoevry/quarkus-resteasy-problem/actions/workflows/integration-tests.yaml/badge.svg)](https://github.com/TietoEVRY/quarkus-resteasy-problem/actions/workflows/integration-tests.yaml)
15+
[![Build status](https://github.com/tietoevry/quarkus-resteasy-problem/actions/workflows/native-mode-tests.yaml/badge.svg)](https://github.com/TietoEVRY/quarkus-resteasy-problem/actions/workflows/native-mode-tests.yaml)
16+
[![Compatibility with latest stable Quarkus](https://github.com/tietoevry/quarkus-resteasy-problem/actions/workflows/latest-stable-compatibility-tests.yaml/badge.svg)](https://github.com/TietoEVRY/quarkus-resteasy-problem/actions/workflows/latest-stable-compatibility-tests.yaml)
1717

1818
[RFC7807 Problem](https://tools.ietf.org/html/rfc7807) extension for Quarkus RESTeasy/JaxRS applications. It maps Exceptions to `application/problem+json` HTTP responses. Inspired by [Zalando Problem library](https://github.com/zalando/problem).
1919

@@ -32,7 +32,7 @@ This extension supports:
3232

3333
- __time-saving__ - in most cases you will not have to implement your own JaxRS `ExceptionMapper`s anymore, which makes your app smaller, and less error-prone.
3434

35-
See [Built-in Exception Mappers Wiki](https://github.com/TietoEVRY/quarkus-resteasy-problem/wiki#built-in-exception-mappers) for more details.
35+
See [Built-in Exception Mappers Wiki](https://github.com/tietoevry/quarkus-resteasy-problem/wiki#built-in-exception-mappers) for more details.
3636

3737
From [RFC7807](https://tools.ietf.org/html/rfc7807):
3838
```

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<name>Quarkus - RESTeasy - Problem - Parent</name>
1111
<description>Problem Details for HTTP APIs (RFC-7807) implementation for Quarkus / RESTeasy - Parent POM.
1212
</description>
13-
<url>https://github.com/TietoEVRY/quarkus-resteasy-problem</url>
13+
<url>https://github.com/Tietoevry/quarkus-resteasy-problem</url>
1414

1515
<properties>
1616
<maven.compiler.source>11</maven.compiler.source>
@@ -313,17 +313,17 @@
313313
</licenses>
314314

315315
<scm>
316-
<connection>scm:git:git@github.com:TietoEVRY/quarkus-resteasy-problem.git</connection>
317-
<developerConnection>scm:git:git@github.com:TietoEVRY/quarkus-resteasy-problem.git
316+
<connection>scm:git:git@github.com:tietoevry/quarkus-resteasy-problem.git</connection>
317+
<developerConnection>scm:git:git@github.com:tietoevry/quarkus-resteasy-problem.git
318318
</developerConnection>
319-
<url>https://github.com/TietoEVRY/quarkus-resteasy-problem/tree/master</url>
319+
<url>https://github.com/tietoevry/quarkus-resteasy-problem/tree/master</url>
320320
<tag>HEAD</tag>
321321
</scm>
322322

323323
<developers>
324324
<developer>
325325
<name>Data Platforms</name>
326-
<organization>TietoEVRY</organization>
326+
<organization>Tietoevry</organization>
327327
<organizationUrl>https://tietoevry.com</organizationUrl>
328328
<timezone>UTC+01:00</timezone>
329329
</developer>

runtime/src/main/resources/META-INF/quarkus-extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
- "problem"
88
- "error"
99
- "exception"
10-
guide: "https://github.com/TietoEVRY/quarkus-resteasy-problem/blob/master/README.md"
10+
guide: "https://github.com/tietoevry/quarkus-resteasy-problem/blob/master/README.md"
1111
categories:
1212
- "web"
1313
- "serialization"

0 commit comments

Comments
 (0)