Skip to content

Commit

Permalink
The repository moved yoomoney-tech -> yoomoney (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vita Khoryukova authored Aug 26, 2021
1 parent 2941699 commit a3d6c6b
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import: yoomoney-gradle-plugins/travis-shared-configuration:build-and-publish-plugin.yml@master
import: yoomoney/travis-shared-configuration:build-and-publish-plugin.yml@master
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### NEXT_VERSION_TYPE=MAJOR|MINOR|PATCH
### NEXT_VERSION_TYPE=MINOR
### NEXT_VERSION_DESCRIPTION_BEGIN
* The repository moved yoomoney-tech -> yoomoney
### NEXT_VERSION_DESCRIPTION_END
## [13.0.1]() (04-08-2021)

Expand Down Expand Up @@ -65,7 +66,7 @@ To migrate to a new version you must do the following changes:
## [11.0.2]() (04-02-2021)

* Update artifact-release-plugin
* Disable Oracle tests https://github.com/yoomoney-tech/db-queue/issues/10
* Disable Oracle tests https://github.com/yoomoney/db-queue/issues/10

## [11.0.1]() (02-02-2021)

Expand Down Expand Up @@ -122,7 +123,7 @@ This makes the task selection query run faster increase up to 5 times.

## [8.0.1]() (08-11-2019)

* [PR#2](https://github.com/yoomoney-tech/db-queue/pull/2) Allow dots as part of a table name. Thanks to [@everplays](https://github.com/everplays).
* [PR#2](https://github.com/yoomoney/db-queue/pull/2) Allow dots as part of a table name. Thanks to [@everplays](https://github.com/everplays).

## [8.0.0]() (28-10-2019)

Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @yoomoney-tech/backend-experts
* @yoomoney/backend-experts
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build Status](https://travis-ci.com/yoomoney-tech/db-queue.svg?branch=master)](https://travis-ci.com/github/yoomoney-tech/db-queue/branches)
[![Build Status](https://travis-ci.com/yoomoney/db-queue.svg?branch=master)](https://travis-ci.com/github/yoomoney/db-queue/branches)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Javadoc](https://img.shields.io/badge/javadoc-latest-blue.svg)](https://yoomoney-tech.github.io/db-queue/)
[![Javadoc](https://img.shields.io/badge/javadoc-latest-blue.svg)](https://yoomoney.github.io/db-queue/)
[![Download](https://img.shields.io/badge/Download-latest)](https://search.maven.org/artifact/ru.yoomoney.tech/db-queue)
# Database Queue

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @author Oleg Kandaurov
* @since 12.10.2019
*/
@Ignore("https://github.com/yoomoney-tech/db-queue/issues/10")
@Ignore("https://github.com/yoomoney/db-queue/issues/10")
public class CustomOracle11QueueDaoTest extends QueueDaoTest {

@BeforeClass
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @author Oleg Kandaurov
* @since 12.10.2019
*/
@Ignore("https://github.com/yoomoney-tech/db-queue/issues/10")
@Ignore("https://github.com/yoomoney/db-queue/issues/10")
public class CustomOracle11QueuePickTaskDaoTest extends QueuePickTaskDaoTest {

@BeforeClass
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @author Oleg Kandaurov
* @since 15.05.2020
*/
@Ignore("https://github.com/yoomoney-tech/db-queue/issues/10")
@Ignore("https://github.com/yoomoney/db-queue/issues/10")
public class DefaultOracle11QueueDaoTest extends QueueDaoTest {

@BeforeClass
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @author Oleg Kandaurov
* @since 12.10.2019
*/
@Ignore("https://github.com/yoomoney-tech/db-queue/issues/10")
@Ignore("https://github.com/yoomoney/db-queue/issues/10")
public class DefaultOracle11QueuePickTaskDaoTest extends QueuePickTaskDaoTest {

@BeforeClass
Expand Down

0 comments on commit a3d6c6b

Please sign in to comment.