Skip to content
Snippets Groups Projects
Commit 36ea013f authored by Gerd Aschemann's avatar Gerd Aschemann :speech_balloon:
Browse files

[maven-release-plugin] prepare release 1.0.0-rc.1

parent 123ff8ac
No related branches found
No related tags found
No related merge requests found
<?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>
......
<?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>
......
<?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>
......
<?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>
......
<?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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment