Skip to content

Commit

Permalink
Added gitignore and modified pom dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
flox1an committed Sep 8, 2013
1 parent 5431627 commit 07308f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/bin
/target
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.fmaul.alfresco</groupId>
<artifactId>alfresco-default-user-avatars</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<name>alfresco-default-user-avatars AMP project</name>
<packaging>amp</packaging>
<description>Manages the lifecycle of the alfresco-default-user-avatars AMP (Alfresco Module Package)</description>
Expand Down Expand Up @@ -34,7 +34,7 @@
. | Could be org.alfresco | org.alfresco.enterprise or your corporate groupId -->
<alfresco.client.war.groupId>org.alfresco</alfresco.client.war.groupId>
<!-- Defines the target WAR version to run this amp, only used with the -Pamp-to-war switch -->
<alfresco.client.war.version>4.2.c</alfresco.client.war.version>
<alfresco.client.war.version>4.2.d</alfresco.client.war.version>
<!-- This controls which properties will be picked in src/test/properties for embedded run -->
<env>local</env>
</properties>
Expand Down Expand Up @@ -75,6 +75,7 @@
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>3.0.6.RELEASE</version>
<scope>provided</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit 07308f1

Please sign in to comment.