Hi all,

looking in some artifacts' pom in ibiblio, I found this:

<dependency>
  <groupId>eclipse</groupId>
  <artifactId>jdtcore</artifactId>
  <version>[3.1.0,)</version>
  <scope>compile</scope>
</dependency>
 
What's the meaning of [3.1.0,)? Maybe version must be greater than or equal
to 3.1.0?
 
Tnx,
Luca

 

Reply via email to