Skip to content

Commit

Permalink
Merge pull request #9 from fugerit-org/hotfix/issue_8_license_url
Browse files Browse the repository at this point in the history
[1.3.2] - 2023-08-03 #8
  • Loading branch information
fugerit79 authored Sep 3, 2023
2 parents de97a52 + 771390c commit 70adf01
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.2] - 2023-08-03

### Changed

- Set role
- Developers data

### Fixed

- Set the license url in the property 'licenseURL' as in the 'license' tag.
- scm url (.git was missing at the end)

## [1.3.1] - 2023-08-31

### Added
Expand Down
17 changes: 12 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,14 @@
<developer>
<name>Matteo a.k.a. Fugerit</name>
<email>[email protected]</email>
<url>https://www.fugerit.org</url>
<timezone>+1</timezone>
<organization>Fugerit</organization>
<organizationUrl>https://www.fugerit.org</organizationUrl>
<roles>
<role>IT Senior Consultant</role>
<role>Senior Software Architect</role>
</roles>
</developer>
<developer>
<name>Daneel</name>
Expand All @@ -43,14 +49,18 @@
<scm>
<connection>scm:git:git://github.com/fugerit-org/fj-bom.git</connection>
<developerConnection>scm:git:ssh://github.com/fugerit-org/fj-bom.git</developerConnection>
<url>http://github.com/fugerit-org/fj-bom</url>
<url>https://github.com/fugerit-org/fj-bom.git</url>
</scm>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<properties>
Expand Down Expand Up @@ -94,12 +104,9 @@
<jacoco-maven-plugin-version>0.8.10</jacoco-maven-plugin-version>
<!-- build data -->
<buildnumber-maven-plugin-version>3.1.0</buildnumber-maven-plugin-version>
<licenseURL>https://opensource.org/license/apache-2-0/</licenseURL>
<licenseURL>http://www.apache.org/licenses/LICENSE-2.0.txt</licenseURL>
</properties>

<modules>
</modules>

<dependencyManagement>

<dependencies>
Expand Down

0 comments on commit 70adf01

Please sign in to comment.