Skip to content

Commit 1772fb3

Browse files
committed
Fixed a typo in the pom which was grabbing the wrong plugin.
1 parent f52ec9e commit 1772fb3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

common/pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<parent>
45
<artifactId>broadleaf</artifactId>
56
<groupId>org.broadleafcommerce</groupId>
@@ -78,8 +79,8 @@
7879
</executions>
7980
</plugin>
8081
<plugin>
81-
<groupId>org.codehaus.gmaven</groupId>
82-
<artifactId>gmaven-plugin</artifactId>
82+
<groupId>org.codehaus.gmavenplus</groupId>
83+
<artifactId>gmavenplus-plugin</artifactId>
8384
</plugin>
8485
</plugins>
8586
<resources>
@@ -308,7 +309,7 @@
308309
<dependency>
309310
<groupId>org.thymeleaf</groupId>
310311
<artifactId>thymeleaf-spring4</artifactId>
311-
</dependency>
312+
</dependency>
312313
<dependency>
313314
<groupId>org.owasp.antisamy</groupId>
314315
<artifactId>antisamy</artifactId>

0 commit comments

Comments
 (0)