Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions kinde-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.kinde</groupId>
<artifactId>kinde-parent-pom</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</parent>

<artifactId>kinde-core</artifactId>
<packaging>jar</packaging>
<version>2.2.0</version>
<version>2.3.0</version>
<name>kinde-core</name>
<url>http://maven.apache.org</url>

Expand Down
4 changes: 2 additions & 2 deletions kinde-j2ee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.kinde</groupId>
<artifactId>kinde-parent-pom</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</parent>

<artifactId>kinde-j2ee</artifactId>
<packaging>jar</packaging>
<version>2.2.0</version>
<version>2.3.0</version>
<name>j2ee</name>
<url>http://maven.apache.org</url>

Expand Down
4 changes: 2 additions & 2 deletions kinde-management/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.kinde</groupId>
<artifactId>kinde-parent-pom</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</parent>

<properties>
Expand All @@ -20,7 +20,7 @@
<groupId>com.kinde</groupId>
<artifactId>kinde-management</artifactId>
<packaging>jar</packaging>
<version>2.2.0</version>
<version>2.3.0</version>
<name>kinde-management</name>
<url>http://maven.apache.org</url>
<dependencies>
Expand Down
13 changes: 7 additions & 6 deletions kinde-report-aggregate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@
<parent>
<groupId>com.kinde</groupId>
<artifactId>kinde-parent-pom</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</parent>

<properties>
<kinde-version>2.2.0</kinde-version>
<kinde-version>2.3.0</kinde-version>
</properties>

<artifactId>report</artifactId>
<name>Aggregate Report</name>
<version>2.2.0</version>
<version>2.3.0</version>

<dependencies>
<dependency>
<groupId>com.kinde</groupId>
<artifactId>kinde-core</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.kinde</groupId>
Expand All @@ -41,7 +41,7 @@
<dependency>
<groupId>com.kinde</groupId>
<artifactId>kinde-management</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.kinde.spring</groupId>
Expand Down Expand Up @@ -83,8 +83,9 @@
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.9.0</version>
<configuration>
<skip>true</skip>
<skipPublishing>true</skipPublishing>
</configuration>
</plugin>
</plugins>
Expand Down
8 changes: 4 additions & 4 deletions kinde-springboot/kinde-springboot-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>com.kinde.spring</groupId>
<artifactId>kinde-spring-parent-pom</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</parent>
<groupId>com.kinde.spring</groupId>
<artifactId>kinde-springboot-core</artifactId>
<packaging>jar</packaging>
<version>2.2.0</version>
<version>2.3.0</version>
<name>kinde-springboot-core</name>
<url>http://maven.apache.org</url>
<dependencies>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>com.kinde</groupId>
<artifactId>kinde-core</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -191,7 +191,7 @@
<dependency>
<groupId>com.kinde</groupId>
<artifactId>kinde-test-utils</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
<scope>test</scope>
</dependency>

Expand Down
8 changes: 4 additions & 4 deletions kinde-springboot/kinde-springboot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@
<parent>
<groupId>com.kinde.spring</groupId>
<artifactId>kinde-spring-parent-pom</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</parent>
<groupId>com.kinde.spring</groupId>
<artifactId>kinde-springboot-starter</artifactId>
<packaging>jar</packaging>
<version>2.2.0</version>
<version>2.3.0</version>
<name>kinde-springboot-starter</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>com.kinde.spring</groupId>
<artifactId>kinde-springboot-core</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.kinde</groupId>
<artifactId>kinde-core</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
Expand Down
4 changes: 2 additions & 2 deletions kinde-springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>com.kinde</groupId>
<artifactId>kinde-parent-pom</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</parent>
<groupId>com.kinde.spring</groupId>
<artifactId>kinde-spring-parent-pom</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
<name>kinde-spring-parent-pom</name>
<packaging>pom</packaging>
<url>http://maven.apache.org</url>
Expand Down
2 changes: 1 addition & 1 deletion kinde-test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.kinde</groupId>
<artifactId>kinde-parent-pom</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions playground/kinde-accounts-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>com.kinde</groupId>
<artifactId>kinde-parent-pom</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.kinde</groupId>
<artifactId>kinde-accounts-example</artifactId>
<packaging>jar</packaging>
<version>2.2.0</version>
<version>2.3.0</version>
<name>kinde-accounts-example</name>
<description>Example application demonstrating Kinde Accounts API usage</description>

Expand Down
6 changes: 3 additions & 3 deletions playground/kinde-core-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<groupId>com.kinde</groupId>
<artifactId>kinde-parent-pom</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.kinde</groupId>
<artifactId>kinde-core-example</artifactId>
<packaging>jar</packaging>
<version>2.2.0</version>
<version>2.3.0</version>
<name>kinde-core-example</name>
<url>http://maven.apache.org</url>
<dependencies>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>com.kinde</groupId>
<artifactId>kinde-core</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
Expand Down
8 changes: 4 additions & 4 deletions playground/kinde-j2ee-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>com.kinde</groupId>
<artifactId>kinde-parent-pom</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>com.kinde</groupId>
<artifactId>example-j2ee-app</artifactId>
<packaging>war</packaging>
<version>2.2.0</version>
<version>2.3.0</version>
<name>example-j2ee-app Maven Webapp</name>
<url>http://maven.apache.org</url>
<dependencies>
Expand All @@ -27,12 +27,12 @@
<dependency>
<groupId>com.kinde</groupId>
<artifactId>kinde-core</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.kinde</groupId>
<artifactId>kinde-j2ee</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
Expand Down
8 changes: 4 additions & 4 deletions playground/kinde-management-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<groupId>com.kinde</groupId>
<artifactId>kinde-parent-pom</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.kinde</groupId>
<artifactId>kinde-management-example</artifactId>
<packaging>jar</packaging>
<version>2.2.0</version>
<version>2.3.0</version>
<name>kinde-management-example</name>
<url>http://maven.apache.org</url>
<dependencies>
Expand All @@ -35,12 +35,12 @@
<dependency>
<groupId>com.kinde</groupId>
<artifactId>kinde-core</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.kinde</groupId>
<artifactId>kinde-management</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
Expand Down
4 changes: 2 additions & 2 deletions playground/kinde-springboot-pkce-client-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>com.kinde</groupId>
<artifactId>kinde-parent-pom</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>kinde-springboot-pkce-client-example</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>

<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions playground/kinde-springboot-starter-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
<parent>
<groupId>com.kinde</groupId>
<artifactId>kinde-parent-pom</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>com.kinde.springboot</groupId>
<artifactId>kinde-springboot-starter-example</artifactId>
<packaging>jar</packaging>
<version>2.2.0</version>
<version>2.3.0</version>
<name>kinde-springboot-starter</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>com.kinde.spring</groupId>
<artifactId>kinde-springboot-core</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>com.kinde.spring</groupId>
<artifactId>kinde-springboot-starter</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>

</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions playground/kinde-springboot-thymeleaf-full-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>com.kinde</groupId>
<artifactId>kinde-parent-pom</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.kinde</groupId>
<artifactId>kinde-springboot-thymeleaf-full-example</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
<name>kinde-springboot-thymeleaf-full-example</name>
<description>Kinde Spring Full Example</description>

Expand Down Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>com.kinde</groupId>
<artifactId>kinde-core</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down
Loading
Loading