Skip to content

Commit 6bb2f27

Browse files
committed
updating maven release plugin to work on mac os
1 parent bfd55ae commit 6bb2f27

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

pom.xml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,18 @@
119119
<target>1.5</target>
120120
</configuration>
121121
</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>
122+
<plugin>
123+
<groupId>org.apache.maven.plugins</groupId>
124+
<artifactId>maven-release-plugin</artifactId>
125+
<version>2.4.2</version>
126+
<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>
127134
</plugins>
128135
</build>
129136
</project>

0 commit comments

Comments
 (0)