Rev 48 | Rev 50 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 48 | Rev 49 | ||
---|---|---|---|
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/maven-v4_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/maven-v4_0_0.xsd">
|
2 | <modelVersion>4.0.0</modelVersion> |
2 | <modelVersion>4.0.0</modelVersion> |
3 | <groupId>org.mentawai</groupId> |
3 | <groupId>org.mentawai</groupId> |
4 | <artifactId>mentaservice</artifactId> |
4 | <artifactId>mentaservice</artifactId> |
5 | <packaging>war</packaging> |
5 | <packaging>war</packaging> |
6 | <version>1.0.1</version> |
- | |
- | 6 | <version>1.0.1-SNAPSHOT</version> |
|
7 | <name>Mentawai Reference Web Application with a Service Layer</name> |
7 | <name>Mentawai Reference Web Application with a Service Layer</name> |
8 | <url>http://www.mentaframework.org</url> |
8 | <url>http://www.mentaframework.org</url> |
9 | 9 | ||
10 | <scm>
|
10 | <scm>
|
11 | <connection>scm:svn:svn://soliveirajr.com/mentaservice/tags/mentaservice-1.0.1</connection> |
- | |
12 | <developerConnection>scm:svn:svn://soliveirajr.com/mentaservice/tags/mentaservice-1.0.1</developerConnection> |
- | |
13 | <url>svn://soliveirajr.com/mentaservice/tags/mentaservice-1.0.1</url> |
- | |
- | 11 | <connection>scm:svn:svn://soliveirajr.com/mentatutorials/MentaRefAppWithService/trunk</connection> |
|
- | 12 | <developerConnection>scm:svn:svn://soliveirajr.com/mentatutorials/MentaRefAppWithService/trunk</developerConnection> |
|
- | 13 | <url>svn://soliveirajr.com/mentatutorials/MentaRefAppWithService/trunk</url> |
|
14 | </scm>
|
14 | </scm>
|
15 | 15 | ||
16 | <dependencies>
|
16 | <dependencies>
|
17 | 17 | ||
18 | <dependency>
|
18 | <dependency>
|