Skip to content

Commit

Permalink
Update versioning scheme (#8)
Browse files Browse the repository at this point in the history
* Cleanup makefile

* Mirror keycloak major version (22)

* Update README with note regarding versioning scheme
  • Loading branch information
kschulst authored Sep 20, 2023
1 parent 720432b commit 9a864c2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ default: | help
build: ## Build the project and install to your local maven repo
mvn clean install

.PHONY: build-skiptests ## Build the project (skipping tests)
mvn clean install -Dmaven.test.skip=true

.PHONY: test
test: ## Run tests
mvn clean test
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ resource "keycloak_generic_protocol_mapper" "dapla_teams_mapper" {
}
```

## Versioning scheme

To ensure clarity and intuitiveness regarding this library's compatibility with Keycloak versions,
its major version mirrors that of Keycloak's major version. While the library *might* work with later
Keycloak versions, such compatibility hasn't been verified.


## Development

Use `make` to execute common tasks:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>no.ssb.dapla.keycloak</groupId>
<artifactId>dapla-team-keycloak-protocol-mapper</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>22.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Dapla Team Protocol Mapper for Keycloak</name>
Expand Down

0 comments on commit 9a864c2

Please sign in to comment.