We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a210474 commit 37766f3Copy full SHA for 37766f3
pom.xml
@@ -173,7 +173,7 @@
173
<dependency>
174
<groupId>fr.opensagres.js</groupId>
175
<artifactId>minimatch.java</artifactId>
176
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
177
</dependency>
178
</dependencies>
179
@@ -193,10 +193,11 @@
193
<url>http://download.eclipse.org/cbi/updates/license/</url>
194
<layout>p2</layout>
195
</repository>
196
- <repository>
+ <!-- only for SNAPSHOT versions of minimatch
197
+ <repository>
198
<id>cloudbees</id>
199
<url>http://repository-opensagres.forge.cloudbees.com/snapshot/</url>
- </repository>
200
+ </repository> -->
201
</repositories>
202
<scm>
203
<url>https://github.com/angelozerr/tern.java</url>
0 commit comments