Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
AB-xdev committed Apr 2, 2024
1 parent bc0cd3a commit e6a7119
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .run/Run Demo.run.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Run Demo" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="software.xdev.Application" />
<module name="standard-maven-template-demo" />
<module name="spring-security-advanced-login-demo" />
<option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
<extension name="coverage">
<pattern>
Expand All @@ -13,4 +13,4 @@
<option name="Make" enabled="true" />
</method>
</configuration>
</component>
</component>
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ You should have the following things installed:
* Ensure that the JDK/Java-Version is correct


## 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)
## Releasing [![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/spring-security-advanced-login/release.yml?branch=master)](https://github.com/xdev-software/spring-security-advanced-login/actions/workflows/release.yml)

Before releasing:
* Consider doing a [test-deployment](https://github.com/xdev-software/standard-maven-template/actions/workflows/test-deploy.yml?query=branch%3Adevelop) before actually releasing.
* Consider doing a [test-deployment](https://github.com/xdev-software/spring-security-advanced-login/actions/workflows/test-deploy.yml?query=branch%3Adevelop) before actually releasing.
* Check the [changelog](CHANGELOG.md)

If the ``develop`` is ready for release, create a pull request to the ``master``-Branch and merge the changes
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[![Latest version](https://img.shields.io/maven-central/v/software.xdev/standard-maven-template?logo=apache%20maven)](https://mvnrepository.com/artifact/software.xdev/standard-maven-template)
[![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)
[![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)
[![Latest version](https://img.shields.io/maven-central/v/software.xdev/spring-security-advanced-login?logo=apache%20maven)](https://mvnrepository.com/artifact/software.xdev/spring-security-advanced-login)
[![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/spring-security-advanced-login/checkBuild.yml?branch=develop)](https://github.com/xdev-software/spring-security-advanced-login/actions/workflows/checkBuild.yml?query=branch%3Adevelop)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=xdev-software_spring-security-advanced-login&metric=alert_status)](https://sonarcloud.io/dashboard?id=xdev-software_spring-security-advanced-login)

# standard-maven-template
# spring-security-advanced-login


## Installation
[Installation guide for the latest release](https://github.com/xdev-software/standard-maven-template/releases/latest#Installation)
[Installation guide for the latest release](https://github.com/xdev-software/spring-security-advanced-login/releases/latest#Installation)


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

## Dependencies and Licenses
View the [license of the current project](LICENSE) or the [summary including all dependencies](https://xdev-software.github.io/standard-maven-template/dependencies)
View the [license of the current project](LICENSE) or the [summary including all dependencies](https://xdev-software.github.io/spring-security-advanced-login/dependencies)
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

## Reporting a Vulnerability

Please report a security vulnerability [on GitHub Security Advisories](https://github.com/xdev-software/standard-maven-template/security/advisories/new).
Please report a security vulnerability [on GitHub Security Advisories](https://github.com/xdev-software/spring-security-advanced-login/security/advisories/new).
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>software.xdev</groupId>
<artifactId>standard-maven-template-root</artifactId>
<artifactId>spring-security-advanced-login-root</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

Expand All @@ -15,8 +15,8 @@
</organization>

<modules>
<module>standard-maven-template</module>
<module>standard-maven-template-demo</module>
<module>spring-security-advanced-login</module>
<module>spring-security-advanced-login-demo</module>
</modules>

<licenses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>software.xdev</groupId>
<artifactId>standard-maven-template-demo</artifactId>
<artifactId>spring-security-advanced-login-demo</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

Expand All @@ -29,7 +29,7 @@
<dependencies>
<dependency>
<groupId>software.xdev</groupId>
<artifactId>standard-maven-template</artifactId>
<artifactId>spring-security-advanced-login</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
<modelVersion>4.0.0</modelVersion>

<groupId>software.xdev</groupId>
<artifactId>standard-maven-template</artifactId>
<artifactId>spring-security-advanced-login</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>standard-maven-template</name>
<description>standard-maven-template</description>
<url>https://github.com/xdev-software/standard-maven-template</url>
<name>spring-security-advanced-login</name>
<description>spring-security-advanced-login</description>
<url>https://github.com/xdev-software/spring-security-advanced-login</url>

<scm>
<url>https://github.com/xdev-software/standard-maven-template</url>
<connection>scm:git:https://github.com/xdev-software/standard-maven-template.git</connection>
<url>https://github.com/xdev-software/spring-security-advanced-login</url>
<connection>scm:git:https://github.com/xdev-software/spring-security-advanced-login.git</connection>
</scm>

<inceptionYear>2023</inceptionYear>
Expand Down

0 comments on commit e6a7119

Please sign in to comment.