Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Update to sisu-task-scheduler 1.7-SNAPSHOT artifact (sisu-components …
Browse files Browse the repository at this point in the history
…branch)
  • Loading branch information
jdillon committed Oct 17, 2012
1 parent b9267d3 commit 6a715d3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions nexus/nexus-api/pom.xml
Expand Up @@ -56,8 +56,8 @@
<artifactId>plexus-app-events-api</artifactId>
</dependency>
<dependency>
<groupId>org.sonatype.plexus</groupId>
<artifactId>plexus-task-scheduler</artifactId>
<groupId>org.sonatype.sisu</groupId>
<artifactId>sisu-task-scheduler</artifactId>
</dependency>
<dependency>
<groupId>org.sonatype.configuration</groupId>
Expand Down
4 changes: 2 additions & 2 deletions nexus/nexus-app/pom.xml
Expand Up @@ -69,8 +69,8 @@
<artifactId>xstream</artifactId>
</dependency>
<dependency>
<groupId>org.sonatype.plexus</groupId>
<artifactId>plexus-task-scheduler</artifactId>
<groupId>org.sonatype.sisu</groupId>
<artifactId>sisu-task-scheduler</artifactId>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions nexus/nexus-plugins/nexus-plugin-api/pom.xml
Expand Up @@ -104,8 +104,8 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.sonatype.plexus</groupId>
<artifactId>plexus-task-scheduler</artifactId>
<groupId>org.sonatype.sisu</groupId>
<artifactId>sisu-task-scheduler</artifactId>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
Expand Down
8 changes: 4 additions & 4 deletions nexus/pom.xml
Expand Up @@ -186,7 +186,7 @@
<plexus.restlet.bridge.version>1.22</plexus.restlet.bridge.version>
<plexus-security.version>2.8.3-SNAPSHOT</plexus-security.version>
<plexus-swizzle.version>1.2</plexus-swizzle.version>
<plexus-task-scheduler.version>1.6.1-SNAPSHOT</plexus-task-scheduler.version>
<sisu-task-scheduler.version>1.7-SNAPSHOT</sisu-task-scheduler.version>
<restlet.version>1.1.6-SONATYPE-5348-V4</restlet.version>
<shiro.version>1.2.1</shiro.version>
<spice-timeline.version>2.1</spice-timeline.version>
Expand Down Expand Up @@ -429,9 +429,9 @@
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.sonatype.plexus</groupId>
<artifactId>plexus-task-scheduler</artifactId>
<version>${plexus-task-scheduler.version}</version>
<groupId>org.sonatype.sisu</groupId>
<artifactId>sisu-task-scheduler</artifactId>
<version>${sisu-task-scheduler.version}</version>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
Expand Down

0 comments on commit 6a715d3

Please sign in to comment.