Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bedrin committed Oct 30, 2023
1 parent 11ff792 commit 0867903
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Java for publishing to Maven Central Repository
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 17
server-id: sonatype-nexus-snapshots
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Set up Java for publishing to GitHub Packages
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 17
- name: Publish to GitHub Packages
run: mvn -P github,release -B deploy
env:
Expand Down
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ Main features:
sides
- Flexible SPN resolution - you own the code and do not have to rely on magic SPN calculation algorithms

Java Compatibility
========
Version 0.2.x+ requires Java 17 or higher
Version 0.1.x+ supports Java 7+

Installation
========

Expand All @@ -23,7 +28,7 @@ Kerb4J is available from Maven Central repo:
<dependency>
<groupId>com.kerb4j</groupId>
<artifactId>kerb4j-client</artifactId>
<version>0.1.3</version>
<version>0.2.0</version>
</dependency>
```

Expand All @@ -33,7 +38,7 @@ Kerb4J is available from Maven Central repo:
<dependency>
<groupId>com.kerb4j</groupId>
<artifactId>kerb4j-server-spring-security</artifactId>
<version>0.1.3</version>
<version>0.2.0</version>
</dependency>
```

Expand All @@ -43,7 +48,7 @@ Kerb4J is available from Maven Central repo:
<dependency>
<groupId>com.kerb4j</groupId>
<artifactId>kerb4j-server-tomcat</artifactId>
<version>0.1.3</version>
<version>0.2.0</version>
</dependency>
```

Expand Down

0 comments on commit 0867903

Please sign in to comment.