Skip to content

Commit

Permalink
release hexatools 1.4 angular2-gwt 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ltearno committed Apr 27, 2016
1 parent 77d70b7 commit 504d3fe
Show file tree
Hide file tree
Showing 32 changed files with 79 additions and 79 deletions.
4 changes: 2 additions & 2 deletions angular2-gwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexa.tools</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
</parent>
<groupId>fr.lteconsulting</groupId>
<artifactId>angular2-gwt</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<name>Angular 2 with GWT library</name>
<description>Allows to develop Angular 2 applications with GWT</description>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion hexa.all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>fr.lteconsulting</groupId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<artifactId>hexa.all</artifactId>
<name>hexa.all</name>
<url>http://www.lteconsulting.fr</url>
Expand Down
2 changes: 1 addition & 1 deletion hexa.archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexa.archetype</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<packaging>maven-archetype</packaging>
<name>hexa.archetype</name>
<url>http://www.lteconsulting.fr</url>
Expand Down
6 changes: 3 additions & 3 deletions hexa.binding.gwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexa.tools</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
</parent>
<artifactId>hexa.binding.gwt</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<name>hexa.binding.gwt</name>
<description>HexaBinding (gwt version) is a tool used when some data binding repetitive glue code is written by the developper. This library does it instead.</description>
<url>http://www.lteconsulting.fr/hexabinding</url>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexa.binding</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
Expand Down
2 changes: 1 addition & 1 deletion hexa.binding.samples/hexa.binding.benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>fr.lteconsulting</groupId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<artifactId>hexa.binding.samples</artifactId>
</parent>
<artifactId>hexa.binding.benchmark</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hexa.binding.samples/hexa.binding.labs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexa.binding.samples</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hexa.binding.labs</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions hexa.binding.samples/hexa.binding.quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>fr.lteconsulting</groupId>
<artifactId>hexa.binding.samples.quickstart</artifactId>
<packaging>war</packaging>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<name>Hexa Binding GWT Quick Start</name>
<properties>
<!-- Convenience property to set the GWT version -->
Expand Down Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexa.binding.gwt</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions hexa.binding.samples/hexa.binding.sample1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexa.binding.sample1</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<packaging>jar</packaging>
<name>hexa.binding.sample1</name>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<hexa.binding.version>1.4-SNAPSHOT</hexa.binding.version>
<hexa.binding.version>1.4</hexa.binding.version>
</properties>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions hexa.binding.samples/hexa.binding.sample2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexa.binding.sample2</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<name>hexa.binding.sample2</name>
<url>http://maven.apache.org</url>
<packaging>war</packaging>
Expand Down Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexa.css</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -137,7 +137,7 @@
<plugin>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexacss-maven-plugin</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<configuration>
<sourceDirectory>classpath:fr/lteconsulting/hexa/client/css/bindings</sourceDirectory>
<mappingFile>${project.build.directory}/${project.build.finalName}/sample/hexas-css.mapping</mappingFile>
Expand Down
4 changes: 2 additions & 2 deletions hexa.binding.samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>fr.lteconsulting</groupId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<artifactId>hexa.binding.samples</artifactId>
<name>hexa.binding.samples</name>
<url>http://www.lteconsulting.fr</url>
<packaging>pom</packaging>
<properties>
<hexa.binding.version>1.4-SNAPSHOT</hexa.binding.version>
<hexa.binding.version>1.4</hexa.binding.version>
</properties>
<modules>
<module>hexa.binding.sample1</module>
Expand Down
8 changes: 4 additions & 4 deletions hexa.binding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexa.tools</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
</parent>
<artifactId>hexa.binding</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<name>hexa.binding</name>
<description>HexaBinding is a tool used when some data binding repetitive glue code is written by the developper. This library does it instead.</description>
<url>http://www.lteconsulting.fr/hexabinding</url>
Expand All @@ -21,12 +21,12 @@
<dependency>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexa.binding.processor</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
</dependency>
<dependency>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexa.utils</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions hexa.binding/processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
<parent>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexa.tools</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>hexa.binding.processor</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<dependencies>
<dependency>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexa.utils</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
</dependency>
<dependency>
<groupId>com.squareup</groupId>
Expand Down
10 changes: 5 additions & 5 deletions hexa.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexa.tools</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
</parent>
<artifactId>hexa.core</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<name>hexa.core</name>
<url>http://www.lteconsulting.fr</url>
<packaging>jar</packaging>
Expand Down Expand Up @@ -57,17 +57,17 @@
<dependency>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexa.binding.gwt</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
</dependency>
<dependency>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexa.css</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
</dependency>
<dependency>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexa.utils</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions hexa.css-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexa.tools</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
</parent>
<artifactId>hexacss-maven-plugin</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<name>hexa.css.maven-plugin</name>
<description>HexaCss is a tool to efficiently integrate CSS frameworks (like Less, Sass, GSS, ...) with GWT. This is the associated Maven plugin</description>
<url>http://www.lteconsulting.fr/hexacss</url>
Expand Down
6 changes: 3 additions & 3 deletions hexa.css.importer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexa.tools</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
</parent>
<artifactId>hexa.css.importer</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<name>hexa.css.importer</name>
<description>HexaCss is a tool to efficiently integrate CSS frameworks (like Less, Sass, GSS, ...) with GWT.</description>
<url>http://www.lteconsulting.fr/hexacss</url>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexa.utils</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
</dependency>
<dependency>
<groupId>com.helger</groupId>
Expand Down
2 changes: 1 addition & 1 deletion hexa.css.samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>fr.lteconsulting</groupId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<artifactId>hexa.css.samples</artifactId>
<name>hexa.css.samples</name>
<url>http://www.lteconsulting.fr</url>
Expand Down
6 changes: 3 additions & 3 deletions hexa.css.samples/sample1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexa.css.sample1</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<name>hexa.css.sample1</name>
<packaging>war</packaging>
<properties>
Expand Down Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexa.css</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -113,7 +113,7 @@
<plugin>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexacss-maven-plugin</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<configuration>
<sourceDirectory>css</sourceDirectory>
<mappingFile>${project.build.directory}/${project.build.finalName}/sample1/hexas-css.mapping</mappingFile>
Expand Down
6 changes: 3 additions & 3 deletions hexa.css.samples/sample2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexa.css.sample2</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<name>hexa.css.sample2</name>
<packaging>war</packaging>
<properties>
Expand Down Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexa.css</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -107,7 +107,7 @@
<plugin>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexacss-maven-plugin</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<configuration>
<sourceDirectory>src/main/css</sourceDirectory>
<mappingFile>${project.build.directory}/${project.build.finalName}/sample2/hexas-css.mapping</mappingFile>
Expand Down
6 changes: 3 additions & 3 deletions hexa.css.samples/sample3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexa.css.sample3</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<name>hexa.css.sample3</name>
<packaging>war</packaging>
<properties>
Expand Down Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexa.css</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -133,7 +133,7 @@
<plugin>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexacss-maven-plugin</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<configuration>
<sourceDirectory>${project.build.directory}/less</sourceDirectory>
<mappingFile>${project.build.directory}/${project.build.finalName}/sample3/hexas-css.mapping</mappingFile>
Expand Down
6 changes: 3 additions & 3 deletions hexa.css.samples/sample4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexa.css.sample4</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<name>hexa.css.sample4</name>
<packaging>war</packaging>
<properties>
Expand Down Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexa.css</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -108,7 +108,7 @@
<plugin>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexacss-maven-plugin</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<configuration>
<sourceDirectory>src/main/webapp/css</sourceDirectory>
<mappingFile>${project.build.directory}/${project.build.finalName}/sample4/hexas-css.mapping</mappingFile>
Expand Down
Loading

0 comments on commit 504d3fe

Please sign in to comment.