Skip to content

Commit

Permalink
1.3.1.1 - fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
FunixG committed May 20, 2024
1 parent 5c8104b commit d9844ad
Show file tree
Hide file tree
Showing 50 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG service_name
ARG service_base_dir
ENV SERVICE_NAME=${service_name}
ENV SERVICE_BASE_DIR=${service_base_dir}
ENV APP_VERSION=1.3.1.0
ENV APP_VERSION=1.3.1.1

WORKDIR /container/java

Expand Down
2 changes: 1 addition & 1 deletion modules/accounting/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.api.accounting</groupId>
<artifactId>funixproductions-accounting</artifactId>
<version>1.3.1.0</version>
<version>1.3.1.1</version>
</parent>

<groupId>com.funixproductions.api.accounting.client</groupId>
Expand Down
2 changes: 1 addition & 1 deletion modules/accounting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.api</groupId>
<artifactId>funixproductions-api</artifactId>
<version>1.3.1.0</version>
<version>1.3.1.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/accounting/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.api.accounting</groupId>
<artifactId>funixproductions-accounting</artifactId>
<version>1.3.1.0</version>
<version>1.3.1.1</version>
</parent>

<groupId>com.funixproductions.api.accounting.service</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ funixproductions.api.payment.billing.app-domain-url=http://payment-billing
#Sentry config
sentry.dsn=${SENTRY_DSN}
sentry.environment=production
sentry.release=[email protected].0
sentry.release=[email protected].1
sentry.application-packages=com.funixproductions.api.accounting
2 changes: 1 addition & 1 deletion modules/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.api</groupId>
<artifactId>funixproductions-api</artifactId>
<version>1.3.1.0</version>
<version>1.3.1.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/encryption/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.api.encryption</groupId>
<artifactId>funixproductions-encryption</artifactId>
<version>1.3.1.0</version>
<version>1.3.1.1</version>
</parent>

<groupId>com.funixproductions.api.encryption.client</groupId>
Expand Down
2 changes: 1 addition & 1 deletion modules/encryption/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.api</groupId>
<artifactId>funixproductions-api</artifactId>
<version>1.3.1.0</version>
<version>1.3.1.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/encryption/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.api.encryption</groupId>
<artifactId>funixproductions-encryption</artifactId>
<version>1.3.1.0</version>
<version>1.3.1.1</version>
</parent>

<groupId>com.funixproductions.api.encryption.service</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ management.endpoint.health.show-details=always
#Sentry config
sentry.dsn=${SENTRY_DSN}
sentry.environment=production
sentry.release=[email protected].0
sentry.release=[email protected].1
sentry.application-packages=com.funixproductions.api.encryption
2 changes: 1 addition & 1 deletion modules/google/auth/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.api.google.auth</groupId>
<artifactId>funixproductions-google-auth</artifactId>
<version>1.3.1.0</version>
<version>1.3.1.1</version>
</parent>

<groupId>com.funixproductions.api.google.auth.client</groupId>
Expand Down
2 changes: 1 addition & 1 deletion modules/google/auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.api.google</groupId>
<artifactId>funixproductions-google</artifactId>
<version>1.3.1.0</version>
<version>1.3.1.1</version>
</parent>

<groupId>com.funixproductions.api.google.auth</groupId>
Expand Down
2 changes: 1 addition & 1 deletion modules/google/auth/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.api.google.auth</groupId>
<artifactId>funixproductions-google-auth</artifactId>
<version>1.3.1.0</version>
<version>1.3.1.1</version>
</parent>

<groupId>com.funixproductions.api.google.auth.service</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ google.clients.auth.client-id=589571042618-800pup4tagrbo3isp3j8tf64o0li4k0e.apps
#Sentry config
sentry.dsn=${SENTRY_DSN}
sentry.environment=production
sentry.release=[email protected].0
sentry.release=[email protected].1
sentry.application-packages=com.funixproductions.api.google.auth
2 changes: 1 addition & 1 deletion modules/google/gmail/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.api.google.gmail</groupId>
<artifactId>funixproductions-google-gmail</artifactId>
<version>1.3.1.0</version>
<version>1.3.1.1</version>
</parent>

