Skip to content

Commit bf0fac3

Browse files
committed
Fill in placeholder
1 parent 614bb1b commit bf0fac3

File tree

7 files changed

+21
-21
lines changed

7 files changed

+21
-21
lines changed

.run/Run Demo.run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<component name="ProjectRunConfigurationManager">
22
<configuration default="false" name="Run Demo" type="Application" factoryName="Application">
33
<option name="MAIN_CLASS_NAME" value="software.xdev.Application" />
4-
<module name="standard-maven-template-demo" />
4+
<module name="sessionize-java-client-demo" />
55
<option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
66
<extension name="coverage">
77
<pattern>

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ You should have the following things installed:
3434
* Ensure that the JDK/Java-Version is correct
3535

3636

37-
## Releasing [![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/standard-maven-template/release.yml?branch=master)](https://github.com/xdev-software/standard-maven-template/actions/workflows/release.yml)
37+
## Releasing [![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/sessionize-java-client/release.yml?branch=master)](https://github.com/xdev-software/sessionize-java-client/actions/workflows/release.yml)
3838

3939
Before releasing:
40-
* Consider doing a [test-deployment](https://github.com/xdev-software/standard-maven-template/actions/workflows/test-deploy.yml?query=branch%3Adevelop) before actually releasing.
40+
* Consider doing a [test-deployment](https://github.com/xdev-software/sessionize-java-client/actions/workflows/test-deploy.yml?query=branch%3Adevelop) before actually releasing.
4141
* Check the [changelog](CHANGELOG.md)
4242

4343
If the ``develop`` is ready for release, create a pull request to the ``master``-Branch and merge the changes

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
[![Latest version](https://img.shields.io/maven-central/v/com.xdev-software/standard-maven-template)](https://mvnrepository.com/artifact/com.xdev-software/standard-maven-template)
2-
[![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/standard-maven-template/checkBuild.yml?branch=develop)](https://github.com/xdev-software/standard-maven-template/actions/workflows/checkBuild.yml?query=branch%3Adevelop)
3-
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=xdev-software_standard-maven-template&metric=alert_status)](https://sonarcloud.io/dashboard?id=xdev-software_standard-maven-template)
1+
[![Latest version](https://img.shields.io/maven-central/v/com.xdev-software/sessionize-java-client)](https://mvnrepository.com/artifact/com.xdev-software/sessionize-java-client)
2+
[![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/sessionize-java-client/checkBuild.yml?branch=develop)](https://github.com/xdev-software/sessionize-java-client/actions/workflows/checkBuild.yml?query=branch%3Adevelop)
3+
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=xdev-software_sessionize-java-client&metric=alert_status)](https://sonarcloud.io/dashboard?id=xdev-software_sessionize-java-client)
44

5-
# standard-maven-template
5+
# sessionize-java-client
66

77

88
## Installation
9-
[Installation guide for the latest release](https://github.com/xdev-software/standard-maven-template/releases/latest#Installation)
9+
[Installation guide for the latest release](https://github.com/xdev-software/sessionize-java-client/releases/latest#Installation)
1010

1111

1212
## Support
@@ -16,4 +16,4 @@ If you need support as soon as possible and you can't wait for any pull request,
1616
See the [contributing guide](./CONTRIBUTING.md) for detailed instructions on how to get started with our project.
1717

1818
## Dependencies and Licenses
19-
View the [license of the current project](LICENSE) or the [summary including all dependencies](https://xdev-software.github.io/standard-maven-template/dependencies/)
19+
View the [license of the current project](LICENSE) or the [summary including all dependencies](https://xdev-software.github.io/sessionize-java-client/dependencies/)

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
## Reporting a Vulnerability
44

5-
Please report a security vulnerability [on GitHub Security Advisories](https://github.com/xdev-software/standard-maven-template/security/advisories/new).
5+
Please report a security vulnerability [on GitHub Security Advisories](https://github.com/xdev-software/sessionize-java-client/security/advisories/new).

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>com.xdev-software</groupId>
8-
<artifactId>standard-maven-template-root</artifactId>
8+
<artifactId>sessionize-java-client-root</artifactId>
99
<version>1.0.0-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

@@ -15,8 +15,8 @@
1515
</organization>
1616

1717
<modules>
18-
<module>standard-maven-template</module>
19-
<module>standard-maven-template-demo</module>
18+
<module>sessionize-java-client</module>
19+
<module>sessionize-java-client-demo</module>
2020
</modules>
2121

2222
<licenses>

standard-maven-template-demo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>com.xdev-software</groupId>
8-
<artifactId>standard-maven-template-demo</artifactId>
8+
<artifactId>sessionize-java-client-demo</artifactId>
99
<version>1.0.0-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

@@ -38,7 +38,7 @@
3838
<dependencies>
3939
<dependency>
4040
<groupId>com.xdev-software</groupId>
41-
<artifactId>standard-maven-template</artifactId>
41+
<artifactId>sessionize-java-client</artifactId>
4242
<version>${project.version}</version>
4343
</dependency>
4444
</dependencies>

standard-maven-template/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>com.xdev-software</groupId>
8-
<artifactId>standard-maven-template</artifactId>
8+
<artifactId>sessionize-java-client</artifactId>
99
<version>1.0.0-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

12-
<name>standard-maven-template</name>
13-
<description>standard-maven-template</description>
14-
<url>https://github.com/xdev-software/standard-maven-template</url>
12+
<name>sessionize-java-client</name>
13+
<description>sessionize-java-client</description>
14+
<url>https://github.com/xdev-software/sessionize-java-client</url>
1515

1616
<scm>
17-
<url>https://github.com/xdev-software/standard-maven-template</url>
18-
<connection>https://github.com/xdev-software/standard-maven-template.git</connection>
17+
<url>https://github.com/xdev-software/sessionize-java-client</url>
18+
<connection>https://github.com/xdev-software/sessionize-java-client.git</connection>
1919
</scm>
2020

2121
<inceptionYear>2023</inceptionYear>

0 commit comments

Comments
 (0)