|
1 |
| -<?xml version="1.0" encoding="UTF-8"?> |
2 |
| -<project |
3 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" |
4 |
| - xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
5 |
| - <modelVersion>4.0.0</modelVersion> |
6 |
| - <parent> |
7 |
| - <groupId>com.github.Ericsson</groupId> |
8 |
| - <artifactId>eiffel-remrem-parent</artifactId> |
9 |
| - <version>0.0.4</version> |
10 |
| - </parent> |
11 |
| - <artifactId>eiffel-remrem-protocol-interface</artifactId> |
12 |
| - <version>0.0.10</version> |
13 |
| - <repositories> |
14 |
| - <repository> |
15 |
| - <id>jitpack.io</id> |
16 |
| - <name>Jitpack Repository</name> |
17 |
| - <url>https://jitpack.io/</url> |
18 |
| - </repository> |
19 |
| - </repositories> |
20 |
| - <dependencies> |
21 |
| - <dependency> |
22 |
| - <groupId>com.google.code.gson</groupId> |
23 |
| - <artifactId>gson</artifactId> |
24 |
| - <scope>compile</scope> |
25 |
| - </dependency> |
26 |
| - </dependencies> |
27 |
| -</project> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<project |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" |
| 4 | + xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 5 | + <modelVersion>4.0.0</modelVersion> |
| 6 | + <parent> |
| 7 | + <groupId>com.github.Ericsson</groupId> |
| 8 | + <artifactId>eiffel-remrem-parent</artifactId> |
| 9 | + <version>0.0.5</version> |
| 10 | + </parent> |
| 11 | + <artifactId>eiffel-remrem-protocol-interface</artifactId> |
| 12 | + <version>0.0.11</version> |
| 13 | + <repositories> |
| 14 | + <repository> |
| 15 | + <id>jitpack.io</id> |
| 16 | + <name>Jitpack Repository</name> |
| 17 | + <url>https://jitpack.io/</url> |
| 18 | + </repository> |
| 19 | + </repositories> |
| 20 | + <dependencies> |
| 21 | + <dependency> |
| 22 | + <groupId>com.google.code.gson</groupId> |
| 23 | + <artifactId>gson</artifactId> |
| 24 | + <scope>compile</scope> |
| 25 | + </dependency> |
| 26 | + </dependencies> |
| 27 | +</project> |
0 commit comments