Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c173acae2b | ||
|
|
eb5fea6943 | ||
|
|
9d412b24d5 | ||
|
|
c05537da77 | ||
|
|
d87e01bac9 | ||
|
|
b5657a9ec2 | ||
|
|
d01dd74af1 | ||
|
|
d457253471 | ||
|
|
a855c5b7a4 | ||
|
|
b75e655061 | ||
|
|
bf3bfa1091 | ||
|
|
77220a82ab | ||
|
|
548d9046fa | ||
|
|
ad8712fa54 | ||
|
|
e354c5be2f | ||
|
|
a146654ea9 | ||
|
|
44d87548bf | ||
|
|
775498670e | ||
|
|
9ba16c4b3b | ||
|
|
8937539a77 | ||
|
|
b359502c86 | ||
|
|
3e3cb195b3 | ||
|
|
6dff96f35f | ||
|
|
09d6f5b885 | ||
|
|
bf779a8d18 | ||
|
|
6e0e1eaa1c | ||
|
|
f4183d7897 | ||
|
|
cced7e76e4 | ||
|
|
550a01278a | ||
|
|
39abfcfc22 | ||
|
|
31b1823b76 | ||
|
|
20a9504301 | ||
|
|
b4b57b7594 | ||
|
|
6067a2e551 | ||
|
|
dbbf71b692 | ||
|
|
8dd46fd1f1 | ||
|
|
12530dd951 | ||
|
|
998d69f3b9 | ||
|
|
a358be79fb | ||
|
|
8d2b207886 | ||
|
|
cddf59689a | ||
|
|
fd80199050 | ||
|
|
e29b460ed4 | ||
|
|
a98005618a | ||
|
|
3dcdfe7415 | ||
|
|
1e17f5f638 | ||
|
|
7eba0541b4 | ||
|
|
a1ea5ddf17 | ||
|
|
6596bf16b1 | ||
|
|
df7c41628a | ||
|
|
96880f911f | ||
|
|
707053915f | ||
|
|
57efd8fe4e | ||
|
|
59adc9cea4 | ||
|
|
92b038f65b | ||
|
|
e917e3c5aa | ||
|
|
6853324d2d | ||
|
|
debfb8d998 | ||
|
|
2c77100246 | ||
|
|
3521365f86 | ||
|
|
bca4ea6db0 | ||
|
|
5d2fb8e47b | ||
|
|
9d4c8b5cbf | ||
|
|
e5cb8e7517 | ||
|
|
94f3de6386 | ||
|
|
a3ab8a5c08 | ||
|
|
78f006849f | ||
|
|
3d0cb56680 | ||
|
|
6dbb73fa17 | ||
|
|
7c0dfe919e | ||
|
|
8c31f098d4 | ||
|
|
fe41dbef76 | ||
|
|
4fe407de0f | ||
|
|
f7ad93797e | ||
|
|
aad2ed6406 | ||
|
|
6125c6b92e | ||
|
|
d81322dd33 |
@@ -5,11 +5,11 @@
|
||||
|
||||
<groupId>com.inteligr8.alfresco</groupId>
|
||||
<artifactId>aps-public-rest-api</artifactId>
|
||||
<version>3.1-SNAPSHOT</version>
|
||||
<version>3.1.0</version>
|
||||
|
||||
<name>Alfresco Process Services ReST API for Java</name>
|
||||
<description>An APS API library for building REST API clients that support both the CXF and Jersey frameworks</description>
|
||||
<url>https://git.inteligr8.com/inteligr8/aps-public-rest-api</url>
|
||||
<url>https://bitbucket.org/inteligr8/aps-public-rest-api</url>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
@@ -19,9 +19,9 @@
|
||||
</licenses>
|
||||
|
||||
<scm>
|
||||
<connection>scm:git:https://git.inteligr8.com/inteligr8/aps-public-rest-api.git</connection>
|
||||
<developerConnection>scm:git:git@git.inteligr8.com:inteligr8/aps-public-rest-api.git</developerConnection>
|
||||
<url>https://git.inteligr8.com/inteligr8/aps-public-rest-api</url>
|
||||
<connection>scm:git:https://bitbucket.org/inteligr8/aps-public-rest-api.git</connection>
|
||||
<developerConnection>scm:git:git@bitbucket.org:inteligr8/aps-public-rest-api.git</developerConnection>
|
||||
<url>https://bitbucket.org/inteligr8/aps-public-rest-api</url>
|
||||
</scm>
|
||||
<organization>
|
||||
<name>Inteligr8</name>
|
||||
|
||||
Reference in New Issue
Block a user