Skip to content

Commit 0e4ee1e

Browse files
committed
Downgrade Guice to 5.1.0
1 parent 47bc057 commit 0e4ee1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
<scm>
159159
<connection>${scm.url}</connection>
160160
<developerConnection>${scm.url}</developerConnection>
161-
<tag>modello-2.2.0</tag>
161+
<tag>HEAD</tag>
162162
<url>https://github.com/codehaus-plexus/modello/tree/${project.scm.tag}/</url>
163163
</scm>
164164

@@ -300,7 +300,7 @@
300300
<dependency>
301301
<groupId>com.google.inject</groupId>
302302
<artifactId>guice</artifactId>
303-
<version>6.0.0</version>
303+
<version>5.1.0</version>
304304
</dependency>
305305
<dependency>
306306
<groupId>org.codehaus.plexus</groupId>

0 commit comments

Comments
 (0)