Skip to content

Commit

Permalink
Finish 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas C. R. Paes committed Aug 19, 2016
2 parents 72037e7 + a3f4e86 commit b367941
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/.settings/
/.project
/.idea/
*.iml
4 changes: 2 additions & 2 deletions customise-site-logo-repo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.leftxmas.alfresco</groupId>
<artifactId>customise-site-logo-repo</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0</version>
<name>customise-site-logo-repo AMP project</name>
<packaging>amp</packaging>
<description>Manages the lifecycle of the customise-site-logo AMP (Alfresco Module Package)</description>

<parent>
<groupId>org.alfresco.maven</groupId>
<artifactId>alfresco-sdk-parent</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions customise-site-logo-share/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.leftxmas.alfresco</groupId>
<artifactId>customise-site-logo-share</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0</version>
<name>customise-site-logo-share AMP project</name>
<packaging>amp</packaging>
<description>Manages the lifecycle of the customise-site-logo AMP (Alfresco Module Package)</description>

<parent>
<groupId>org.alfresco.maven</groupId>
<artifactId>alfresco-sdk-parent</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.leftxmas.alfresco</groupId>
<artifactId>customise-site-logo</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0</version>

<packaging>pom</packaging>

Expand Down

0 comments on commit b367941

Please sign in to comment.