Skip to content

Commit 6275165

Browse files
committed
Merge pull request #186 from rhanus/master
fixed pom references to interceptors-priority
2 parents 624d2f9 + 9637dde commit 6275165

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cdi/interceptors-priority/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

11-
<artifactId>interceptors-prioriry</artifactId>
11+
<artifactId>interceptors-priority</artifactId>
1212
</project>

cdi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<module>exclude-filter</module>
2525
<module>built-in</module>
2626
<module>interceptors</module>
27-
<module>interceptors-prioriry</module>
27+
<module>interceptors-priority</module>
2828
<module>nobeans-xml</module>
2929
<module>beansxml-noversion</module>
3030
<module>beanmanager</module>

0 commit comments

Comments
 (0)