Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GLIS Client
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Genesys PGR
GLIS Client
Commits
2454566c
Commit
2454566c
authored
Sep 11, 2018
by
Matija Obreza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[maven-release-plugin] prepare release glis-client-1.1.1
parent
a2397dcf
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
40 additions
and
15 deletions
+40
-15
CHANGELOG.md
CHANGELOG.md
+13
-0
README.md
README.md
+4
-4
common/pom.xml
common/pom.xml
+1
-1
jersey2/pom.xml
jersey2/pom.xml
+6
-2
okhttp-gson/pom.xml
okhttp-gson/pom.xml
+6
-2
parent/pom.xml
parent/pom.xml
+2
-2
pom.xml
pom.xml
+2
-2
resttemplate/pom.xml
resttemplate/pom.xml
+6
-2
No files found.
CHANGELOG.md
View file @
2454566c
# Global Information System API Client changelog
## Release 1.1.1
September 2018, maintenance release
-
a2397dc Updated maven config for deployment to repositories
## Release 1.1
-
3078114 Skip tests against GLIS test and production environments
-
b7da343 addtarget endpoint changed to /glis/links./addtarget
## Release 1.0
October 2017
...
...
README.md
View file @
2454566c
...
...
@@ -20,7 +20,7 @@ We provide different flavors of the library (with different dependencies):
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
glis-client-okhttp-gson
</artifactId>
<version>
1.1
-SNAPSHOT
</version>
<version>
1.1
.1
</version>
<scope>
compile
</scope>
</dependency>
```
...
...
@@ -31,7 +31,7 @@ We provide different flavors of the library (with different dependencies):
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
glis-client-jersey2
</artifactId>
<version>
1.1
-SNAPSHOT
</version>
<version>
1.1
.1
</version>
<scope>
compile
</scope>
</dependency>
```
...
...
@@ -42,7 +42,7 @@ We provide different flavors of the library (with different dependencies):
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
glis-client-resttemplate
</artifactId>
<version>
1.1
-SNAPSHOT
</version>
<version>
1.1
.1
</version>
<scope>
compile
</scope>
</dependency>
```
...
...
@@ -52,7 +52,7 @@ We provide different flavors of the library (with different dependencies):
Add this dependency to your project's build file:
```
groovy
compile
"org.genesys-pgr:glis-client-okhttp-gson:1.1
-SNAPSHOT
"
compile
"org.genesys-pgr:glis-client-okhttp-gson:1.1
.1
"
```
... and similar for other flavors.
...
...
common/pom.xml
View file @
2454566c
...
...
@@ -2,7 +2,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
glis-client-project
</artifactId>
<version>
1.
2-SNAPSHOT
</version>
<version>
1.
1.1
</version>
<relativePath>
../
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
jersey2/pom.xml
View file @
2454566c
...
...
@@ -2,7 +2,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
glis-client-parent
</artifactId>
<version>
1.
2-SNAPSHOT
</version>
<version>
1.
1.1
</version>
<relativePath>
../parent
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
@@ -29,7 +29,7 @@
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
glis-client-common
</artifactId>
<version>
1.
2-SNAPSHOT
</version>
<version>
1.
1.1
</version>
</dependency>
<!-- HTTP client: jersey-client -->
<dependency>
...
...
@@ -133,4 +133,8 @@
</plugins>
</build>
<scm>
<tag>
glis-client-1.1.1
</tag>
</scm>
</project>
okhttp-gson/pom.xml
View file @
2454566c
...
...
@@ -2,7 +2,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
glis-client-parent
</artifactId>
<version>
1.
2-SNAPSHOT
</version>
<version>
1.
1.1
</version>
<relativePath>
../parent
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
@@ -29,7 +29,7 @@
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
glis-client-common
</artifactId>
<version>
1.
2-SNAPSHOT
</version>
<version>
1.
1.1
</version>
</dependency>
<dependency>
<groupId>
com.squareup.okhttp
</groupId>
...
...
@@ -69,4 +69,8 @@
<build>
<plugins
/>
</build>
<scm>
<tag>
glis-client-1.1.1
</tag>
</scm>
</project>
parent/pom.xml
View file @
2454566c
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
glis-client-project
</artifactId>
<version>
1.
2-SNAPSHOT
</version>
<version>
1.
1.1
</version>
</parent>
<artifactId>
glis-client-parent
</artifactId>
<packaging>
pom
</packaging>
...
...
@@ -41,7 +41,7 @@
<sourceFolder>
${generated-sources-java-path}
</sourceFolder>
<groupId>
org.genesys
</groupId>
<artifactId>
glis-client-${swagger-codegen.library}
</artifactId>
<artifactVersion>
1.
2-SNAPSHOT
</artifactVersion>
<artifactVersion>
1.
1.1
</artifactVersion>
<artifactUrl>
https://gitlab.croptrust.org/genesys-pgr/glis-client
</artifactUrl>
<artifactDescription>
Java API client for the Global Information System for plant genetic resources for food and agriculture (PGRFA) using ${swagger-codegen.library}
</artifactDescription>
<scmConnection>
git@gitlab.croptrust.org:genesys-pgr/glis-client.git
</scmConnection>
...
...
pom.xml
View file @
2454566c
...
...
@@ -2,7 +2,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
glis-client-project
</artifactId>
<version>
1.
2-SNAPSHOT
</version>
<version>
1.
1.1
</version>
<packaging>
pom
</packaging>
<name>
GLIS SDKs for Java
</name>
<url>
https://gitlab.croptrust.org/genesys-pgr/glis-client
</url>
...
...
@@ -33,7 +33,7 @@
<connection>
scm:https://gitlab.croptrust.org/genesys-pgr/glis-client
</connection>
<developerConnection>
scm:git:git@gitlab.croptrust.org:genesys-pgr/glis-client.git
</developerConnection>
<url>
git@gitlab.croptrust.org:genesys-pgr/glis-client.git
</url>
<tag>
HEAD
</tag>
<tag>
glis-client-1.1.1
</tag>
</scm>
<issueManagement>
...
...
resttemplate/pom.xml
View file @
2454566c
...
...
@@ -2,7 +2,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
glis-client-parent
</artifactId>
<version>
1.
2-SNAPSHOT
</version>
<version>
1.
1.1
</version>
<relativePath>
../parent
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
@@ -29,7 +29,7 @@
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
glis-client-common
</artifactId>
<version>
1.
2-SNAPSHOT
</version>
<version>
1.
1.1
</version>
</dependency>
<!-- HTTP client: Spring RestTemplate -->
...
...
@@ -113,4 +113,8 @@
</plugins>
</build>
<scm>
<tag>
glis-client-1.1.1
</tag>
</scm>
</project>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment