Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

findSingleAttributeList and oneToMany #68

Open
wants to merge 351 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
351 commits
Select commit Hold shift + click to select a range
d5fe62f
DB2: Fix default values
rPraml Jan 5, 2022
db0ccfe
DB2 / others: FIX EQL-Test
rPraml Jan 5, 2022
e0f06f6
Revert "DB2 / others: FIX EQL-Test"
rPraml Jan 7, 2022
5a59298
DB2: Enable persistBatchOnCascade
rPraml Jan 7, 2022
442732d
DB2: SqlCodeTranslator must check exception chain
rPraml Jan 7, 2022
193617a
DB2: FIX Db2SqlLimiter & tests
rPraml Jan 7, 2022
23a5d57
DB2. Support for unique indices with null columns
rPraml Jan 7, 2022
da1f8a7
Refactor: removed obsolete string concatenation
rPraml Jan 7, 2022
ea94814
DB2: truncate needs commit after each statement
rPraml Jan 7, 2022
fc027b2
DB2:ignored tests
rPraml Jan 7, 2022
2ea51d3
DB2: Fix EqlParserTests similar to HANA
rPraml Jan 7, 2022
8a7a7f6
DB2: Disabled history-tests as DB2 does not support them
rPraml Jan 7, 2022
3fd746c
FIX: Compile error on EqlParserTest
rPraml Jan 7, 2022
6236980
DB2: Disabled test for encryption, as it is not supported for Db2
rPraml Jan 7, 2022
06dd70e
FIX; more compile errors
rPraml Jan 7, 2022
ae79dd9
DB2: Experimental: Add QueryPlanLogger for DB2
rPraml Jan 7, 2022
2ef75a5
More fixes for EqlParserTest
rPraml Jan 7, 2022
2dc9087
DB2 does not support ids in compressed form
rPraml Jan 7, 2022
d4280bc
FIX: use isEqualTo - because DB2 driver does not use Integer.valueOf
rPraml Jan 7, 2022
5f70705
DB2: Do not try to update deferred null values (Discovered by TestPri…
rPraml Jan 7, 2022
d504425
DB2: clean up test data after run (otherwise db2 will produce collisi…
rPraml Jan 7, 2022
0d8d255
DB2: fix extra-ddl to create necessary explain_* tables for query plans
jonasPoehler Jan 7, 2022
2eac334
DB2: Update sql scripts
rPraml Jan 10, 2022
79c8768
[maven-release-plugin] prepare release ebean-parent-12.14.1-FOC1
rPraml Jan 10, 2022
c3dbb47
[maven-release-plugin] prepare for next development iteration
rPraml Jan 10, 2022
e9efd5a
Fix Checksum calculate() with special characters
nPraml Jan 10, 2022
edbe867
Refactor: Always use UTF-8
rPraml Jan 11, 2022
704e7cc
[maven-release-plugin] prepare release ebean-parent-12.14.1-FOC2
rPraml Jan 11, 2022
411595f
prepare for next development iteration
rPraml Jan 11, 2022
bcf481a
prepare for next development iteration
rPraml Jan 11, 2022
6e00b7c
minor fixes for migration
rPraml Jan 12, 2022
35b59ed
Merge remote-tracking branch 'upstream/master' into ebean-new
rPraml Jan 12, 2022
f3aac21
distinguish between classpath and filesystem resources
rPraml Jan 12, 2022
097c121
[maven-release-plugin] prepare release ebean-parent-12.14.1-FOC3
rPraml Jan 12, 2022
2328456
[maven-release-plugin] prepare for next development iteration
rPraml Jan 12, 2022
c313cfa
FIX: Migration Platform.base
rPraml Jan 13, 2022
ea9036d
Merge remote-tracking branch 'upstream/master' into ebean-new
rPraml Jan 13, 2022
eb0445e
[maven-release-plugin] prepare release ebean-parent-12.14.1-FOC4
rPraml Jan 13, 2022
9f46343
[maven-release-plugin] prepare for next development iteration
rPraml Jan 13, 2022
68f0c83
DB2: Migration generation with Reorg table support (#54)
rPraml Jan 20, 2022
961f9f6
[maven-release-plugin] prepare release ebean-parent-12.14.1-FOC5
rPraml Jan 20, 2022
44167de
[maven-release-plugin] prepare for next development iteration
rPraml Jan 20, 2022
1bdd54a
reverted application-test.properties
rPraml Jan 20, 2022
14868f7
Fix select distinct lob fields with db2
nPraml Jan 21, 2022
72701a3
Merge pull request #55 from FOCONIS/fix-db2-select-distinct-lob
nPraml Jan 21, 2022
4e5b8fa
[maven-release-plugin] prepare release ebean-parent-12.14.1-FOC6
nPraml Jan 21, 2022
755385c
[maven-release-plugin] prepare for next development iteration
nPraml Jan 21, 2022
a08ba19
ADD: failing test with select distinct with composite key and T0.NULL
nPraml Jan 25, 2022
58e952b
FIX: select properties of the embedded Id
nPraml Jan 25, 2022
6d8cd54
Merge pull request #56 from FOCONIS/fix-composite-key-select-distinct
nPraml Jan 25, 2022
8230d58
[maven-release-plugin] prepare release ebean-parent-12.14.1-FOC7
nPraml Jan 25, 2022
2aeb3db
[maven-release-plugin] prepare for next development iteration
nPraml Jan 25, 2022
95670bd
ADD: Failing test case
rPraml Jan 26, 2022
9b11f32
FIX: DeleteBatch for SQLServer
rPraml Jan 26, 2022
d5ebb3e
FIX: other queries for other platforms
nPraml Jan 26, 2022
263757a
Refactor UUID generator. Add uuid-property to serverConfig (#57)
rPraml Jan 26, 2022
6deb2cb
Merge pull request #58 from FOCONIS/sqlserver-delete-by-id
rPraml Jan 26, 2022
46629b7
updated version
rPraml Jan 26, 2022
5762a5b
Merge remote-tracking branch 'upstream/master'
rPraml Jan 26, 2022
a79e0c6
Use new datasource
rPraml Jan 26, 2022
56b2db7
Disabled time zone switching tests for H2 2.x
rPraml Jan 26, 2022
0504b88
DB2: Adapted Noemi's patch to new ebean version
rPraml Jan 26, 2022
7c05ed6
DB2: Fix: DataBind/Read of native LocalDates
rPraml Jan 26, 2022
f198e26
Organized imports
rPraml Jan 26, 2022
eaa4371
Minor fixes
rPraml Jan 26, 2022
b8365b2
preparing for release
rPraml Jan 26, 2022
e7cb147
[maven-release-plugin] prepare release ebean-parent-12.14.2-FOC1
rPraml Jan 26, 2022
87a04f1
[maven-release-plugin] prepare for next development iteration
rPraml Jan 26, 2022
fc1ae30
Merge branch 'unselect-lobs'
rPraml Jan 27, 2022
4493f1b
Merge remote-tracking branch 'upstream/master'
rPraml Jan 28, 2022
2f29249
ADD: missing annotations
rPraml Jan 28, 2022
98a3ddc
Diabled foconis download repos
rPraml Jan 28, 2022
21a7a2c
FIX: Datasource was not initialized in offline mode.
rPraml Jan 28, 2022
8923f5a
[maven-release-plugin] prepare release ebean-parent-12.14.2-FOC2
rPraml Jan 28, 2022
30fb55b
[maven-release-plugin] prepare for next development iteration
rPraml Jan 28, 2022
4251383
FIX: ignore elementCollections
rPraml Feb 1, 2022
66c8008
Experimental: bean can be used as JSON target
rPraml Feb 2, 2022
0d30bc0
Bump version to 12.15.0-SNAPSHOT
rPraml Feb 2, 2022
090f3cd
Merge remote-tracking branch 'upstream/master'
rPraml Feb 2, 2022
0f01965
Removed onPersistTrigger
rPraml Feb 2, 2022
c1cdfb4
FIX flaky test (Thread.sleep(10) sleeps sometimes only 9.5 ms)
rPraml Feb 2, 2022
3442dd9
Noemis Änderungen übernommen
rPraml Feb 2, 2022
dac3fbc
updated migration scripts
rPraml Feb 2, 2022
3fc11a6
Moved DbMigrationTest/DbMigrationGenerateTest to ebean-test
rPraml Feb 2, 2022
5b53430
Remove duplicate classes
rPraml Feb 3, 2022
f83e204
regenerated migration scripts
rPraml Feb 3, 2022
5586563
Disabled test, that fails on github
rPraml Feb 3, 2022
bc4713c
DB2 generated in db2luw folder
rPraml Feb 3, 2022
582221a
Move complete
rPraml Feb 3, 2022
eceda2c
Disabled more tests for github
rPraml Feb 3, 2022
0442bd0
Disabled test for github
rPraml Feb 3, 2022
9b24c3f
Merge pull request #61 from FOCONIS/move-migrationtest
rPraml Feb 3, 2022
23f9735
FIX: platform.base problem
rPraml Feb 3, 2022
575deb0
Fix migration test for different platforms
rPraml Feb 3, 2022
fca9591
again some platform fixes
rPraml Feb 3, 2022
983bf5e
Migration scripts for mariadb
rPraml Feb 3, 2022
e6b59eb
Run init
rPraml Feb 3, 2022
1b10b4e
Merge remote-tracking branch 'upstream/master'
rPraml Feb 3, 2022
77d5ce8
Bump version to 12.15.1-FOC1-SNAPSHOT
rPraml Feb 3, 2022
b02b51e
FIX: ddl-runner-pom
rPraml Feb 3, 2022
835937c
Disabled dbmigrationtest for postgres
rPraml Feb 3, 2022
7346dde
[maven-release-plugin] prepare release ebean-parent-12.15.1-FOC1
rPraml Feb 3, 2022
ebf2b78
[maven-release-plugin] prepare for next development iteration
rPraml Feb 3, 2022
560146e
Bump version after release
rPraml Feb 3, 2022
09b124a
Match also on base platform
rPraml Feb 4, 2022
c1b7c07
update release.md
rPraml Feb 4, 2022
0939614
[maven-release-plugin] prepare release ebean-parent-12.15.1-FOC2
rPraml Feb 4, 2022
39009c1
[maven-release-plugin] prepare for next development iteration
rPraml Feb 4, 2022
0923092
FIX: version number in POM
rPraml Feb 4, 2022
4fe6f0c
NEU: Db2 Tablespaces (#59)
nPraml Feb 4, 2022
fd98880
[maven-release-plugin] prepare release ebean-parent-12.15.1-FOC3
nPraml Feb 4, 2022
0c8e790
[maven-release-plugin] prepare for next development iteration
nPraml Feb 4, 2022
bd6bac8
FIX: version number in POM
nPraml Feb 4, 2022
bf4ccef
Fixes for Mutli-Platform test
rPraml Feb 7, 2022
9b19db6
ADD: Yugabyte support
rPraml Feb 7, 2022
4cbed96
Disabled YUGABYTE test
rPraml Feb 7, 2022
04d8878
Merge remote-tracking branch 'upstream/master' into tmp3
rPraml Feb 7, 2022
1570e18
Bug: save with cascade of @OneToOne + @Version model sets version to 1
AlexWagner Feb 8, 2022
928c773
Possible fix
AlexWagner Feb 11, 2022
899c23f
[maven-release-plugin] prepare release ebean-parent-12.15.1-FOC4
AlexWagner Feb 11, 2022
3612dd3
[maven-release-plugin] prepare for next development iteration
AlexWagner Feb 11, 2022
3e1f842
[maven-release-plugin] prepare release ebean-parent-12.15.1-FOC5
AlexWagner Feb 11, 2022
c064172
[maven-release-plugin] prepare for next development iteration
AlexWagner Feb 11, 2022
6e59ca4
fix poms
nPraml Feb 16, 2022
07c8f84
Different ColumnDefinition for different platforms (#62)
nPraml Feb 17, 2022
9568f23
[maven-release-plugin] prepare release ebean-parent-12.15.1-FOC6
nPraml Feb 17, 2022
05c6679
[maven-release-plugin] prepare for next development iteration
nPraml Feb 17, 2022
0648545
fix poms
nPraml Feb 17, 2022
12e9937
automatische Ermittlung von columnDefs
nPraml Feb 18, 2022
526a724
[maven-release-plugin] prepare release ebean-parent-12.15.1-FOC7
nPraml Feb 18, 2022
4849fa6
[maven-release-plugin] prepare for next development iteration
nPraml Feb 18, 2022
a02f7e6
fix poms
nPraml Feb 18, 2022
34d21a9
#2582 - Fix for regression, BackgroundExecutor is bounded (since 12.6.2)
rbygrave Mar 3, 2022
5d55a38
[maven-release-plugin] prepare release ebean-parent-12.15.1-FOC8
rPraml Mar 7, 2022
8747388
[maven-release-plugin] prepare for next development iteration
rPraml Mar 7, 2022
0876a61
FIX: Poms
rPraml Mar 7, 2022
fe50738
hazelcast 4.1.5 unmodifiable map
nPraml Mar 10, 2022
dc2e6be
[maven-release-plugin] prepare release ebean-parent-12.15.1-FOC9
nPraml Mar 10, 2022
be7b4c8
[maven-release-plugin] prepare for next development iteration
nPraml Mar 10, 2022
914de92
fix poms
nPraml Mar 10, 2022
336accf
Provide custom BackgroundExecutorWrapper to pass thread locals
nPraml Mar 10, 2022
dab8ed8
update
nPraml Mar 11, 2022
33d17d0
fix db.shutdown()
nPraml Mar 11, 2022
e996691
#25890 - Tidy only, no effective change for BackgroundExecutorWrapper
rbygrave Mar 14, 2022
bf1e9e9
[maven-release-plugin] prepare release ebean-parent-12.15.1-FOC10
nPraml Mar 14, 2022
6c431f0
[maven-release-plugin] prepare for next development iteration
nPraml Mar 14, 2022
3c6827f
fix pom.xml
nPraml Mar 14, 2022
2b21588
Created failing test case
nPraml Mar 15, 2022
52ca271
Suggested fix
nPraml Mar 15, 2022
2478ade
performance boost list --> set
nPraml Mar 15, 2022
b5ad904
[maven-release-plugin] prepare release ebean-parent-12.15.1-FOC11
nPraml Mar 15, 2022
7d7c2d2
[maven-release-plugin] prepare for next development iteration
nPraml Mar 15, 2022
256f000
Fix poms
nPraml Mar 15, 2022
f274743
Bug: Wrong join in query with @Inheritance and @DbForeignKey
nPraml Mar 15, 2022
096e5ea
[maven-release-plugin] prepare release ebean-parent-12.15.1-FOC12
nPraml Mar 15, 2022
88c343c
[maven-release-plugin] prepare for next development iteration
nPraml Mar 15, 2022
4399c61
fix poms
nPraml Mar 15, 2022
febd24c
Bump version for merge
rPraml Mar 16, 2022
e252ff4
Merge remote-tracking branch 'upstream/master'
rPraml Mar 16, 2022
d37bf46
Fix: Migration problems
rPraml Mar 16, 2022
4bd678f
Reference scripts
rPraml Mar 16, 2022
f197591
Tablespace migrationen
rPraml Mar 16, 2022
6ee4075
Reference: added CLOB
rPraml Mar 16, 2022
c7c3a30
Updated ebean-migration
rPraml Mar 17, 2022
cff1614
DbMigration: Do only real type changes
rPraml Mar 17, 2022
a810ef0
Handle DB2 extra lob options
rPraml Mar 17, 2022
d8c61d8
Reference scripts
rPraml Mar 17, 2022
a3b1855
Removed obsolete import
rPraml Mar 17, 2022
a86212a
FIX: Poms
rPraml Mar 17, 2022
26caac7
FIX LargeValueInsert-Test for DB2
rPraml Mar 17, 2022
09727ef
Merge branch 'ddl-refactor9'
rPraml Mar 17, 2022
b93775c
Added some lowerTableNames
rPraml Mar 17, 2022
bcec447
Merge remote-tracking branch 'upstream/master'
rPraml Mar 22, 2022
4492fd6
Reference scripts
rPraml Mar 22, 2022
0c6c1ab
Merge remote-tracking branch 'upstream/master'
rPraml Mar 24, 2022
a3c9efe
Bump version to FOC1
rPraml Mar 24, 2022
a37a355
update index files
rPraml Mar 24, 2022
4f50a10
[maven-release-plugin] prepare release ebean-parent-12.16.1-FOC1
rPraml Mar 24, 2022
1f9e77d
[maven-release-plugin] prepare for next development iteration
rPraml Mar 24, 2022
5b04732
FIX: POMs
rPraml Mar 24, 2022
06cbb21
Merge remote-tracking branch 'upstream/master'
rPraml Mar 25, 2022
0c9ec4e
Merge remote-tracking branch 'upstream/master'
rPraml Mar 28, 2022
958af66
[maven-release-plugin] prepare release ebean-parent-12.16.1-FOC2
nPraml Mar 30, 2022
f7302e3
[maven-release-plugin] prepare for next development iteration
nPraml Mar 30, 2022
3e99f0c
Fix POM
nPraml Mar 30, 2022
7e225f3
updated version to 13.2.1-FOC1
rPraml Apr 8, 2022
72d8a73
merged
rPraml Apr 8, 2022
5024a69
Merge remote-tracking branch 'upstream/feature/2641-ToStringBuilder'
rPraml Apr 11, 2022
882b6b7
Merge commit '0a43b64f71e66156e8229905fa6d717e57372616'
rPraml Apr 11, 2022
ceb5c7f
Merge remote-tracking branch 'upstream/master'
rPraml Apr 11, 2022
6596293
Add module-info.java for dbmigration-runner
rPraml Apr 11, 2022
c00b390
merged back
rPraml Apr 11, 2022
6412e06
Sort DeployInheritInfo, so that DDL is deterministic
rPraml Apr 12, 2022
e65d9bd
Fix Eclipse tests
rPraml Apr 12, 2022
4dee827
Fix beanCache order by & clear did not work
rPraml Apr 12, 2022
62c4acd
Fix: Setting file with same content should not make bean dirty
rPraml Apr 14, 2022
5b4ac45
Merge remote-tracking branch 'upstream/master'
rPraml Apr 14, 2022
5851063
bump version to 13.3.1-FOC1-SNAPSHOT
rPraml Apr 14, 2022
b7e1900
fix version of querybean generator
rPraml Apr 14, 2022
34dc9e5
removed nexus plugin
rPraml Apr 19, 2022
44928ad
[maven-release-plugin] prepare release ebean-parent-13.3.1-FOC1
rPraml Apr 19, 2022
ac477ee
[maven-release-plugin] prepare for next development iteration
rPraml Apr 19, 2022
4762281
notes wie man momentan released
rPraml Apr 19, 2022
1bc1460
fix version in tests
rPraml Apr 19, 2022
da2b145
Fix: in compareTo when discriminatorString is null
nPraml Apr 20, 2022
0c0484c
Fix: CompareTo when discriminatorString is null
rbygrave Apr 20, 2022
9c58571
FIX: StackOverflowError when using recursive relation within Map
jonasPoehler Apr 26, 2022
75ed50a
[maven-release-plugin] prepare release ebean-parent-13.3.1-FOC2
nPraml Apr 26, 2022
c556541
[maven-release-plugin] prepare for next development iteration
nPraml Apr 26, 2022
c0375a0
release.md angepasst
nPraml Apr 26, 2022
d9f4a8a
bump version to 13.5.1-SNAPSHOT
nPraml Apr 28, 2022
dcc17f7
Merge remote-tracking branch 'upstream/master'
nPraml Apr 28, 2022
cb1ec13
bump version
nPraml Apr 28, 2022
f0913ca
[maven-release-plugin] prepare release ebean-parent-13.5.1-FOC1
nPraml Apr 28, 2022
41b3ff0
[maven-release-plugin] prepare for next development iteration
nPraml Apr 28, 2022
ced195a
fix poms
nPraml Apr 28, 2022
6890ef4
More detailed exception on persist errors
rPraml May 2, 2022
5a2632e
Merge branch 'master' of github.com:FOCONIS/ebean
rPraml May 2, 2022
4424ba3
Prepare for merge-back
rPraml May 2, 2022
8d08d3e
Merge remote-tracking branch 'upstream/master'
rPraml May 2, 2022
0498fb5
version bump to foc1
rPraml May 2, 2022
5b44e88
Fix: querybean-generator
rPraml May 2, 2022
e9f4489
[maven-release-plugin] prepare release ebean-parent-13.6.0-FOC1
rPraml May 2, 2022
0ad6811
[maven-release-plugin] prepare for next development iteration
rPraml May 2, 2022
9570738
bump version to 13.6.1-SNAPSHOT
nPraml May 3, 2022
401dd59
Merge remote-tracking branch 'upstream/master'
nPraml May 3, 2022
42ac46e
bump version
nPraml May 3, 2022
6522378
Perpare for foconis-release
nPraml May 3, 2022
4bae88f
[maven-release-plugin] prepare release ebean-parent-13.6.0-FOC1
nPraml May 3, 2022
97ce091
[maven-release-plugin] prepare for next development iteration
nPraml May 3, 2022
d448850
release.md + bump version
nPraml May 3, 2022
d2416ce
fix poms Teil 2
nPraml May 3, 2022
c526d47
Fix TestServerOffline + delete unused properties file
nPraml May 4, 2022
61f529d
fix oracle properties
nPraml May 4, 2022
ca20c9e
add support for findSingleAttributeSet
rPraml May 13, 2022
4c23e64
[maven-release-plugin] prepare release ebean-parent-13.6.0-FOC2
rPraml May 13, 2022
d48de7a
[maven-release-plugin] prepare for next development iteration
rPraml May 13, 2022
6a17088
fix pom versions
nPraml May 23, 2022
c154a0a
bump version to 13.6.3-SNAPSHOT
nPraml May 23, 2022
cb54f08
Merge remote-tracking branch 'upstream/master'
nPraml May 23, 2022
936b903
bump version to 13.6.4-SNAPSHOT
nPraml May 24, 2022
8d1c927
Merge remote-tracking branch 'upstream/master'
nPraml May 24, 2022
10657ea
Merge remote-tracking branch 'upstream/master'
nPraml Jun 9, 2022
f63826f
bump version to 13.6.5-SNAPSHOT
nPraml Jul 1, 2022
fd7ae4c
Merge remote-tracking branch 'upstream/master'
nPraml Jul 1, 2022
861fce7
bump version to 13.6.4-FOC1-SNAPSHOT
nPraml Jul 1, 2022
e9a02fc
[maven-release-plugin] prepare release ebean-parent-13.6.4-FOC1
nPraml Jul 1, 2022
2544194
[maven-release-plugin] prepare for next development iteration
nPraml Jul 1, 2022
d3070db
fix poms after release
nPraml Jul 1, 2022
1dd19b1
added tests for findSingleAttributeList
AlexWagner Jul 13, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 9 additions & 5 deletions composites/ebean-clickhouse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>composites</artifactId>
<groupId>io.ebean</groupId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</parent>

<name>ebean-clickhouse</name>
Expand All @@ -16,13 +16,13 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-api</artifactId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-core</artifactId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</dependency>

<dependency>
Expand All @@ -35,14 +35,18 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-querybean</artifactId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-platform-clickhouse</artifactId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</dependency>

</dependencies>

<scm>
<tag>ebean-parent-13.6.4-FOC1</tag>
</scm>
</project>
14 changes: 9 additions & 5 deletions composites/ebean-cockroach/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>composites</artifactId>
<groupId>io.ebean</groupId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</parent>

<name>ebean-cockroach</name>
Expand All @@ -16,13 +16,13 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-api</artifactId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-core</artifactId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</dependency>

<dependency>
Expand All @@ -35,14 +35,18 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-querybean</artifactId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-platform-postgres</artifactId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</dependency>

</dependencies>

<scm>
<tag>ebean-parent-13.6.4-FOC1</tag>
</scm>
</project>
14 changes: 9 additions & 5 deletions composites/ebean-db2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>composites</artifactId>
<groupId>io.ebean</groupId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</parent>

<name>ebean-db2</name>
Expand All @@ -16,13 +16,13 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-api</artifactId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-core</artifactId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</dependency>

<dependency>
Expand All @@ -35,14 +35,18 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-querybean</artifactId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-platform-db2</artifactId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</dependency>

</dependencies>

<scm>
<tag>ebean-parent-13.6.4-FOC1</tag>
</scm>
</project>
14 changes: 9 additions & 5 deletions composites/ebean-h2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>composites</artifactId>
<groupId>io.ebean</groupId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</parent>

<name>ebean-h2</name>
Expand All @@ -16,13 +16,13 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-api</artifactId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-core</artifactId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</dependency>

<dependency>
Expand All @@ -35,14 +35,18 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-querybean</artifactId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-platform-h2</artifactId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</dependency>

</dependencies>

<scm>
<tag>ebean-parent-13.6.4-FOC1</tag>
</scm>
</project>
14 changes: 9 additions & 5 deletions composites/ebean-hana/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>composites</artifactId>
<groupId>io.ebean</groupId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</parent>

<name>ebean-hana</name>
Expand All @@ -16,13 +16,13 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-api</artifactId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-core</artifactId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</dependency>

<dependency>
Expand All @@ -35,14 +35,18 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-querybean</artifactId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-platform-hana</artifactId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</dependency>

</dependencies>

<scm>
<tag>ebean-parent-13.6.4-FOC1</tag>
</scm>
</project>
14 changes: 9 additions & 5 deletions composites/ebean-mariadb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>composites</artifactId>
<groupId>io.ebean</groupId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</parent>

<name>ebean-mariadb</name>
Expand All @@ -16,13 +16,13 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-api</artifactId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-core</artifactId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</dependency>

<dependency>
Expand All @@ -35,14 +35,18 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-querybean</artifactId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-platform-mariadb</artifactId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</dependency>

</dependencies>

<scm>
<tag>ebean-parent-13.6.4-FOC1</tag>
</scm>
</project>
14 changes: 9 additions & 5 deletions composites/ebean-mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>composites</artifactId>
<groupId>io.ebean</groupId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</parent>

<name>ebean-mysql</name>
Expand All @@ -16,13 +16,13 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-api</artifactId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-core</artifactId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</dependency>

<dependency>
Expand All @@ -35,14 +35,18 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-querybean</artifactId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-platform-mysql</artifactId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</dependency>

</dependencies>

<scm>
<tag>ebean-parent-13.6.4-FOC1</tag>
</scm>
</project>
14 changes: 9 additions & 5 deletions composites/ebean-nuodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>composites</artifactId>
<groupId>io.ebean</groupId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</parent>

<name>ebean-nuodb</name>
Expand All @@ -16,13 +16,13 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-api</artifactId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-core</artifactId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</dependency>

<dependency>
Expand All @@ -35,14 +35,18 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-querybean</artifactId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-platform-nuodb</artifactId>
<version>13.6.5-SNAPSHOT</version>
<version>13.6.4-FOC2-SNAPSHOT</version>
</dependency>

</dependencies>

<scm>
<tag>ebean-parent-13.6.4-FOC1</tag>
</scm>
</project>