diff --git a/CHANGELOG.md b/CHANGELOG.md index 2971b6f..4699a82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,7 +51,7 @@ and this project adheres to [Semantic Versioning (SemVer)](http://semver.org/). First pre-release. -[Unreleased]: https://github.com/aposin/gem/tree/main -[0.4.1]: https://github.com/aposin/gem/releases/tag/v0.4.1 -[0.4.0]: https://github.com/aposin/gem/releases/tag/v0.4.0 -[0.3.0]: https://github.com/aposin/gem/releases/tag/v0.3.0 +[Unreleased]: https://github.com/allianz/gem/tree/main +[0.4.1]: https://github.com/allianz/gem/releases/tag/v0.4.1 +[0.4.0]: https://github.com/allianz/gem/releases/tag/v0.4.0 +[0.3.0]: https://github.com/allianz/gem/releases/tag/v0.3.0 diff --git a/README.md b/README.md index 60a6175..be3f513 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Git Environment Manager (GEM) -[![Build](https://github.com/aposin/gem/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/aposin/gem/actions/workflows/build.yml?query=branch%3Amain+event%3Apush) -[![CodeQL](https://github.com/aposin/gem/actions/workflows/codeql-analysis.yml/badge.svg?branch=main)](https://github.com/aposin/gem/actions/workflows/codeql-analysis.yml?query=branch%3Amain+event%3Apush) +[![Build](https://github.com/allianz/gem/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/allianz/gem/actions/workflows/build.yml?query=branch%3Amain+event%3Apush) +[![CodeQL](https://github.com/allianz/gem/actions/workflows/codeql-analysis.yml/badge.svg?branch=main)](https://github.com/allianz/gem/actions/workflows/codeql-analysis.yml?query=branch%3Amain+event%3Apush) ![GitHub top language](https://img.shields.io/github/languages/top/aposin/gem.svg) [![CLA assistant](https://cla-assistant.io/readme/badge/aposin/gem)](https://cla-assistant.io/aposin/gem) -[![GitHub](https://img.shields.io/github/license/aposin/gem.svg)](https://github.com/aposin/gem/blob/main/LICENSE) +[![GitHub](https://img.shields.io/github/license/aposin/gem.svg)](https://github.com/allianz/gem/blob/main/LICENSE) GEM (Git Environment Manager) is a git branch manager which: @@ -63,4 +63,4 @@ In addition to update the version numbers, the product file should point again t -[gem-config]: https://github.com/aposin/gem-config +[gem-config]: https://github.com/allianz/gem-config diff --git a/bundles/org.aposin.gem.core/src/org/aposin/gem/core/impl/internal/model/repo/AbstractGitRepository.java b/bundles/org.aposin.gem.core/src/org/aposin/gem/core/impl/internal/model/repo/AbstractGitRepository.java index f3a467d..e0b23d3 100644 --- a/bundles/org.aposin.gem.core/src/org/aposin/gem/core/impl/internal/model/repo/AbstractGitRepository.java +++ b/bundles/org.aposin.gem.core/src/org/aposin/gem/core/impl/internal/model/repo/AbstractGitRepository.java @@ -228,7 +228,7 @@ public final void refresh() { @Override public final ICommand buildCloneCommand() { final ProcessExecutor executor = newDefaultProcessExecutor()// - .command(// e.g., "git clone git@github.com:aposin/gem.git C:/dev/gem/repos" + .command(// e.g., "git clone git@github.com:allianz/gem.git C:/dev/gem/repos" gitBinaryString(), "clone", // getRepository().getUrl(), // getRepository().getDestinationLocation().toString()); // diff --git a/bundles/org.aposin.gem.ui/src/org/aposin/gem/ui/lifecycle/event/SessionFeatureBranchChangeEvent.java b/bundles/org.aposin.gem.ui/src/org/aposin/gem/ui/lifecycle/event/SessionFeatureBranchChangeEvent.java index 0b49e5b..d4d6c19 100644 --- a/bundles/org.aposin.gem.ui/src/org/aposin/gem/ui/lifecycle/event/SessionFeatureBranchChangeEvent.java +++ b/bundles/org.aposin.gem.ui/src/org/aposin/gem/ui/lifecycle/event/SessionFeatureBranchChangeEvent.java @@ -16,6 +16,7 @@ package org.aposin.gem.ui.lifecycle.event; import java.util.Objects; + import org.aposin.gem.core.api.workflow.IFeatureBranch; import org.aposin.gem.ui.lifecycle.Session; diff --git a/docs/user_manual.adoc b/docs/user_manual.adoc index b8402c7..d23ae3b 100644 --- a/docs/user_manual.adoc +++ b/docs/user_manual.adoc @@ -138,11 +138,11 @@ This extension provides integration with TortoiseGit to perform different action The product delivered on this repository contains: * All the extensions described in this document. -* Configuration based on the link:https://github.com/aposin/gem-config[gem-config example repository]. +* Configuration based on the link:https://github.com/allianz/gem-config[gem-config example repository]. To configure your own product, there are different options: -* Modify the GEM.ini file to point to your own configuration files (see the link:https://github.com/aposin/gem-config[gem-config example repository] as a starting point). +* Modify the GEM.ini file to point to your own configuration files (see the link:https://github.com/allianz/gem-config[gem-config example repository] as a starting point). This will include the basic GEM plus the extras provided in this repository. * Create your own product with the desired plug-ins/features. This will allow to use extensions that are not included in the default product (e.g., customized plug-ins) and have a different hardcoded configuration on the ini file. diff --git a/products/org.aposin.gem.product/org.aposin.gem.ui.product b/products/org.aposin.gem.product/org.aposin.gem.ui.product index dc9c800..b128a8d 100644 --- a/products/org.aposin.gem.product/org.aposin.gem.ui.product +++ b/products/org.aposin.gem.product/org.aposin.gem.ui.product @@ -9,7 +9,7 @@ -Xmx75M -Dswt.autoScale=true --Dorg.aposin.gem.gitconfig.url=git@github.com:aposin/gem-config.git +-Dorg.aposin.gem.gitconfig.url=git@github.com:allianz/gem-config.git -Dorg.aposin.gem.gitconfig.branch=main -Dorg.aposin.gem.gitconfig.file=root.conf