Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Changed to use release 5.4.1.Final.
  • Loading branch information
Horia Chiorean committed Apr 18, 2017
1 parent c19760e commit aa66171
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion modeshape-cmis-example/pom.xml
Expand Up @@ -23,7 +23,7 @@
<version.cargo.plugin>1.4.16</version.cargo.plugin>

<!-- Global dependency version information-->
<version.modeshape>5.4.0.Final</version.modeshape>
<version.modeshape>5.4.1.Final</version.modeshape>
<version.junit>4.11</version.junit>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion modeshape-custom-logging-example/pom.xml
Expand Up @@ -18,7 +18,7 @@
<version>1.0-SNAPSHOT</version>
<properties>
<!--dependency versions-->
<version.modeshape>5.4.0.Final</version.modeshape>
<version.modeshape>5.4.1.Final</version.modeshape>
<version.junit>4.11</version.junit>
<version.logback>0.9.29</version.logback>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion modeshape-custom-security-example/pom.xml
Expand Up @@ -15,7 +15,7 @@
<version>1.0-SNAPSHOT</version>
<properties>
<!--dependency versions-->
<version.modeshape>5.4.0.Final</version.modeshape>
<version.modeshape>5.4.1.Final</version.modeshape>
<version.junit>4.11</version.junit>
</properties>
<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion modeshape-ddl-parser-example/pom.xml
Expand Up @@ -16,7 +16,7 @@
<version>1.0-SNAPSHOT</version>
<properties>
<!--dependency versions-->
<version.modeshape>5.4.0.Final</version.modeshape>
<version.modeshape>5.4.1.Final</version.modeshape>
<version.junit>4.11</version.junit>
</properties>
<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion modeshape-embedded-example/pom.xml
Expand Up @@ -15,7 +15,7 @@
<version>1.0-SNAPSHOT</version>
<properties>
<!--dependency versions-->
<version.modeshape>5.4.0.Final</version.modeshape>
<version.modeshape>5.4.1.Final</version.modeshape>
<version.junit>4.11</version.junit>
</properties>
<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion modeshape-federation-example/pom.xml
Expand Up @@ -15,7 +15,7 @@
<version>1.0-SNAPSHOT</version>
<properties>
<!--dependency versions-->
<modeshape.version>5.4.0.Final</modeshape.version>
<modeshape.version>5.4.1.Final</modeshape.version>
<version.junit>4.11</version.junit>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion modeshape-jca-example/pom.xml
Expand Up @@ -17,7 +17,7 @@
<cargo.container>jetty9x</cargo.container>
<version.cargo.plugin>1.4.16</version.cargo.plugin>
<!--dependency versions-->
<version.modeshape>5.4.0.Final</version.modeshape>
<version.modeshape>5.4.1.Final</version.modeshape>
<version.junit>4.11</version.junit>
<version.org.jboss.spec.javax.servlet.jboss-servlet-api_3.1_spec>1.0.0.Final</version.org.jboss.spec.javax.servlet.jboss-servlet-api_3.1_spec>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion modeshape-jdbc-store-example/pom.xml
Expand Up @@ -14,7 +14,7 @@
<description>A simple example application that creates an embedded ModeShape engine using local H2 JDBC database for storage, and the file system for indexes and binaries.</description>
<version>1.0-SNAPSHOT</version>
<properties>
<version.modeshape>5.4.0.Final</version.modeshape>
<version.modeshape>5.4.1.Final</version.modeshape>
<version.junit>4.11</version.junit>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion modeshape-jdk-logging-example/pom.xml
Expand Up @@ -14,7 +14,7 @@
<description>A simple self-contained example application that creates an embedded ModeShape engine but uses the JDK logger.</description>
<version>1.0-SNAPSHOT</version>
<properties>
<version.modeshape>5.4.0.Final</version.modeshape>
<version.modeshape>5.4.1.Final</version.modeshape>
<!--dependency versions-->
<version.junit>4.11</version.junit>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion modeshape-log4j-logging-example/pom.xml
Expand Up @@ -17,7 +17,7 @@
</description>
<version>1.0-SNAPSHOT</version>
<properties>
<version.modeshape>5.4.0.Final</version.modeshape>
<version.modeshape>5.4.1.Final</version.modeshape>
<!--dependency versions-->
<version.junit>4.11</version.junit>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion modeshape-logback-logging-example/pom.xml
Expand Up @@ -14,7 +14,7 @@
<description>A simple self-contained example application that creates an embedded ModeShape engine but uses the LogBack logging factory.</description>
<version>1.0-SNAPSHOT</version>
<properties>
<version.modeshape>5.4.0.Final</version.modeshape>
<version.modeshape>5.4.1.Final</version.modeshape>
<!--dependency versions-->
<version.logback>0.9.29</version.logback>
<version.junit>4.11</version.junit>
Expand Down
2 changes: 1 addition & 1 deletion modeshape-rest-example/pom.xml
Expand Up @@ -23,7 +23,7 @@
<version.cargo.plugin>1.4.16</version.cargo.plugin>

