This is an automated email from the ASF dual-hosted git repository.
ptupitsyn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new 5bb3e10d65 Rename Gradle project from ignite-parent to Apache Ignite 3
(#1535)
5bb3e10d65 is described below
commit 5bb3e10d65bf86cb345088082ce1368c911cc59a
Author: Pavel Tupitsyn <[email protected]>
AuthorDate: Tue Jan 17 15:33:04 2023 +0200
Rename Gradle project from ignite-parent to Apache Ignite 3 (#1535)
---
settings.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/settings.gradle b/settings.gradle
index e8efc32c9f..9806f099fc 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -15,7 +15,7 @@
* limitations under the License.
*/
-rootProject.name = 'ignite-parent'
+rootProject.name = 'Apache Ignite 3'
include(':ignite-page-memory')
include(':ignite-storage-api')
include(':ignite-network-annotation-processor')