Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
FIT-Connect-SDK - Java
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FIT-Connect
FIT-Connect-SDK - Java
Commits
36ea013f
Commit
36ea013f
authored
1 year ago
by
Gerd Aschemann
Browse files
Options
Downloads
Patches
Plain Diff
[maven-release-plugin] prepare release 1.0.0-rc.1
parent
123ff8ac
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
api/pom.xml
+2
-4
2 additions, 4 deletions
api/pom.xml
client/pom.xml
+2
-4
2 additions, 4 deletions
client/pom.xml
core/pom.xml
+2
-4
2 additions, 4 deletions
core/pom.xml
integration-tests/pom.xml
+2
-4
2 additions, 4 deletions
integration-tests/pom.xml
pom.xml
+4
-5
4 additions, 5 deletions
pom.xml
with
12 additions
and
21 deletions
api/pom.xml
+
2
−
4
View file @
36ea013f
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<parent>
<artifactId>
sdk-java
</artifactId>
<artifactId>
sdk-java
</artifactId>
<groupId>
dev.fitko.fitconnect.sdk
</groupId>
<groupId>
dev.fitko.fitconnect.sdk
</groupId>
<version>
1.0.0-
SNAPSHOT
</version>
<version>
1.0.0-
rc.1
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
client/pom.xml
+
2
−
4
View file @
36ea013f
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<parent>
<artifactId>
sdk-java
</artifactId>
<artifactId>
sdk-java
</artifactId>
<groupId>
dev.fitko.fitconnect.sdk
</groupId>
<groupId>
dev.fitko.fitconnect.sdk
</groupId>
<version>
1.0.0-
SNAPSHOT
</version>
<version>
1.0.0-
rc.1
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
core/pom.xml
+
2
−
4
View file @
36ea013f
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<parent>
<artifactId>
sdk-java
</artifactId>
<artifactId>
sdk-java
</artifactId>
<groupId>
dev.fitko.fitconnect.sdk
</groupId>
<groupId>
dev.fitko.fitconnect.sdk
</groupId>
<version>
1.0.0-
SNAPSHOT
</version>
<version>
1.0.0-
rc.1
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
This diff is collapsed.
Click to expand it.
integration-tests/pom.xml
+
2
−
4
View file @
36ea013f
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<parent>
<artifactId>
sdk-java
</artifactId>
<artifactId>
sdk-java
</artifactId>
<groupId>
dev.fitko.fitconnect.sdk
</groupId>
<groupId>
dev.fitko.fitconnect.sdk
</groupId>
<version>
1.0.0-
SNAPSHOT
</version>
<version>
1.0.0-
rc.1
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
4
−
5
View file @
36ea013f
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
dev.fitko.fitconnect.sdk
</groupId>
<groupId>
dev.fitko.fitconnect.sdk
</groupId>
<artifactId>
sdk-java
</artifactId>
<artifactId>
sdk-java
</artifactId>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<version>
1.0.0-
SNAPSHOT
</version>
<version>
1.0.0-
rc.1
</version>
<name>
FIT-Connect Java SDK
</name>
<name>
FIT-Connect Java SDK
</name>
<description>
Library for sending and subscribing to submissions of the FIT-Connect REST-API
</description>
<description>
Library for sending and subscribing to submissions of the FIT-Connect REST-API
</description>
...
@@ -44,7 +42,8 @@
...
@@ -44,7 +42,8 @@
<connection>
scm:git:https://git.fitko.de/fit-connect/sdk-java
</connection>
<connection>
scm:git:https://git.fitko.de/fit-connect/sdk-java
</connection>
<developerConnection>
scm:git:https://git.fitko.de/fit-connect/sdk-java
</developerConnection>
<developerConnection>
scm:git:https://git.fitko.de/fit-connect/sdk-java
</developerConnection>
<url>
https://git.fitko.de/fit-connect/sdk-java
</url>
<url>
https://git.fitko.de/fit-connect/sdk-java
</url>
</scm>
<tag>
1.0.0-rc.1
</tag>
</scm>
<properties>
<properties>
...
...
This diff is collapsed.
Click to expand it.
Ghost User
@ghost
mentioned in commit
dd1f9f69
·
1 year ago
mentioned in commit
dd1f9f69
mentioned in commit dd1f9f6921917a32e887f90cf0d2f1dcd7b41d5a
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment