All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.spring.version.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">

  <bean id="systemVersion" class="org.beangle.commons.config.Version">
    <property name="name" value="Beangle Demo"/>
    <property name="version" value="3.0.0-SNAPSHOT"/>
    <property name="majorVersion" value="3"/>
    <property name="minorVersion" value="0"/>
    <property name="vendor" value="Beangle Software"/>
  </bean>

  <bean id="beangle.ems.wiki" class="org.beangle.ems.wiki.DefaultModule"/>

  <bean  class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer" id="corePlaceHolder" />
 
</beans>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy