Showing
1 changed file
with
17 additions
and
0 deletions
grog-recommendation/pom.xml
0 → 100644
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | ||
4 | + <modelVersion>4.0.0</modelVersion> | ||
5 | + | ||
6 | + <name>Recommandation evaluation for GROG</name> | ||
7 | + <url>http://legrog.org</url> | ||
8 | + | ||
9 | + <parent> | ||
10 | + <groupId>org.legrog</groupId> | ||
11 | + <artifactId>grog-cubi</artifactId> | ||
12 | + <version>3.0-SNAPSHOT</version> | ||
13 | + </parent> | ||
14 | + <artifactId>grog-recommendation</artifactId> | ||
15 | + <version>3.0-SNAPSHOT</version> | ||
16 | + <packaging>jar</packaging> | ||
17 | +</project> |
-
Please register or login to post a comment