We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfd55ae commit 6bb2f27Copy full SHA for 6bb2f27
pom.xml
@@ -119,11 +119,18 @@
119
<target>1.5</target>
120
</configuration>
121
</plugin>
122
- <plugin>
123
- <groupId>org.apache.maven.plugins</groupId>
124
- <artifactId>maven-release-plugin</artifactId>
125
- <version>2.0-beta-9</version>
126
- </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.4.2</version>
+ <dependencies>
127
+ <dependency>
128
+ <groupId>org.apache.maven.scm</groupId>
129
+ <artifactId>maven-scm-provider-gitexe</artifactId>
130
+ <version>1.8.1</version>
131
+ </dependency>
132
+ </dependencies>
133
+ </plugin>
134
</plugins>
135
</build>
136
</project>
0 commit comments