Commit c495648650a7d4f00af0769e317fed6e3146b635
1 parent
0f76b75d30
Exists in
master
Update ptcrisync 0.0.1 version
Showing
9 changed files
with
23 additions
and
26 deletions
Show diff stats
pt/ptcris/ptcrisync/0.0.1/ptcrisync-0.0.1.jar
No preview for this file type
pt/ptcris/ptcrisync/0.0.1/ptcrisync-0.0.1.jar.md5
pt/ptcris/ptcrisync/0.0.1/ptcrisync-0.0.1.jar.sha1
pt/ptcris/ptcrisync/0.0.1/ptcrisync-0.0.1.pom
... | ... | @@ -7,10 +7,7 @@ |
7 | 7 | |
8 | 8 | <properties> |
9 | 9 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
10 | - <log4j.version>2.4</log4j.version> | |
11 | - <jaxb2-basics.version>0.9.5</jaxb2-basics.version> | |
12 | - <jersey.version>2.22.1</jersey.version> | |
13 | - <orcid-api-client.version>2.0-rc1</orcid-api-client.version> | |
10 | + <orcid-api-client.version>2.0-rc1</orcid-api-client.version> | |
14 | 11 | </properties> |
15 | 12 | |
16 | 13 | <dependencies> |
... | ... | @@ -28,43 +25,43 @@ |
28 | 25 | <plugin> |
29 | 26 | <groupId>org.apache.maven.plugins</groupId> |
30 | 27 | <artifactId>maven-jar-plugin</artifactId> |
31 | - <version>2.6</version> | |
32 | - <configuration/> | |
28 | + <version>2.6</version> | |
29 | + <configuration /> | |
33 | 30 | </plugin> |
34 | 31 | <plugin> |
35 | 32 | <artifactId>maven-compiler-plugin</artifactId> |
36 | 33 | <version>3.3</version> |
37 | 34 | <configuration> |
38 | - <source/> | |
39 | - <target/> | |
35 | + <source /> | |
36 | + <target /> | |
40 | 37 | </configuration> |
41 | 38 | </plugin> |
42 | 39 | <plugin> |
43 | 40 | <inherited>true</inherited> |
44 | 41 | <artifactId>maven-deploy-plugin</artifactId> |
45 | - <version>2.8.2</version> | |
42 | + <version>2.8.2</version> | |
46 | 43 | <configuration> |
47 | 44 | <updateReleaseInfo>true</updateReleaseInfo> |
48 | 45 | </configuration> |
49 | 46 | </plugin> |
50 | 47 | </plugins> |
51 | 48 | </build> |
52 | - | |
53 | - <distributionManagement> | |
54 | - <repository> | |
55 | - <id>internal.repo</id> | |
56 | - <name>Temporary Staging Repository</name> | |
57 | - <url>file:///tmp/mvn-repo</url> | |
58 | - </repository> | |
59 | - </distributionManagement> | |
60 | - | |
49 | + | |
50 | + <distributionManagement> | |
51 | + <repository> | |
52 | + <id>internal.repo</id> | |
53 | + <name>Temporary Staging Repository</name> | |
54 | + <url>file:///tmp/mvn-repo</url> | |
55 | + </repository> | |
56 | + </distributionManagement> | |
57 | + | |
61 | 58 | <!-- Environment Settings --> |
62 | 59 | <repositories> |
63 | 60 | <repository> |
64 | 61 | <id>dev-ptcris.repo</id> |
65 | 62 | <url>https://gitlab.fccn.pt/dev-ptcris/mvn-repo/raw/master</url> |
66 | 63 | </repository> |
67 | - </repositories> | |
64 | + </repositories> | |
68 | 65 | |
69 | 66 | <!-- More Project Information --> |
70 | 67 | <name>PTCRISync</name> | ... | ... |
pt/ptcris/ptcrisync/0.0.1/ptcrisync-0.0.1.pom.md5
pt/ptcris/ptcrisync/0.0.1/ptcrisync-0.0.1.pom.sha1
pt/ptcris/ptcrisync/maven-metadata.xml
pt/ptcris/ptcrisync/maven-metadata.xml.md5
pt/ptcris/ptcrisync/maven-metadata.xml.sha1