diff --git a/bot-context/pom.xml b/bot-context/pom.xml index 5bd1fd6..c5cdc09 100644 --- a/bot-context/pom.xml +++ b/bot-context/pom.xml @@ -6,7 +6,7 @@ dev.struchkov.bot.gitlab gitlab-bot - 2.0.0-SNAPSHOT + 0.0.1-SNAPSHOT bot-context diff --git a/bot-core/pom.xml b/bot-core/pom.xml index 0063051..6140a69 100644 --- a/bot-core/pom.xml +++ b/bot-core/pom.xml @@ -6,7 +6,7 @@ dev.struchkov.bot.gitlab gitlab-bot - 2.0.0-SNAPSHOT + 0.0.1-SNAPSHOT bot-core diff --git a/bot-data/pom.xml b/bot-data/pom.xml index b223867..65c6280 100644 --- a/bot-data/pom.xml +++ b/bot-data/pom.xml @@ -6,7 +6,7 @@ dev.struchkov.bot.gitlab gitlab-bot - 2.0.0-SNAPSHOT + 0.0.1-SNAPSHOT bot-data diff --git a/gitlab-app/pom.xml b/gitlab-app/pom.xml index 5ff9a70..0d3c2fe 100644 --- a/gitlab-app/pom.xml +++ b/gitlab-app/pom.xml @@ -6,7 +6,7 @@ dev.struchkov.bot.gitlab gitlab-bot - 2.0.0-SNAPSHOT + 0.0.1-SNAPSHOT gitlab-app diff --git a/gitlab-app/src/main/resources/application.yml b/gitlab-app/src/main/resources/application.yml index 31ac62a..e5b42be 100644 --- a/gitlab-app/src/main/resources/application.yml +++ b/gitlab-app/src/main/resources/application.yml @@ -36,7 +36,7 @@ telegram: password: ${PROXY_PASSWORD:} gitlab-bot: - version: 2.0.0-SNAPSHOT + version: 0.0.1-SNAPSHOT person: telegram-id: ${TELEGRAM_PERSON_ID} token: ${GITLAB_PERSONAL_TOKEN} diff --git a/gitlab-app/src/main/resources/liquibase/changelog.xml b/gitlab-app/src/main/resources/liquibase/changelog.xml index 0185aae..fd1c3e3 100644 --- a/gitlab-app/src/main/resources/liquibase/changelog.xml +++ b/gitlab-app/src/main/resources/liquibase/changelog.xml @@ -3,6 +3,6 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.17.xsd"> - + \ No newline at end of file diff --git a/gitlab-app/src/main/resources/liquibase/v.2.0.0/2022-12-03-create-tables.xml b/gitlab-app/src/main/resources/liquibase/v.0.0.1/2022-12-03-create-tables.xml similarity index 100% rename from gitlab-app/src/main/resources/liquibase/v.2.0.0/2022-12-03-create-tables.xml rename to gitlab-app/src/main/resources/liquibase/v.0.0.1/2022-12-03-create-tables.xml diff --git a/gitlab-app/src/main/resources/liquibase/v.2.0.0/2022-12-03-insert.xml b/gitlab-app/src/main/resources/liquibase/v.0.0.1/2022-12-03-insert.xml similarity index 100% rename from gitlab-app/src/main/resources/liquibase/v.2.0.0/2022-12-03-insert.xml rename to gitlab-app/src/main/resources/liquibase/v.0.0.1/2022-12-03-insert.xml diff --git a/gitlab-app/src/main/resources/liquibase/v.2.0.0/changelog.xml b/gitlab-app/src/main/resources/liquibase/v.0.0.1/changelog.xml similarity index 100% rename from gitlab-app/src/main/resources/liquibase/v.2.0.0/changelog.xml rename to gitlab-app/src/main/resources/liquibase/v.0.0.1/changelog.xml diff --git a/gitlab-sdk/pom.xml b/gitlab-sdk/pom.xml index e884da0..2fea4bc 100644 --- a/gitlab-sdk/pom.xml +++ b/gitlab-sdk/pom.xml @@ -6,7 +6,7 @@ dev.struchkov.bot.gitlab gitlab-bot - 2.0.0-SNAPSHOT + 0.0.1-SNAPSHOT gitlab-sdk diff --git a/pom.xml b/pom.xml index d2f76ae..b2d3546 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ dev.struchkov.bot.gitlab gitlab-bot - 2.0.0-SNAPSHOT + 0.0.1-SNAPSHOT pom diff --git a/telegram-bot/pom.xml b/telegram-bot/pom.xml index 9bcda07..be143ed 100644 --- a/telegram-bot/pom.xml +++ b/telegram-bot/pom.xml @@ -6,7 +6,7 @@ dev.struchkov.bot.gitlab gitlab-bot - 2.0.0-SNAPSHOT + 0.0.1-SNAPSHOT telegram-bot