Skip to content

Commit

Permalink
chore(main): release jans-orm 1.0.4 (#2917)
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-auto authored Nov 8, 2022
1 parent affe76f commit 8a4394d
Show file tree
Hide file tree
Showing 20 changed files with 32 additions and 19 deletions.
13 changes: 13 additions & 0 deletions jans-orm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.0.4](https://github.com/JanssenProject/jans/compare/jans-orm-v1.0.3...jans-orm-v1.0.4) (2022-11-08)


### Bug Fixes

* fix OR filters join when sub-filters uses lower ([#2850](https://github.com/JanssenProject/jans/issues/2850)) ([3dc6b32](https://github.com/JanssenProject/jans/commit/3dc6b329aacbb6958efd834c85143231595b0d99))
* **jans-auth-server:** fix language metadata format ([#2883](https://github.com/JanssenProject/jans/issues/2883)) ([e21e206](https://github.com/JanssenProject/jans/commit/e21e206df16b048b1743c3ee441d9fbdb1f8c67e))


### Documentation

* prepare for 1.0.4 release ([c23a2e5](https://github.com/JanssenProject/jans/commit/c23a2e505b7eb325a293975d60bbc65d5e367c7d))

## 1.0.3 (2022-11-01)


Expand Down
2 changes: 1 addition & 1 deletion jans-orm/annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-orm-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>
</project>
2 changes: 1 addition & 1 deletion jans-orm/cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-orm-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion jans-orm/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-orm-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jans-orm/couchbase-libs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-orm-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jans-orm/couchbase-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-orm-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion jans-orm/couchbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-orm-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion jans-orm/filter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-orm-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion jans-orm/hybrid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-orm-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion jans-orm/ldap-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-orm-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion jans-orm/ldap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-orm-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion jans-orm/model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-orm-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jans-orm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>io.jans</groupId>
<artifactId>jans-orm-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<name>orm</name>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion jans-orm/spanner-libs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-orm-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jans-orm/spanner-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-orm-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion jans-orm/spanner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-orm-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion jans-orm/sql-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-orm-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion jans-orm/sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-orm-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion jans-orm/standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-orm-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion jans-orm/util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-orm-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<build>
Expand Down

0 comments on commit 8a4394d

Please sign in to comment.