File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ jobs:
2828 distribution : ' temurin'
2929 cache : maven
3030 - name : Build with Maven
31- working-directory : latte-umbrella
31+ working-directory : latte
3232 run : mvn -B package --file pom.xml
3333
3434 # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
3535 - name : Update dependency graph
3636 run : |
37- cd latte-umbrella
37+ cd latte
3838 mvn com.github.ferstl:depgraph-maven-plugin:4.0.1:graph
Original file line number Diff line number Diff line change @@ -26,13 +26,12 @@ Local variables are not annotated and start with a default annotation that allow
2626## Project Structure
2727
2828```
29- latte-umbrella /
29+ latte/
3030├── src/
3131│ └── main/
3232│ └── java/
3333│ ├── latte/
34- │ │ └── latte_umbrella/
35- │ │ └── App.java # Main application entry point
34+ │ │ └── App.java # Main application entry point
3635│ └── examples/ # Test examples for the analysis
3736│ └── test/
3837│ └── java/
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66
77 <groupId >latte</groupId >
8- <artifactId >latte-umbrella </artifactId >
8+ <artifactId >latte</artifactId >
99 <version >0.0.1-SNAPSHOT</version >
1010
11- <name >latte-umbrella </name >
11+ <name >latte</name >
1212 <!-- FIXME change it to the project's website -->
1313 <url >http://www.example.com</url >
1414
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments