Skip to content

Commit

Permalink
Version bumped to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bedrin committed Oct 23, 2020
1 parent 080ebfe commit 16fe5dc
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 27 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Kerb4J is available from Maven Central repo:
<dependency>
<groupId>com.kerb4j</groupId>
<artifactId>kerb4j-client</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
```

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

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

Expand Down
2 changes: 1 addition & 1 deletion kerb4j-base64/kerb4j-base64-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kerb4j-base64</artifactId>
<groupId>com.kerb4j</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions kerb4j-base64/kerb4j-base64-java7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kerb4j-base64</artifactId>
<groupId>com.kerb4j</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>com.kerb4j</groupId>
<artifactId>kerb4j-base64-common</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
Expand Down
4 changes: 2 additions & 2 deletions kerb4j-base64/kerb4j-base64-java8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kerb4j-base64</artifactId>
<groupId>com.kerb4j</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>com.kerb4j</groupId>
<artifactId>kerb4j-base64-common</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion kerb4j-base64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kerb4j</artifactId>
<groupId>com.kerb4j</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions kerb4j-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.kerb4j</groupId>
<artifactId>kerb4j</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>kerb4j-client</artifactId>
Expand All @@ -17,12 +17,12 @@
<dependency>
<groupId>com.kerb4j</groupId>
<artifactId>kerb4j-common</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>com.kerb4j</groupId>
<artifactId>kerb4j-common</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions kerb4j-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.kerb4j</groupId>
<artifactId>kerb4j</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>kerb4j-common</artifactId>
Expand All @@ -17,12 +17,12 @@
<dependency>
<groupId>com.kerb4j</groupId>
<artifactId>kerb4j-base64-java7</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>com.kerb4j</groupId>
<artifactId>kerb4j-base64-java8</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.kerby</groupId>
Expand Down
2 changes: 1 addition & 1 deletion kerb4j-server/kerb4j-server-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.kerb4j</groupId>
<artifactId>kerb4j-server</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>kerb4j-server-common</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions kerb4j-server/kerb4j-server-spring-security-ldap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.kerb4j</groupId>
<artifactId>kerb4j-server</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>kerb4j-server-spring-security-ldap</artifactId>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>com.kerb4j</groupId>
<artifactId>kerb4j-server-spring-security</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions kerb4j-server/kerb4j-server-spring-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.kerb4j</groupId>
<artifactId>kerb4j-server</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>kerb4j-server-spring-security</artifactId>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>com.kerb4j</groupId>
<artifactId>kerb4j-server-common</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions kerb4j-server/kerb4j-server-tomcat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.kerb4j</groupId>
<artifactId>kerb4j-server</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>kerb4j-server-tomcat</artifactId>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>com.kerb4j</groupId>
<artifactId>kerb4j-server-common</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.tomcat/tomcat-catalina -->
Expand Down
8 changes: 4 additions & 4 deletions kerb4j-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.kerb4j</groupId>
<artifactId>kerb4j</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>kerb4j-server</artifactId>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>com.kerb4j</groupId>
<artifactId>kerb4j-common</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>

<dependency>
Expand All @@ -36,13 +36,13 @@
<dependency>
<groupId>com.kerb4j</groupId>
<artifactId>kerb4j-client</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.kerb4j</groupId>
<artifactId>kerb4j-common</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.kerb4j</groupId>
<artifactId>kerb4j</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 16fe5dc

Please sign in to comment.