We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eaf09f commit bb85715Copy full SHA for bb85715
storm-buildtools/maven-shade-clojure-transformer/pom.xml
@@ -19,13 +19,13 @@
19
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21
<modelVersion>4.0.0</modelVersion>
22
-
23
- <parent>
24
- <artifactId>storm</artifactId>
25
- <groupId>org.apache.storm</groupId>
26
- <version>0.9.2-incubating-SNAPSHOT</version>
27
- <relativePath>../../pom.xml</relativePath>
28
- </parent>
+
+ <parent>
+ <artifactId>storm</artifactId>
+ <groupId>org.apache.storm</groupId>
+ <version>0.9.2-incubating-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
+ </parent>
29
30
<groupId>org.apache.storm</groupId>
31
<artifactId>maven-shade-clojure-transformer</artifactId>
0 commit comments