Skip to content

Commit

Permalink
OPENJPA-2172. openjpa-all/pom.xml updates for slf4j-simple (runtime).…
Browse files Browse the repository at this point in the history
… Also, updated openbooks properties files to correspond to the version of openjpa being built.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1325902 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Kevin W. Sutter committed Apr 13, 2012
1 parent b7bd2c8 commit 8ac15eb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions openjpa-all/pom.xml
Expand Up @@ -150,5 +150,10 @@
<groupId>commons-beanutils</groupId> <groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId> <artifactId>commons-beanutils</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4jVersion}</version>
</dependency>
</dependencies> </dependencies>
</project> </project>
2 changes: 1 addition & 1 deletion openjpa-examples/openbooks/build.properties
Expand Up @@ -21,7 +21,7 @@
# Directory location of maven repository # Directory location of maven repository
maven.repos=${user.home}/.m2/repository maven.repos=${user.home}/.m2/repository
# OpenJPA runtime artifact # OpenJPA runtime artifact
openjpa.version=2.2.0-SNAPSHOT openjpa.version=2.3.0-SNAPSHOT


# This is the variable of interest. # This is the variable of interest.
# Notice that the variable points to a directory, not a *.jar file. # Notice that the variable points to a directory, not a *.jar file.
Expand Down
2 changes: 1 addition & 1 deletion openjpa-examples/openbooks/run.properties
Expand Up @@ -21,7 +21,7 @@
# Directory location of maven repository # Directory location of maven repository
maven.repos=${user.home}/.m2/repository maven.repos=${user.home}/.m2/repository
# OpenJPA runtime artifact # OpenJPA runtime artifact
openjpa.version=2.2.0-SNAPSHOT openjpa.version=2.3.0-SNAPSHOT
openjpa.lib=${maven.repos}/org/apache/openjpa/openjpa-all/${openjpa.version} openjpa.lib=${maven.repos}/org/apache/openjpa/openjpa-all/${openjpa.version}
# Other depends # Other depends
# MySQL # MySQL
Expand Down

0 comments on commit 8ac15eb

Please sign in to comment.