Skip to content

Commit

Permalink
Version 1.0.0 finally released
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardszczepanski committed Jan 28, 2017
1 parent d237019 commit ce220a0
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
10 changes: 6 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>szczepanski.gerard</groupId>
<artifactId>runit-parent</artifactId>
<version>0.9.6</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<properties>
Expand All @@ -17,7 +18,7 @@
<module>runit-settings-service</module>
<module>runit-view</module>
<module>runit-program</module>
</modules>
</modules>

<dependencies>
<dependency>
Expand Down Expand Up @@ -62,7 +63,8 @@
</goals>
<configuration>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>szczepanski.gerard.runit.program.main.Main</mainClass>
</transformer>
</transformers>
Expand Down
2 changes: 1 addition & 1 deletion runit-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>szczepanski.gerard</groupId>
<artifactId>runit-parent</artifactId>
<version>0.9.6</version>
<version>1.0.0</version>
</parent>
<artifactId>runit-common</artifactId>
</project>
2 changes: 1 addition & 1 deletion runit-program/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>szczepanski.gerard</groupId>
<artifactId>runit-parent</artifactId>
<version>0.9.6</version>
<version>1.0.0</version>
</parent>
<artifactId>runit-program</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion runit-search-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>szczepanski.gerard</groupId>
<artifactId>runit-parent</artifactId>
<version>0.9.6</version>
<version>1.0.0</version>
</parent>
<artifactId>runit-search-service</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion runit-settings-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>szczepanski.gerard</groupId>
<artifactId>runit-parent</artifactId>
<version>0.9.6</version>
<version>1.0.0</version>
</parent>

<artifactId>runit-settings-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion runit-view/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>szczepanski.gerard</groupId>
<artifactId>runit-parent</artifactId>
<version>0.9.6</version>
<version>1.0.0</version>
</parent>
<artifactId>runit-view</artifactId>

Expand Down

0 comments on commit ce220a0

Please sign in to comment.