Skip to content

Commit

Permalink
Rename fastdoubleparser.pom to pom.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
wrandelshofer committed Mar 4, 2023
1 parent 9e0a685 commit aeeab26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cp ../fastdoubleparser/target/*.jar .
cp ../fastdoubleparser-java19/target/*javadoc.jar fastdoubleparser-0.8.0-javadoc.jar
rm *.asc
for f in *.jar; do gpg -ab "$f"; done
for f in *.pom; do gpg -ab "$f"; done
for f in *.xml; do gpg -ab "$f"; done
rm *bundle.jar
jar -cf fastdoubleparser-0.8.0-bundle.jar $(ls -1 fastdoubleparser*|xargs)
jar -cf fastdoubleparser-0.8.0-bundle.jar $(ls -1 pom*|xargs) $(ls -1 fastdoubleparser*|xargs)
```
File renamed without changes.

0 comments on commit aeeab26

Please sign in to comment.