This website works better with JavaScript.
Home
Explore
Help
Sign In
sindre
/
maven-sync-setup
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Minor fix
wip/coursier
Sindre Stephansen
3 years ago
parent
3fc4730a3d
commit
3dbc4e673b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
update-poms.py
+ 1
- 1
update-poms.py
View File
@@ -48,7 +48,7 @@ class PackagePOM:
if depman is not None:
root_copy.extend(depman.findall('*'))
root_copy.remove(depman)
self.generated_root = root_copy
self.generated_root = root_copy
else:
self.generated_root = ET.fromstring(
f"""
Write
Preview
Loading…
Cancel
Save