-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpom.xml
More file actions
executable file
·33 lines (29 loc) · 1.31 KB
/
pom.xml
File metadata and controls
executable file
·33 lines (29 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0"?>
<!--
This is the System-level Maven POM. Usage: Define all truly common things for the system here. For example:
versions of third-party dependencies used throughout the system. Template version: 1.4
Generation time : 2011-10-07 13:31:17 CEST
-->
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>se.vgregion.common</groupId>
<artifactId>profile-open</artifactId>
<version>2.12</version>
</parent>
<groupId>se.vgregion.oppna-program-delegation-service</groupId>
<artifactId>oppna-program-delegation-service-system</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<name>${project.artifactId}</name>
<modules>
<module>core-bc</module>
</modules>
<!--NB! SCM config below assumes system name equals VGR subversion/googlecode project name! -->
<!-- Open Source repo -->
<scm>
<developerConnection>scm:svn:https://oppna-program-delegation-service.googlecode.com/svn/trunk</developerConnection>
<url>http://oppna-program-delegation-service.googlecode.com/svn/trunk</url>
</scm>
</project>