File tree Expand file tree Collapse file tree 4 files changed +14
-7
lines changed
src/repository/conf/datasources Expand file tree Collapse file tree 4 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 200
200
<classpath >
201
201
<path refid =" h2.classpath" />
202
202
</classpath >
203
- <fileset file =" target/wso2carbon-core-${carbon.kernel.version}/dbscripts/identity/application-mgt/ h2.sql" />
203
+ <fileset file =" target/wso2carbon-core-${carbon.kernel.version}/dbscripts/identity/h2.sql" />
204
204
</sql >
205
- <sql driver =" org.h2.Driver" url =" jdbc:h2:${basedir}/target/wso2carbon-core-${carbon.kernel.version}/repository/database/WSO2CARBON_DB" userid =" wso2carbon" password =" wso2carbon" autocommit =" true" onerror =" continue" >
205
+ <!-- sql driver="org.h2.Driver" url="jdbc:h2:${basedir}/target/wso2carbon-core-${carbon.kernel.version}/repository/database/WSO2CARBON_DB" userid="wso2carbon" password="wso2carbon" autocommit="true" onerror="continue">
206
206
<classpath>
207
207
<path refid="h2.classpath" />
208
208
</classpath>
209
209
<fileset file="target/wso2carbon-core-${carbon.kernel.version}/dbscripts/identity/h2.sql" />
210
210
211
- </sql >
211
+ </sql-- >
212
212
<echo message =" ##################### END ########################" />
213
213
</target >
214
214
</configuration >
Original file line number Diff line number Diff line change 35
35
</jndiConfig >
36
36
<definition type =" RDBMS" >
37
37
<configuration >
38
- <url >jdbc:h2:repository/database/WSO2IDENTITY_DB ;DB_CLOSE_ON_EXIT=FALSE</url >
38
+ <url >jdbc:h2:repository/database/WSO2CARBON_DB ;DB_CLOSE_ON_EXIT=FALSE</url >
39
39
<username >wso2carbon</username >
40
40
<password >wso2carbon</password >
41
41
<driverClassName >org.h2.Driver</driverClassName >
Original file line number Diff line number Diff line change 281
281
<featureArtifactDef >
282
282
org.wso2.carbon.multitenancy:org.wso2.carbon.tenant.common.feature:${carbon.multitenancy.version}
283
283
</featureArtifactDef >
284
+ <featureArtifactDef >
285
+ org.wso2.carbon.commons:org.wso2.carbon.tenant.mgt.common.feature:${carbon.commons.version}
286
+ </featureArtifactDef >
284
287
<featureArtifactDef >
285
288
org.wso2.carbon.multitenancy:org.wso2.carbon.tenant.usage.agent.feature:${carbon.multitenancy.version}
286
289
</featureArtifactDef >
596
599
<id >org.wso2.carbon.tenant.common.feature.group</id >
597
600
<version >${carbon.multitenancy.version} </version >
598
601
</feature >
602
+ <feature >
603
+ <id >org.wso2.carbon.tenant.mgt.common.feature.group</id >
604
+ <version >${carbon.commons.version} </version >
605
+ </feature >
599
606
<feature >
600
607
<id >org.wso2.carbon.tenant.usage.agent.feature.group</id >
601
608
<version >${carbon.multitenancy.version} </version >
Original file line number Diff line number Diff line change 609
609
<automation .utils.version>4.3.0</automation .utils.version>
610
610
611
611
<!-- repo versions-->
612
- <carbon .commons.version>4.4.1 </carbon .commons.version>
612
+ <carbon .commons.version>4.4.3 </carbon .commons.version>
613
613
<carbon .registry.version>4.4.1</carbon .registry.version>
614
614
<carbon .governance.version>4.4.0</carbon .governance.version>
615
615
<carbon .deployment.version>4.4.0</carbon .deployment.version>
616
- <carbon .identity.version>4.4 .0</carbon .identity.version>
617
- <carbon .multitenancy.version>4.4.0 </carbon .multitenancy.version>
616
+ <carbon .identity.version>4.5 .0</carbon .identity.version>
617
+ <carbon .multitenancy.version>4.4.1 </carbon .multitenancy.version>
618
618
619
619
<operadriver .version>0.8.1</operadriver .version>
620
620
<selenium .version>2.40.0</selenium .version>
You can’t perform that action at this time.
0 commit comments