diff options
| author | Tibor Blenessy | 2018-09-13 12:14:03 +0200 | 
|---|---|---|
| committer | GitHub | 2018-09-13 12:14:03 +0200 | 
| commit | 50319aa760574cfe0615cad183f22315f672bc6c (patch) | |
| tree | 652643dfd4a760b51260f6014f7fbbf8d5801618 /its | |
| parent | 38578b95103737ef5318740158c599d3af77e128 (diff) | |
| download | sonar-css-50319aa760574cfe0615cad183f22315f672bc6c.tar.bz2 | |
Change version 1.0.2 (#127)
Diffstat (limited to 'its')
| -rw-r--r-- | its/plugin/pom.xml | 2 | ||||
| -rw-r--r-- | its/pom.xml | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/its/plugin/pom.xml b/its/plugin/pom.xml index 3482c81..090e8f6 100644 --- a/its/plugin/pom.xml +++ b/its/plugin/pom.xml @@ -5,7 +5,7 @@    <parent>      <artifactId>its</artifactId>      <groupId>org.sonarsource.css</groupId> -    <version>1.1-SNAPSHOT</version> +    <version>1.0.2-SNAPSHOT</version>    </parent>    <modelVersion>4.0.0</modelVersion> diff --git a/its/pom.xml b/its/pom.xml index 2dc2176..55adbdb 100644 --- a/its/pom.xml +++ b/its/pom.xml @@ -5,7 +5,7 @@    <parent>      <artifactId>css</artifactId>      <groupId>org.sonarsource.css</groupId> -    <version>1.1-SNAPSHOT</version> +    <version>1.0.2-SNAPSHOT</version>    </parent>    <modelVersion>4.0.0</modelVersion> | 
