|
1 | 1 | <!--
|
2 | 2 | ~ Copyright (c) 2024-2025, redis-keeper ([email protected])
|
3 | 3 | ~
|
4 |
| - ~ Licensed under the Apache License, Version 2.0 (the "License"); |
5 |
| - ~ you may not use this file except in compliance with the License. |
6 |
| - ~ You may obtain a copy of the License at |
| 4 | + ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | + ~ you may not use this file except in compliance with the License. |
| 6 | + ~ You may obtain a copy of the License at |
7 | 7 | ~
|
8 |
| - ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | + ~ http://www.apache.org/licenses/LICENSE-2.0 |
9 | 9 | ~
|
10 |
| - ~ Unless required by applicable law or agreed to in writing, software |
11 |
| - ~ distributed under the License is distributed on an "AS IS" BASIS, |
12 |
| - ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
13 |
| - ~ See the License for the specific language governing permissions and |
14 |
| - ~ limitations under the License. |
| 10 | + ~ Unless required by applicable law or agreed to in writing, software |
| 11 | + ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | + ~ See the License for the specific language governing permissions and |
| 14 | + ~ limitations under the License. |
15 | 15 | -->
|
16 | 16 |
|
17 | 17 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
20 | 20 | <parent>
|
21 | 21 | <groupId>org.codeba</groupId>
|
22 | 22 | <artifactId>redis-keeper-example</artifactId>
|
23 |
| - <version>2024.1.0</version> |
| 23 | + <version>2024.1.1</version> |
24 | 24 | </parent>
|
25 | 25 |
|
26 | 26 | <artifactId>redis-keeper-example-standalone</artifactId>
|
|
37 | 37 | <dependency>
|
38 | 38 | <groupId>org.codeba</groupId>
|
39 | 39 | <artifactId>redis-keeper-core</artifactId>
|
40 |
| - <version>2024.1.0</version> |
| 40 | + <version>2024.1.1</version> |
41 | 41 | </dependency>
|
42 | 42 |
|
43 | 43 | <dependency>
|
44 | 44 | <groupId>org.codeba</groupId>
|
45 | 45 | <artifactId>redis-keeper-support</artifactId>
|
46 |
| - <version>2024.1.0</version> |
| 46 | + <version>2024.1.1</version> |
47 | 47 | </dependency>
|
48 | 48 |
|
49 | 49 | <dependency>
|
|
0 commit comments