<groupId>com.funixproductions.api.google.gmail.client</groupId>
Expand Down
2 changes: 1 addition & 1 deletion modules/google/gmail/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.api.google</groupId>
<artifactId>funixproductions-google</artifactId>
<version>1.3.1.0</version>
<version>1.3.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/google/gmail/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.api.google.gmail</groupId>
<artifactId>funixproductions-google-gmail</artifactId>
<version>1.3.1.0</version>
<version>1.3.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ management.endpoint.health.show-details=always
#Sentry config
sentry.dsn=${SENTRY_DSN}
sentry.environment=production
sentry.release=[email protected].0
sentry.release=[email protected].1
sentry.application-packages=com.funixproductions.api.google.gmail
2 changes: 1 addition & 1 deletion modules/google/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.api</groupId>
<artifactId>funixproductions-api</artifactId>
<version>1.3.1.0</version>
<version>1.3.1.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/google/reCaptcha/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.api.google.recaptcha</groupId>
<artifactId>funixproductions-google-recaptcha</artifactId>
<version>1.3.1.0</version>
<version>1.3.1.1</version>
</parent>

<groupId>com.funixproductions.api.google.recaptcha.client</groupId>
Expand Down
2 changes: 1 addition & 1 deletion modules/google/reCaptcha/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.api.google</groupId>
<artifactId>funixproductions-google</artifactId>
<version>1.3.1.0</version>
<version>1.3.1.1</version>
</parent>

<groupId>com.funixproductions.api.google.recaptcha</groupId>
Expand Down
2 changes: 1 addition & 1 deletion modules/google/reCaptcha/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.api.google.recaptcha</groupId>
<artifactId>funixproductions-google-recaptcha</artifactId>
<version>1.3.1.0</version>
<version>1.3.1.1</version>
</parent>

<groupId>com.funixproductions.api.google.recaptcha.service</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ management.endpoint.health.show-details=always
#Sentry config
sentry.dsn=${SENTRY_DSN}
sentry.environment=production
sentry.release=[email protected].0
sentry.release=[email protected].1
sentry.application-packages=com.funixproductions.api.google.recaptcha
2 changes: 1 addition & 1 deletion modules/payment/billing/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.api.payment.billing</groupId>
<artifactId>funixproductions-payment-billing</artifactId>
<version>1.3.1.0</version>
<version>1.3.1.1</version>
</parent>

<groupId>com.funixproductions.api.payment.billing.client</groupId>
Expand Down
2 changes: 1 addition & 1 deletion modules/payment/billing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.api.payment</groupId>
<artifactId>funixproductions-payment</artifactId>
<version>1.3.1.0</version>
<version>1.3.1.1</version>
</parent>

<groupId>com.funixproductions.api.payment.billing</groupId>
Expand Down
2 changes: 1 addition & 1 deletion modules/payment/billing/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.api.payment.billing</groupId>
<artifactId>funixproductions-payment-billing</artifactId>
<version>1.3.1.0</version>
<version>1.3.1.1</version>
</parent>

<groupId>com.funixproductions.api.payment.billing.service</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ funixproductions.api.user.app-domain-url=http://user
#Sentry config
sentry.dsn=${SENTRY_DSN}
sentry.environment=production
sentry.release=[email protected].0
sentry.release=[email protected].1
sentry.application-packages=com.funixproductions.api.payment.billing
2 changes: 1 addition & 1 deletion modules/payment/paypal/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.api.payment.paypal</groupId>
<artifactId>funixproductions-payment-paypal</artifactId>
<version>1.3.1.0</version>
<version>1.3.1.1</version>
</parent>

<groupId>com.funixproductions.api.payment.paypal.client</groupId>
Expand Down
2 changes: 1 addition & 1 deletion modules/payment/paypal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.api.payment</groupId>
<artifactId>funixproductions-payment</artifactId>
<version>1.3.1.0</version>
<version>1.3.1.1</version>
</parent>

<groupId>com.funixproductions.api.payment.paypal</groupId>
Expand Down
2 changes: 1 addition & 1 deletion modules/payment/paypal/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.api.payment.paypal</groupId>
<artifactId>funixproductions-payment-paypal</artifactId>
<version>1.3.1.0</version>
<version>1.3.1.1</version>
</parent>

