Skip to content

Commit

Permalink
Update minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
jimender2 committed Oct 10, 2022
1 parent 203b9d3 commit a202adb
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions git-build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>git</artifactId>
<groupId>net.jimender2.ignition</groupId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>git-build</artifactId>
Expand All @@ -16,17 +16,17 @@
<dependency>
<groupId>net.jimender2.ignition</groupId>
<artifactId>git-client</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>net.jimender2.ignition</groupId>
<artifactId>git-common</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>net.jimender2.ignition</groupId>
<artifactId>git-gateway</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -65,7 +65,7 @@
<moduleId>net.jimender2.ignition.git</moduleId>
<moduleName>${project.parent.name}</moduleName>
<moduleDescription>${project.description}</moduleDescription>
<moduleVersion>1.0.0</moduleVersion>
<moduleVersion>1.0.1</moduleVersion>
<requiredIgnitionVersion>8.1.3</requiredIgnitionVersion>
<requiredFrameworkVersion>8</requiredFrameworkVersion>
<licenseFile>license.html</licenseFile>
Expand Down
4 changes: 2 additions & 2 deletions git-client/pom - Copy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>git</artifactId>
<groupId>net.jimender2.ignition</groupId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>git-client</artifactId>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>net.jimender2.ignition</groupId>
<artifactId>git-common</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions git-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>git</artifactId>
<groupId>net.jimender2.ignition</groupId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>git-client</artifactId>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>net.jimender2.ignition</groupId>
<artifactId>git-common</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>com.inductiveautomation.ignitionsdk</groupId>
Expand Down
2 changes: 1 addition & 1 deletion git-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>git</artifactId>
<groupId>net.jimender2.ignition</groupId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>git-common</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions git-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>git</artifactId>
<groupId>net.jimender2.ignition</groupId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>git-gateway</artifactId>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>net.jimender2.ignition</groupId>
<artifactId>git-common</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>com.inductiveautomation.ignitionsdk</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>net.jimender2.ignition</groupId>
<artifactId>git</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>pom</packaging>

<name>Git Ignition Module</name>
Expand Down

0 comments on commit a202adb

Please sign in to comment.