diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..934e0e0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/bin +/target diff --git a/pom.xml b/pom.xml index efc8b80..cf55999 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 de.fmaul.alfresco alfresco-default-user-avatars - 1.0-SNAPSHOT + 1.0 alfresco-default-user-avatars AMP project amp Manages the lifecycle of the alfresco-default-user-avatars AMP (Alfresco Module Package) @@ -34,7 +34,7 @@ . | Could be org.alfresco | org.alfresco.enterprise or your corporate groupId --> org.alfresco - 4.2.c + 4.2.d local @@ -75,6 +75,7 @@ org.springframework spring-context 3.0.6.RELEASE + provided