Rev 33 | Rev 36 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 33 | Rev 34 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2 | 2 | ||
3 | <modelVersion>4.0.0</modelVersion> |
3 | <modelVersion>4.0.0</modelVersion> |
4 | <groupId>me.soliveirajr</groupId> |
4 | <groupId>me.soliveirajr</groupId> |
5 | <artifactId>menta-container</artifactId> |
5 | <artifactId>menta-container</artifactId> |
6 | <version>0.1.1-SNAPSHOT</version> |
- | |
- | 6 | <version>0.1.1</version> |
|
7 | <packaging>jar</packaging> |
7 | <packaging>jar</packaging> |
8 | 8 | ||
9 | <description>A IoC container as simple and pragmatic as it can get with programmatic configuration through a Fluent API.</description> |
9 | <description>A IoC container as simple and pragmatic as it can get with programmatic configuration through a Fluent API.</description> |
10 | 10 | ||
11 | <name>MentaContainer</name> |
11 | <name>MentaContainer</name> |
Line 31... | Line 31... | ||
31 | <artifactId>oss-parent</artifactId> |
31 | <artifactId>oss-parent</artifactId> |
32 | <version>3</version> |
32 | <version>3</version> |
33 | </parent>
|
33 | </parent>
|
34 | 34 | ||
35 | <scm>
|
35 | <scm>
|
36 | <developerConnection>scm:svn:${svn.url}</developerConnection> |
- | |
37 | <url>${svn.url}</url> |
- | |
38 | <connection>scm:svn:${svn.url}</connection> |
- | |
- | 36 | <developerConnection>scm:svn:svn://saoj-la.dyndns.org/mentacontainer/tags/menta-container-0.1.1</developerConnection> |
|
- | 37 | <url>svn://saoj-la.dyndns.org/mentacontainer/tags/menta-container-0.1.1</url> |
|
- | 38 | <connection>scm:svn:svn://saoj-la.dyndns.org/mentacontainer/tags/menta-container-0.1.1</connection> |
|
39 | </scm>
|
39 | </scm>
|
40 | 40 | ||
41 | <reporting>
|
41 | <reporting>
|
42 | <plugins>
|
42 | <plugins>
|
43 | <plugin>
|
43 | <plugin>
|