Skip to content

Commit 98f33a2

Browse files
committed
[Setup] Update library
1 parent 3877f83 commit 98f33a2

File tree

4 files changed

+28
-14
lines changed

4 files changed

+28
-14
lines changed

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
5555
## Enforcement
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58-
reported by contacting the project team at {{ email }}. All
58+
reported by contacting the project team at community@becpg.fr. All
5959
complaints will be reviewed and investigated and will result in a response that
6060
is deemed necessary and appropriate to the circumstances. The project team is
6161
obligated to maintain confidentiality with regard to the reporter of an incident.

CONTRIBUTING.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
Certainly! It looks like there are some issues with the links. Here's the corrected version:
2-
3-
## Contributing
1+
# Contributing
42

53
We welcome and appreciate your contributions to beCPG PLM! Whether it's code, translations, or suggestions, your help is essential for the project's success. Please follow the guidelines below to contribute effectively.
64

@@ -12,18 +10,19 @@ We welcome and appreciate your contributions to beCPG PLM! Whether it's code, tr
1210
### Submitting a Pull Request
1311

1412
1. [Fork](<link-to-your-repository>/fork) and clone the repository.
15-
2. Configure and install dependencies: `mvn clean test`.
16-
3. Create a new branch: `git checkout -b my-branch-name`.
17-
4. Make your changes, add tests, and ensure the tests still pass.
18-
5. Push to your fork and [submit a pull request](https://github.com/becpg/becpg-java-rest-api/compare).
19-
6. Celebrate! Wait for your pull request to be reviewed and merged.
13+
2. Configure and install dependencies: `./run.sh build_start`.
14+
3. Ensure tests pass on your machine: `./run.sh test`.
15+
4. Create a new branch: `git checkout -b my-branch-name`.
16+
5. Make your changes, add tests, and ensure the tests still pass.
17+
6. Push to your fork and [submit a pull request](https://github.com/becpg/becpg-community/compare).
18+
7. Celebrate! Wait for your pull request to be reviewed and merged.
2019

2120
To increase the likelihood of your pull request being accepted:
2221

23-
- Follow our [style guide](https://github.com/becpg/becpg-community/blob/master/docs/style.md).
22+
- Follow our [style guide](./docs/style.md).
2423
- Write and update tests to cover your changes.
2524
- Keep changes focused. Consider submitting unrelated changes as separate pull requests.
26-
- Write a [good commit message](ttps://github.com/becpg/becpg-community/blob/master/docs/git-commits-messages.md).
25+
- Write a [good commit message](./docs/git-commits-messages.md).
2726

2827
Feel free to submit Work in Progress pull requests to get early feedback or if you encounter any blockers.
2928

LICENSE

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Copyright (C) 2010-2025 beCPG.
2+
3+
This file is part of beCPG.
4+
5+
beCPG is free software: you can redistribute it and/or modify
6+
it under the terms of the GNU Lesser General Public License as published by
7+
the Free Software Foundation, either version 3 of the License, or
8+
(at your option) any later version.
9+
10+
beCPG is distributed in the hope that it will be useful,
11+
but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
GNU Lesser General Public License for more details.
14+
15+
You should have received a copy of the GNU Lesser General Public License along with beCPG.
16+
If not, see [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/).

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-starter-parent</artifactId>
7-
<version>3.4.2</version>
7+
<version>3.4.6</version>
88
<relativePath /> <!-- lookup parent from repository -->
99
</parent>
1010
<groupId>fr.becpg</groupId>
@@ -19,7 +19,6 @@
1919
<scm>
2020
<connection>scm:git:https://github.com/becpg/becpg-java-rest-api.git</connection>
2121
<url>https://github.com/becpg/becpg-java-rest-api</url>
22-
<tag>1.1.5</tag>
2322
</scm>
2423

2524
<organization>
@@ -142,7 +141,7 @@
142141
<extension>
143142
<groupId>com.google.cloud.artifactregistry</groupId>
144143
<artifactId>artifactregistry-maven-wagon</artifactId>
145-
<version>2.2.4</version>
144+
<version>2.2.5</version>
146145
</extension>
147146
</extensions>
148147
</build>

0 commit comments

Comments
 (0)