Skip to content

Commit 746719a

Browse files
committed
Merge branch 'release/1.1.0'
2 parents 43e0426 + 32f4fde commit 746719a

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
All notable changes to this project are documented in this file following the [Keep a CHANGELOG](http://keepachangelog.com) conventions.
33

44

5+
## 1.1.0
6+
### Fixed
7+
- Bad tagging
8+
- Release on Maven Central
9+
10+
511
## 1.0.0
612
### Changed
713
- Maven project version: authzforce-ce-parent: 7.4.0 -> Upgrade Apache CXF version (to fix a CVE): 3.2.5
@@ -24,4 +30,4 @@ All notable changes to this project are documented in this file following the [K
2430
- XACML Request template file (`request.xacml.json.ft`) as part of the assembled package (`tar.gz`), so that it can be customized (by editing the file) depending on the use case
2531

2632
## 0.1.0
27-
Initial release
33+
Initial release

pom.xml

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
1-
<project
2-
xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
52
<modelVersion>4.0.0</modelVersion>
63
<parent>
74
<groupId>org.ow2.authzforce</groupId>
85
<artifactId>authzforce-ce-parent</artifactId>
96
<version>7.4.0</version>
107
</parent>
118
<artifactId>authzforce-ce-kafka-extensions</artifactId>
12-
<version>0.2.1-SNAPSHOT</version>
9+
<version>1.1.0</version>
1310
<name>AuthzForce CE - Extensions for Apache Kafka</name>
1411
<developers>
1512
<developer>

0 commit comments

Comments
 (0)