Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/Maven"

(Location)
Line 7: Line 7:
 
** Nightly/Snapshot: 1.0-SNAPSHOT
 
** Nightly/Snapshot: 1.0-SNAPSHOT
 
** Milestone bulids: 1.0Mx (x is the number of the milestone)
 
** Milestone bulids: 1.0Mx (x is the number of the milestone)
*** e.g. 1.0M4
+
*** e.g. 1.0M5
 +
*** Note: Milestone builds will be available starting with 1.0M5
  
 
== Sample dependancy ==
 
== Sample dependancy ==

Revision as of 12:49, 8 February 2008

Location

Sample dependancy

<dependency>
  <groupId>org.eclipse.persistence</groupId>
  <artifactId>eclipselink</artifactId>
  <version>1.0-SNAPSHOT</version>
  <scope>compile</scope>
</dependency>

Back to the top