Skip to content

Commit db49177

Browse files
committed
correcting traces of latte-umbrella throughout setup files
1 parent 44101ca commit db49177

5 files changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/maven-2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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/

latte/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
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.

0 commit comments

Comments
 (0)