Skip to content

Commit c2dd1b8

Browse files
committed
Fix overly eager replace
1 parent aab9975 commit c2dd1b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/jasper_reports_rendering/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<plugin>
111111
<groupId>org.codehaus.mojo</groupId>
112112
<artifactId>exec-maven-plugin</artifactId>
113-
<version>3.3.1</version>
113+
<version>3.3.0</version>
114114
<executions>
115115
<execution>
116116
<goals>

examples/maven_example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<plugin>
3636
<groupId>org.codehaus.mojo</groupId>
3737
<artifactId>exec-maven-plugin</artifactId>
38-
<version>3.3.1</version>
38+
<version>3.3.0</version>
3939
<executions>
4040
<execution>
4141
<goals>

0 commit comments

Comments
 (0)