Skip to content

Commit

Permalink
Merge pull request #1 from aborroy/acs-7-support
Browse files Browse the repository at this point in the history
Increase target schema number to provide compatibility with ACS 7.x
  • Loading branch information
aborroy committed Nov 3, 2021
2 parents 504ba5e + 293af7d commit 02b545b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<property name="description"><value>share-site-creators-repo.groupsLoader.description</value></property>
<property name="fixesFromSchema"><value>0</value></property>
<property name="fixesToSchema"><value>${version.schema}</value></property>
<property name="targetSchema"><value>15000</value></property>
<property name="targetSchema"><value>20000</value></property>
<property name="importerBootstrap">
<ref bean="spacesBootstrap" />
</property>
Expand All @@ -35,4 +35,4 @@
</property>
</bean>

</beans>
</beans>

0 comments on commit 02b545b

Please sign in to comment.