|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 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.1</version> |
10 | | - </parent> |
11 | | - <artifactId>eiffel-remrem-shared</artifactId> |
12 | | - <version>0.3.7</version> |
13 | | - <packaging>jar</packaging> |
14 | | - <dependencies> |
15 | | - <dependency> |
16 | | - <groupId>com.google.code.gson</groupId> |
17 | | - <artifactId>gson</artifactId> |
18 | | - </dependency> |
19 | | - </dependencies> |
20 | | - <build> |
| 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.2</version> |
| 10 | + </parent> |
| 11 | + <artifactId>eiffel-remrem-shared</artifactId> |
| 12 | + <version>0.3.7</version> |
| 13 | + <packaging>jar</packaging> |
| 14 | + <repositories> |
| 15 | + <repository> |
| 16 | + <id>jitpack.io</id> |
| 17 | + <name>Jitpack Repository</name> |
| 18 | + <url>https://jitpack.io/</url> |
| 19 | + </repository> |
| 20 | + </repositories> |
| 21 | + <dependencies> |
| 22 | + <dependency> |
| 23 | + <groupId>com.google.code.gson</groupId> |
| 24 | + <artifactId>gson</artifactId> |
| 25 | + </dependency> |
| 26 | + </dependencies> |
| 27 | + <build> |
21 | 28 | <plugins> |
22 | 29 | <plugin> |
23 | 30 | <artifactId>maven-compiler-plugin</artifactId> |
|
0 commit comments