<groupId>com.funixproductions.api.payment.paypal.service</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ funixproductions.api.payment.billing.app-domain-url=http://payment-billing
#Sentry config
sentry.dsn=${SENTRY_DSN}
sentry.environment=production
sentry.release=[email protected].0
sentry.release=[email protected].1
sentry.application-packages=com.funixproductions.api.payment.paypal
2 changes: 1 addition & 1 deletion modules/payment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.api</groupId>
<artifactId>funixproductions-api</artifactId>
<version>1.3.1.0</version>
<version>1.3.1.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/twitch/auth/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.api.twitch.auth</groupId>
<artifactId>funixproductions-twitch-auth</artifactId>
<version>1.3.1.0</version>
<version>1.3.1.1</version>
</parent>

<groupId>com.funixproductions.api.twitch.auth.client</groupId>
Expand Down
2 changes: 1 addition & 1 deletion modules/twitch/auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.api.twitch</groupId>
<artifactId>funixproductions-twitch</artifactId>
<version>1.3.1.0</version>
<version>1.3.1.1</version>
</parent>

<groupId>com.funixproductions.api.twitch.auth</groupId>
Expand Down
2 changes: 1 addition & 1 deletion modules/twitch/auth/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.api.twitch.auth</groupId>
<artifactId>funixproductions-twitch-auth</artifactId>
<version>1.3.1.0</version>
<version>1.3.1.1</version>
</parent>

<groupId>com.funixproductions.api.twitch.auth.service</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ management.endpoint.health.show-details=always
#Sentry config
sentry.dsn=${SENTRY_DSN}
sentry.environment=production
sentry.release=[email protected].0
sentry.release=[email protected].1
sentry.application-packages=com.funixproductions.api.twitch.auth
2 changes: 1 addition & 1 deletion modules/twitch/eventsub/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.api.twitch.eventsub</groupId>
<artifactId>funixproductions-twitch-eventsub</artifactId>
<version>1.3.1.0</version>
<version>1.3.1.1</version>
</parent>

<groupId>com.funixproductions.api.twitch.eventsub.client</groupId>
Expand Down
2 changes: 1 addition & 1 deletion modules/twitch/eventsub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.api.twitch</groupId>
<artifactId>funixproductions-twitch</artifactId>
<version>1.3.1.0</version>
<version>1.3.1.1</version>
</parent>

<groupId>com.funixproductions.api.twitch.eventsub</groupId>
Expand Down
2 changes: 1 addition & 1 deletion modules/twitch/eventsub/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.api.twitch.eventsub</groupId>
<artifactId>funixproductions-twitch-eventsub</artifactId>
<version>1.3.1.0</version>
<version>1.3.1.1</version>
</parent>

<groupId>com.funixproductions.api.twitch.eventsub.service</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ funixproductions.api.twitch.reference.app-domain-url=http://twitch-reference
#Sentry config
sentry.dsn=${SENTRY_DSN}
sentry.environment=production
sentry.release=[email protected].0
sentry.release=[email protected].1
sentry.application-packages=com.funixproductions.api.twitch.eventsub
2 changes: 1 addition & 1 deletion modules/twitch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.api</groupId>
<artifactId>funixproductions-api</artifactId>
<version>1.3.1.0</version>
<version>1.3.1.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/twitch/reference/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.api.twitch.reference</groupId>
<artifactId>funixproductions-twitch-reference</artifactId>
<version>1.3.1.0</version>
<version>1.3.1.1</version>
</parent>

<groupId>com.funixproductions.api.twitch.reference.client</groupId>
Expand Down
2 changes: 1 addition & 1 deletion modules/twitch/reference/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.api.twitch</groupId>
<artifactId>funixproductions-twitch</artifactId>
<version>1.3.1.0</version>
<version>1.3.1.1</version>
</parent>

<groupId>com.funixproductions.api.twitch.reference</groupId>
Expand Down
2 changes: 1 addition & 1 deletion modules/twitch/reference/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.api.twitch.reference</groupId>
<artifactId>funixproductions-twitch-reference</artifactId>
<version>1.3.1.0</version>
<version>1.3.1.1</version>
</parent>

<groupId>com.funixproductions.api.twitch.reference.service</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ funixproductions.api.user.app-domain-url=http://user
#Sentry config
sentry.dsn=${SENTRY_DSN}
sentry.environment=production
sentry.release=[email protected].0
sentry.release=[email protected].1
sentry.application-packages=com.funixproductions.api.twitch.reference
Loading

0 comments on commit d9844ad

Please sign in to comment.