diff options
| author | Elena Vilchik | 2018-07-03 13:48:35 +0200 | 
|---|---|---|
| committer | GitHub | 2018-07-03 13:48:35 +0200 | 
| commit | 0fec11b63dca97112df06852cf96b8c544b50aa1 (patch) | |
| tree | b443aab99c75e067f1fc0b6167231b098686d3a0 /its | |
| parent | babf9e4deb164a7bf5af3cd34fe9bad80a2bc6d5 (diff) | |
| download | sonar-css-0fec11b63dca97112df06852cf96b8c544b50aa1.tar.bz2 | |
Prepare for next development iteration (#104)
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 ec3b408..c2ab471 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.0.0-SNAPSHOT</version> +    <version>1.1.0-SNAPSHOT</version>    </parent>    <modelVersion>4.0.0</modelVersion> diff --git a/its/pom.xml b/its/pom.xml index f99378c..9824c72 100644 --- a/its/pom.xml +++ b/its/pom.xml @@ -5,7 +5,7 @@    <parent>      <artifactId>css</artifactId>      <groupId>org.sonarsource.css</groupId> -    <version>1.0.0-SNAPSHOT</version> +    <version>1.1.0-SNAPSHOT</version>    </parent>    <modelVersion>4.0.0</modelVersion> | 
