Date: 2004-07-08T11:47:32 Editor: 80.128.232.234 <> Wiki: Incubator Wiki Page: DepotTerminology URL: http://wiki.apache.org/incubator/DepotTerminology
no comment Change Log: ------------------------------------------------------------------------------ @@ -8,6 +8,10 @@ * '''Artifact''' -- An entity in a repository (e.g. junit-3.8.1.jar) * '''Group''' -- A logical collection of artifacts (e.g. junit) * '''Repository''' -- A physical collection of artifacts (local or remote, e.g. http://www.ibiblio.org/maven/) + * '''Version''' -- A number representing a variant of an artifact. In most cases it is splitted into a major, minor and a revision number (http://en.wikipedia.org/wiki/Number) + * '''Major''' -- describes a change in the API of the artifact, there is no guarantee, that the API is still compatible to other versions with a different major + * '''Minor''' -- describes a change in the API of the artifact, the API is still compabitle to other versions with the same major + * '''Revision''' -- mostly small fixes and additions of the API = Subsequent Terms = --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