<version.junit>4.11</version.junit>
<version.modeshape>5.4.0.Final</version.modeshape>
<version.modeshape>5.4.1.Final</version.modeshape>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion modeshape-sequencing-example/pom.xml
Expand Up @@ -14,7 +14,7 @@
<description>A simple example application that creates an embedded ModeShape engine and uses sequencing.</description>
<version>1.0-SNAPSHOT</version>
<properties>
<version.modeshape>5.4.0.Final</version.modeshape>
<version.modeshape>5.4.1.Final</version.modeshape>

<!--dependency versions-->
<version.junit>4.11</version.junit>
Expand Down
2 changes: 1 addition & 1 deletion modeshape-slf4j-logging-example/pom.xml
Expand Up @@ -17,7 +17,7 @@
</description>
<version>1.0-SNAPSHOT</version>
<properties>
<version.modeshape>5.4.0.Final</version.modeshape>
<version.modeshape>5.4.1.Final</version.modeshape>
<!--dependency versions-->
<version.junit>4.11</version.junit>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion modeshape-spring-atomikos-example/pom.xml
Expand Up @@ -19,7 +19,7 @@

<properties>
<!-- Global dependency version information-->
<version.modeshape>5.4.0.Final</version.modeshape>
<version.modeshape>5.4.1.Final</version.modeshape>
<version.org.jboss.spec.javax.servlet.jboss-servlet-api_3.1_spec>1.0.0.Final</version.org.jboss.spec.javax.servlet.jboss-servlet-api_3.1_spec>
<version.spring>4.0.3.RELEASE</version.spring>
<version.jsp>2.2</version.jsp>
Expand Down
2 changes: 1 addition & 1 deletion modeshape-spring-security-example/pom.xml
Expand Up @@ -18,7 +18,7 @@
</description>

<properties>
<version.modeshape>5.4.0.Final</version.modeshape>
<version.modeshape>5.4.1.Final</version.modeshape>
<version.org.jboss.spec.javax.servlet.jboss-servlet-api_3.1_spec>1.0.0.Final</version.org.jboss.spec.javax.servlet.jboss-servlet-api_3.1_spec>
<version.spring>4.0.3.RELEASE</version.spring>
<version.junit>4.11</version.junit>
Expand Down
2 changes: 1 addition & 1 deletion modeshape-tomcat-jdbc-example/pom.xml
Expand Up @@ -22,7 +22,7 @@
<version.cargo.plugin>1.4.8</version.cargo.plugin>

<!-- Global dependency version information-->
<version.modeshape>5.4.0.Final</version.modeshape>
<version.modeshape>5.4.1.Final</version.modeshape>
<version.servlet.api>3.0.1</version.servlet.api>
<version.weld.servlet>1.1.9.Final</version.weld.servlet>
<version.jsf.api>2.0</version.jsf.api>
Expand Down
2 changes: 1 addition & 1 deletion modeshape-tomcat-jsf-example/pom.xml
Expand Up @@ -21,7 +21,7 @@
<properties>
<version.cargo.plugin>1.4.16</version.cargo.plugin>
<!-- Global dependency version information-->
<version.modeshape>5.4.0.Final</version.modeshape>
<version.modeshape>5.4.1.Final</version.modeshape>
<version.servlet.api>3.0.1</version.servlet.api>
<version.weld.servlet>2.3.3.Final</version.weld.servlet>
<version.jsf.api>2.0</version.jsf.api>
Expand Down
2 changes: 1 addition & 1 deletion modeshape-webdav-example/pom.xml
Expand Up @@ -22,7 +22,7 @@
<cargo.container>jetty9x</cargo.container>
<version.cargo.plugin>1.4.16</version.cargo.plugin>
<!-- Global dependency version information-->
<version.modeshape>5.4.0.Final</version.modeshape>
<version.modeshape>5.4.1.Final</version.modeshape>
<version.junit>4.11</version.junit>
</properties>

Expand Down

0 comments on commit aa66171

Please sign in to comment.