Fork me on GitHub
#tools-deps
<
2020-08-14
>
cap10morgan18:08:34

Is this a bug? When I update my pom.xml file with clojure -Spom using http://1.10.1.itit is nesting another <build> element under the existing one. So my diff looks like this:

<build>
-    <sourceDirectory>src</sourceDirectory>
+    <build>
+      <sourceDirectory>src</sourceDirectory>
+    </build>
   </build>

Alex Miller (Clojure team)18:08:55

has been fixed in a subsequent prerelease but not yet in a stable one

cap10morgan18:08:05

ah ok. cool, thanks!

Alex Miller (Clojure team)18:08:58

it's fixed as of 1.10.1.590 (latest prerelease is 1.10.1.645)

Alex Miller (Clojure team)18:08:22

or you could fall back to older stable

seancorfield18:08:47

Which prerelease introduced the bug where it overwrote the groupId? (since fixed)

cap10morgan18:08:58

exactly what I was wondering 🙂

Alex Miller (Clojure team)18:08:02

I think it was 1.10.1.590

Alex Miller (Clojure team)18:08:43

which was fixed in 1.10.1.636

Alex Miller (Clojure team)18:08:57

it is hard to keep track of all these across the two repos

Alex Miller (Clojure team)18:08:29

but I would say if you're going to use any prerelease, I would use the latest

Alex Miller (Clojure team)18:08:07

I have 3 or 4 pending things to get into clj and then I'm hoping to get to another stable release

👍 6