Skip to content

Commit

Permalink
yarep updated
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Jan 24, 2013
1 parent 6f19955 commit 9ca215f
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 @@ -50,7 +50,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.0.1-r91cff3e04f95401bcfcaf7c03c959d8923991cd3"/>
<dependency groupId="yarep" artifactId="yarep-core" version="1.0.2-rf81f99df2e512899b7b91d8799313b813b049401"/>

<!-- IMPORTANT: Please make sure to update pom-core.xml as well! -->
<dependency groupId="wyona-org-commons" artifactId="wyona-org-commons" version="1.0.1-ra3ed69f0eb9bb2f50b605beb4b8297403403dd28"/>
Expand Down Expand Up @@ -93,7 +93,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.0.1-r91cff3e04f95401bcfcaf7c03c959d8923991cd3"/>
<dependency groupId="yarep" artifactId="yarep-impl" version="1.0.2-rf81f99df2e512899b7b91d8799313b813b049401"/>
<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.0.1-r91cff3e04f95401bcfcaf7c03c959d8923991cd3</version>
<version>1.0.2-rf81f99df2e512899b7b91d8799313b813b049401</version>
</dependency>
<dependency>
<groupId>yarep</groupId>
<artifactId>yarep-impl</artifactId>
<!-- IMPORTANT: Please make sure to update dependencies.xml as well! -->
<version>1.0.1-r91cff3e04f95401bcfcaf7c03c959d8923991cd3</version>
<version>1.0.2-rf81f99df2e512899b7b91d8799313b813b049401</version>
</dependency>
<dependency>
<groupId>wyona-org-commons</groupId>
Expand Down

0 comments on commit 9ca215f

Please sign in to comment.