Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Commit

Permalink
Release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
AFaust committed Mar 3, 2015
1 parent 3a1fc31 commit e20d3cf
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion eclipse-libs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nabucco.alfresco</groupId>
<artifactId>org.nabucco.alfresco.enhScriptEnv</artifactId>
<version>0.0.1.2-SNAPSHOT</version>
<version>0.0.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion framework/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nabucco.alfresco</groupId>
<artifactId>org.nabucco.alfresco.enhScriptEnv-framework</artifactId>
<version>0.0.1.2-SNAPSHOT</version>
<version>0.0.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nabucco.alfresco</groupId>
<artifactId>org.nabucco.alfresco.enhScriptEnv</artifactId>
<version>0.0.1.2-SNAPSHOT</version>
<version>0.0.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions framework/repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nabucco.alfresco</groupId>
<artifactId>org.nabucco.alfresco.enhScriptEnv-framework</artifactId>
<version>0.0.1.2-SNAPSHOT</version>
<version>0.0.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>org.nabucco.alfresco</groupId>
<artifactId>org.nabucco.alfresco.enhScriptEnv.common</artifactId>
<version>0.0.1.2-SNAPSHOT</version>
<version>0.0.1.2</version>
<scope>compile</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions framework/share/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nabucco.alfresco</groupId>
<artifactId>org.nabucco.alfresco.enhScriptEnv-framework</artifactId>
<version>0.0.1.2-SNAPSHOT</version>
<version>0.0.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>org.nabucco.alfresco</groupId>
<artifactId>org.nabucco.alfresco.enhScriptEnv.common</artifactId>
<version>0.0.1.2-SNAPSHOT</version>
<version>0.0.1.2</version>
<scope>compile</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion patch-modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nabucco.alfresco</groupId>
<artifactId>org.nabucco.alfresco.enhScriptEnv</artifactId>
<version>0.0.1.2-SNAPSHOT</version>
<version>0.0.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions patch-modules/repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nabucco.alfresco</groupId>
<artifactId>org.nabucco.alfresco.enhScriptEnv-patches</artifactId>
<version>0.0.1.2-SNAPSHOT</version>
<version>0.0.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>org.nabucco.alfresco</groupId>
<artifactId>org.nabucco.alfresco.enhScriptEnv.repo</artifactId>
<version>0.0.1.2-SNAPSHOT</version>
<version>0.0.1.2</version>
<scope>compile</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions patch-modules/share/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nabucco.alfresco</groupId>
<artifactId>org.nabucco.alfresco.enhScriptEnv-patches</artifactId>
<version>0.0.1.2-SNAPSHOT</version>
<version>0.0.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>org.nabucco.alfresco</groupId>
<artifactId>org.nabucco.alfresco.enhScriptEnv.share</artifactId>
<version>0.0.1.2-SNAPSHOT</version>
<version>0.0.1.2</version>
<scope>compile</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.nabucco.alfresco</groupId>
<artifactId>org.nabucco.alfresco.enhScriptEnv</artifactId>
<version>0.0.1.2-SNAPSHOT</version>
<version>0.0.1.2</version>
<packaging>pom</packaging>
<name>Alfresco Enhanced Script Environment</name>

Expand Down

0 comments on commit e20d3cf

Please sign in to comment.