cancel
Showing results for 
Search instead for 
Did you mean: 

Where is the activiti-designer-integration 0.7.0 artifact?

robd
Champ in-the-making
Champ in-the-making
I see only 0.6.0 . . .

Index of /nexus/content/repositories/activiti/org/activiti/activiti-designer-integration/

0.6.0/    Tue Feb 15 15:44:45 GMT 2011


URL: http://maven.alfresco.com/nexus/content/repositories/activiti/org/activiti/activiti-designer-integra...
4 REPLIES 4

tiesebarrell
Champ in-the-making
Champ in-the-making
Due to a mistake, the 0.7.0 dependency is not available at the moment - we had noticed this ourselves and are working to fix it. We will upload it for use in the next couple of days.

tiesebarrell
Champ in-the-making
Champ in-the-making
There is now an org.activiti.designer/org.activiti.designer.integration/0.7.0 dependency in the repository. Can you verify this works for you?

robd
Champ in-the-making
Champ in-the-making
Hi,

I have no problem getting the 0.6.0 artifact with this in my pom:


    <dependency>
        <groupId>org.activiti</groupId>
        <artifactId>activiti-designer-integration</artifactId>
        <version>0.6.0</version>
    </dependency>

But I cannot get the 0.7.0 artifact the same way:


    <dependency>
        <groupId>org.activiti</groupId>
        <artifactId>activiti-designer-integration</artifactId>
        <version>0.7.0</version>
    </dependency>

And this URL does still does not work: http://maven.alfresco.com/nexus/content/repositories/activiti/org/activiti/activiti-designer-integra...

I do appreciate your help with this.
Rob

tiesebarrell
Champ in-the-making
Champ in-the-making
Rob,

please notice the difference I posted: the artifactId has changed for 0.7.0 to org.activiti.designer.integration, so you need:


<dependency>
  <groupId>org.activiti.designer</groupId>
  <artifactId>org.activiti.designer.integration</artifactId>
  <version>0.7.0</version>
</dependency>