symphonyoss / symphony-app-authentication

Symphony third party application authentication
Apache License 2.0
0 stars 4 forks source link

Filter project has wrong version reference #26

Open robmoffat opened 5 years ago

robmoffat commented 5 years ago

In the filter pom.xml you have:

<dependency>
            <groupId>org.symphonyoss.symphony.apps</groupId>
            <artifactId>symphony-app-authentication-common</artifactId>
            <version>1.0.0-SNAPSHOT</version>
        </dependency>

But everything else is on version 1.1.0-SNAPSHOT.

So the build failed for me when I tried it. I think there's a maven way to avoid hard-coding submodule versions, but I forget how.

cheers!