Skip to content

Commit 347fc10

Browse files
Augusto PassalaquaAugusto Passalaqua
authored andcommitted
Rename the dependency-info file to something unique to this module.
1 parent 13de950 commit 347fc10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

update-dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ mvn project-info-reports:dependencies
1616

1717
# Create a neat zip file with that information
1818
cd target/site
19-
zip -r ../../userlib/dependency-info.zip .
19+
zip -r ../../userlib/database-connector-dependencies.zip .
2020
cd ../../
2121

2222
# Clean up
23-
mvn clean
23+
mvn clean

0 commit comments

Comments
 (0)