Skip to content

Commit

Permalink
Merge branch 'update-from-template' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
AB-xdev committed Apr 23, 2024
2 parents 7732814 + 4c0cf38 commit fe1980a
Show file tree
Hide file tree
Showing 7 changed files with 310 additions and 430 deletions.
2 changes: 1 addition & 1 deletion .idea/checkstyle-idea.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2024 XDEV Software
Copyright 2024 XDEV Software

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 0 additions & 2 deletions brevo-java-client-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
<version>1.0.2-SNAPSHOT</version>
<packaging>jar</packaging>

<inceptionYear>2022</inceptionYear>

<organization>
<name>XDEV Software</name>
<url>https://xdev.software</url>
Expand Down
4 changes: 2 additions & 2 deletions brevo-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down Expand Up @@ -339,7 +339,7 @@
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<version>7.4.0</version>
<version>7.5.0</version>
<executions>
<execution>
<goals>
Expand Down
Loading

0 comments on commit fe1980a

Please sign in to comment.