Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
ssachtleben committed Aug 6, 2019
1 parent b0cb45d commit 2861493
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>de.neofonie.styla</groupId>
<artifactId>styla</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>styla.core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@Version("1.1.0")
@Version("1.1.1")
package de.neofonie.styla.core;

import org.osgi.annotation.versioning.Version;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "styla",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"scripts": {
"npmInstall": "npm install",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>de.neofonie.styla</groupId>
<artifactId>styla</artifactId>
<packaging>pom</packaging>
<version>1.1.0</version>
<version>1.1.1</version>
<description>styla</description>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions ui.apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>de.neofonie.styla</groupId>
<artifactId>styla</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -110,7 +110,7 @@
<dependency>
<groupId>de.neofonie.styla</groupId>
<artifactId>styla.core</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions ui.content.styla/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>de.neofonie.styla</groupId>
<artifactId>styla</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -96,7 +96,7 @@
<dependency>
<groupId>de.neofonie.styla</groupId>
<artifactId>styla.core</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 2861493

Please sign in to comment.