Skip to content

Commit 044aa16

Browse files
Merge pull request #159 from SpineEventEngine/release/v1.7.0
Release v1.7.0
2 parents 2569f04 + 4a331c4 commit 044aa16

File tree

159 files changed

+1199
-109
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+1199
-109
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
#
22
# Copyright 2020, TeamDev. All rights reserved.
33
#
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+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
410
# Redistribution and use in source and/or binary forms, with or without
511
# modification, must retain the above copyright notice and the following
612
# disclaimer.

.idea/copyright/TeamDev_Open_Source.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ Gradle:
1616
```kotlin
1717
dependencies {
1818
// Datastore Storage support library.
19-
implementation("io.spine.gcloud:spine-datastore:1.6.0")
19+
implementation("io.spine.gcloud:spine-datastore:1.7.0")
2020

2121
// Pub/Sub messaging support library.
22-
implementation("io.spine.gcloud:spine-pubsub:1.6.0")
22+
implementation("io.spine.gcloud:spine-pubsub:1.7.0")
2323

2424
// Stackdriver Trace support library.
25-
implementation("io.spine.gcloud:spine-stackdriver-trace:1.6.0")
25+
implementation("io.spine.gcloud:spine-stackdriver-trace:1.7.0")
2626

2727
// Datastore-related test utilities (if needed).
28-
implementation("io.spine.gcloud:testutil-gcloud:1.6.0")
28+
implementation("io.spine.gcloud:testutil-gcloud:1.7.0")
2929
}
3030
```
3131

build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
/*
22
* Copyright 2020, TeamDev. All rights reserved.
33
*
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+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
410
* Redistribution and use in source and/or binary forms, with or without
511
* modification, must retain the above copyright notice and the following
612
* disclaimer.

buildSrc/build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
/*
22
* Copyright 2020, TeamDev. All rights reserved.
33
*
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+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
410
* Redistribution and use in source and/or binary forms, with or without
511
* modification, must retain the above copyright notice and the following
612
* disclaimer.

buildSrc/src/main/kotlin/io/spine/gradle/internal/CheckVersionIncrement.kt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
/*
22
* Copyright 2020, TeamDev. All rights reserved.
33
*
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+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
410
* Redistribution and use in source and/or binary forms, with or without
511
* modification, must retain the above copyright notice and the following
612
* disclaimer.

buildSrc/src/main/kotlin/io/spine/gradle/internal/IncrementGuard.kt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
/*
22
* Copyright 2020, TeamDev. All rights reserved.
33
*
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+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
410
* Redistribution and use in source and/or binary forms, with or without
511
* modification, must retain the above copyright notice and the following
612
* disclaimer.

buildSrc/src/main/kotlin/io/spine/gradle/internal/RunBuild.kt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
/*
22
* Copyright 2020, TeamDev. All rights reserved.
33
*
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+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
410
* Redistribution and use in source and/or binary forms, with or without
511
* modification, must retain the above copyright notice and the following
612
* disclaimer.

buildSrc/src/main/kotlin/io/spine/gradle/internal/deps.kt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
/*
22
* Copyright 2020, TeamDev. All rights reserved.
33
*
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+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
410
* Redistribution and use in source and/or binary forms, with or without
511
* modification, must retain the above copyright notice and the following
612
* disclaimer.

config

0 commit comments

Comments
 (0)