Rev 130 | Rev 133 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 130 | Rev 131 | ||
---|---|---|---|
Line 5... | Line 5... | ||
5 | <groupId>org.sonatype.oss</groupId> |
5 | <groupId>org.sonatype.oss</groupId> |
6 | <version>3</version> |
6 | <version>3</version> |
7 | </parent>
|
7 | </parent>
|
8 | <groupId>me.soliveirajr</groupId> |
8 | <groupId>me.soliveirajr</groupId> |
9 | <artifactId>menta-container</artifactId> |
9 | <artifactId>menta-container</artifactId> |
10 | <version>0.9.9-SNAPSHOT</version> |
- | |
- | 10 | <version>0.9.9</version> |
|
11 | <name>MentaContainer</name> |
11 | <name>MentaContainer</name> |
12 | <description>A IOC container as simple and pragmatic as it can get with programmatic configuration through a Fluent API.</description> |
12 | <description>A IOC container as simple and pragmatic as it can get with programmatic configuration through a Fluent API.</description> |
13 | <url>http://maven.apache.org</url> |
13 | <url>http://maven.apache.org</url> |
14 | <licenses>
|
14 | <licenses>
|
15 | <license>
|
15 | <license>
|
Line 17... | Line 17... | ||
17 | <url>http://www.fsf.org/licensing/licenses/lgpl.txt</url> |
17 | <url>http://www.fsf.org/licensing/licenses/lgpl.txt</url> |
18 | <distribution>repo</distribution> |
18 | <distribution>repo</distribution> |
19 | </license>
|
19 | </license>
|
20 | </licenses>
|
20 | </licenses>
|
21 | <scm>
|
21 | <scm>
|
22 | <connection>scm:svn:svn://soliveirajr.com/mentacontainer/trunk</connection> |
- | |
23 | <developerConnection>scm:svn:svn://soliveirajr.com/mentacontainer/trunk</developerConnection> |
- | |
24 | <url>svn://soliveirajr.com/mentacontainer/trunk</url> |
- | |
- | 22 | <connection>scm:svn:svn://soliveirajr.com/mentacontainer/tags/menta-container-0.9.9</connection> |
|
- | 23 | <developerConnection>scm:svn:svn://soliveirajr.com/mentacontainer/tags/menta-container-0.9.9</developerConnection> |
|
- | 24 | <url>svn://soliveirajr.com/mentacontainer/tags/menta-container-0.9.9</url> |
|
25 | </scm>
|
25 | </scm>
|
26 | <distributionManagement>
|
26 | <distributionManagement>
|
27 | <repository>
|
27 | <repository>
|
28 | <id>sonatype-nexus-staging</id> |
28 | <id>sonatype-nexus-staging</id> |
29 | <name>Nexus Release Repository</name> |
29 | <name>Nexus Release Repository</name> |