Skip to content

Commit

Permalink
Merge pull request #43 from fvillalba/master
Browse files Browse the repository at this point in the history
Drop '-SNAPSHOT' from 11.6.2-SNAPSHOT -> 11.6.2
  • Loading branch information
amai committed Apr 27, 2016
2 parents 8af4d44 + 1209819 commit 896914a
Show file tree
Hide file tree
Showing 14 changed files with 38 additions and 38 deletions.
6 changes: 3 additions & 3 deletions gsf-action/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.fatwire.gst</groupId>
<artifactId>gst-foundation</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
</parent>
<artifactId>gsf-action</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -37,12 +37,12 @@
<dependency>
<groupId>com.fatwire.gst</groupId>
<artifactId>gsf-wra</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
</dependency>
<dependency>
<groupId>com.fatwire.gst</groupId>
<artifactId>gsf-cs-test</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion gsf-cs-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.fatwire.gst</groupId>
<artifactId>gst-foundation</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
</parent>
<artifactId>gsf-cs-all</artifactId>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions gsf-cs-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.fatwire.gst</groupId>
<artifactId>gst-foundation</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
</parent>
<artifactId>gsf-cs-test</artifactId>
<packaging>jar</packaging>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>com.fatwire.gst</groupId>
<artifactId>gsf-cs-all</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
<type>pom</type>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions gsf-deprecated/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.fatwire.gst</groupId>
<artifactId>gst-foundation</artifactId>
<version>11.6.0-SNAPSHOT</version>
<version>11.6.0</version>
</parent>
<groupId>com.fatwire.gst</groupId>
<artifactId>gsf-deprecated</artifactId>
Expand Down Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>com.fatwire.gst</groupId>
<artifactId>gsf-wra</artifactId>
<version>11.6.0-SNAPSHOT</version>
<version>11.6.0</version>
</dependency>
</dependencies>
<distributionManagement>
Expand Down
6 changes: 3 additions & 3 deletions gsf-facades/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.fatwire.gst</groupId>
<artifactId>gst-foundation</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
</parent>
<artifactId>gsf-facades</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -33,13 +33,13 @@
<dependency>
<groupId>com.fatwire.gst</groupId>
<artifactId>gsf-cs-all</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>com.fatwire.gst</groupId>
<artifactId>gsf-cs-test</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions gsf-groovy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.fatwire.gst</groupId>
<artifactId>gst-foundation</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
</parent>
<artifactId>gsf-groovy</artifactId>
<packaging>jar</packaging>
Expand All @@ -28,13 +28,13 @@
<dependency>
<groupId>com.fatwire.gst</groupId>
<artifactId>gsf-cs-test</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fatwire.gst</groupId>
<artifactId>gsf-action</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
</dependency>
</dependencies>
<distributionManagement>
Expand Down
4 changes: 2 additions & 2 deletions gsf-mobile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.fatwire.gst</groupId>
<artifactId>gst-foundation</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
</parent>
<artifactId>gsf-mobile</artifactId>
<packaging>jar</packaging>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>com.fatwire.gst</groupId>
<artifactId>gsf-action</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
</dependency>
<!--
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions gsf-sample-avisports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.yourcompany.owcs</groupId>
<artifactId>gsf-sample-avisports</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
<packaging>pom</packaging>
<name>GSF example on top of avisports</name>
<description>A rewrite of avisports with GSF as an example on how code is simplified and how easy it is to bold more features on top.</description>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.fatwire.gst</groupId>
<artifactId>gst-foundation-all</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions gsf-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.yourcompany.owcs</groupId>
<artifactId>gsf-sample</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
<packaging>jar</packaging>
<name>GSF Example</name>
<description>A sample project that can be used as an example for an implementation that uses the GSF.</description>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>com.fatwire.gst</groupId>
<artifactId>gst-foundation-all</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions gsf-tagging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.fatwire.gst</groupId>
<artifactId>gst-foundation</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
</parent>
<artifactId>gsf-tagging</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>com.fatwire.gst</groupId>
<artifactId>gsf-facades</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
</dependency>
</dependencies>
<distributionManagement>
Expand Down
6 changes: 3 additions & 3 deletions gsf-taglib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.fatwire.gst</groupId>
<artifactId>gst-foundation</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
</parent>
<artifactId>gsf-taglib</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -53,12 +53,12 @@
<dependency>
<groupId>com.fatwire.gst</groupId>
<artifactId>gsf-action</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
</dependency>
<dependency>
<groupId>com.fatwire.gst</groupId>
<artifactId>gsf-tagging</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
</dependency>
</dependencies>
<distributionManagement>
Expand Down
6 changes: 3 additions & 3 deletions gsf-wra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.fatwire.gst</groupId>
<artifactId>gst-foundation</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
</parent>
<artifactId>gsf-wra</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -37,12 +37,12 @@
<dependency>
<groupId>com.fatwire.gst</groupId>
<artifactId>gsf-facades</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
</dependency>
<dependency>
<groupId>com.fatwire.gst</groupId>
<artifactId>gsf-cs-test</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
18 changes: 9 additions & 9 deletions gst-foundation-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.fatwire.gst</groupId>
<artifactId>gst-foundation</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
</parent>
<artifactId>gst-foundation-all</artifactId>
<packaging>jar</packaging>
Expand All @@ -25,42 +25,42 @@
<dependency>
<groupId>com.fatwire.gst</groupId>
<artifactId>gsf-facades</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
</dependency>
<dependency>
<groupId>com.fatwire.gst</groupId>
<artifactId>gsf-wra</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
</dependency>
<dependency>
<groupId>com.fatwire.gst</groupId>
<artifactId>gsf-action</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
</dependency>
<dependency>
<groupId>com.fatwire.gst</groupId>
<artifactId>gsf-mobile</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
</dependency>
<dependency>
<groupId>com.fatwire.gst</groupId>
<artifactId>gsf-tagging</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
</dependency>
<dependency>
<groupId>com.fatwire.gst</groupId>
<artifactId>gsf-taglib</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
</dependency>
<dependency>
<groupId>com.fatwire.gst</groupId>
<artifactId>gsf-groovy</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
</dependency>
<dependency>
<groupId>com.fatwire.gst</groupId>
<artifactId>gsf-mobile</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
</dependency>
</dependencies>
<build>
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>com.fatwire.gst</groupId>
<artifactId>gst-foundation</artifactId>
<version>11.6.2-SNAPSHOT</version>
<version>11.6.2</version>
<packaging>pom</packaging>
<name>Sites GST: Site Foundation</name>
<description>The GST Site Foundation parent project</description>
Expand Down

0 comments on commit 896914a

Please sign in to comment.