Skip to content

Commit

Permalink
yarep library updated
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Nov 5, 2013
1 parent 45fc955 commit 0f76396
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/build/dependencies.xml
Expand Up @@ -55,7 +55,7 @@
<dependency groupId="org.eclipse.persistence" artifactId="org.eclipse.persistence.moxy" version="2.3.2"/>

<!-- IMPORTANT: Please make sure to update pom-core.xml as well! -->
<dependency groupId="yarep" artifactId="yarep-core" version="1.2.0-rd189dff5ac04af6e4c859e8f5cd5b914dcc16ab1"/>
<dependency groupId="yarep" artifactId="yarep-core" version="1.2.1-r9b6f12dfd3e2219aaee44424ddb061bbd4c75dbf"/>

<!-- IMPORTANT: Please make sure to update pom-core.xml as well! -->
<dependency groupId="wyona-org-commons" artifactId="wyona-org-commons" version="1.1.0-ra94054a686299746e6aeb0859aa7f624f14bc7aa"/>
Expand Down Expand Up @@ -98,7 +98,7 @@
<dependency groupId="wyona-org-security" artifactId="wyona-org-security-impl" version="1.4.0-r371596de3c510604aadb5718fc7b92296f48c3ba"/>
<dependency groupId="wyona-org-security" artifactId="wyona-org-security-util" version="1.4.0-r371596de3c510604aadb5718fc7b92296f48c3ba"/>
<!-- IMPORTANT: Please make sure to update pom-core.xml as well! -->
<dependency groupId="yarep" artifactId="yarep-impl" version="1.2.0-rd189dff5ac04af6e4c859e8f5cd5b914dcc16ab1"/>
<dependency groupId="yarep" artifactId="yarep-impl" version="1.2.1-r9b6f12dfd3e2219aaee44424ddb061bbd4c75dbf"/>
<dependency groupId="spring" artifactId="spring"
version="2.0"/>
<dependency groupId="svnkit" artifactId="svnkit"
Expand Down
4 changes: 2 additions & 2 deletions src/build/pom-core.xml
Expand Up @@ -28,13 +28,13 @@
<groupId>yarep</groupId>
<artifactId>yarep-core</artifactId>
<!-- IMPORTANT: Please make sure to update dependencies.xml as well! -->
<version>1.2.0-rd189dff5ac04af6e4c859e8f5cd5b914dcc16ab1</version>
<version>1.2.1-r9b6f12dfd3e2219aaee44424ddb061bbd4c75dbf</version>
</dependency>
<dependency>
<groupId>yarep</groupId>
<artifactId>yarep-impl</artifactId>
<!-- IMPORTANT: Please make sure to update dependencies.xml as well! -->
<version>1.2.0-rd189dff5ac04af6e4c859e8f5cd5b914dcc16ab1</version>
<version>1.2.1-r9b6f12dfd3e2219aaee44424ddb061bbd4c75dbf</version>
</dependency>
<dependency>
<groupId>wyona-org-commons</groupId>
Expand Down

0 comments on commit 0f76396

Please sign in to comment.