Skip to content

Commit

Permalink
Update pom to revision/project.version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agrabil committed Jun 10, 2021
1 parent 2b775fe commit d8c8481
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Jagornet-DHCP/dhcp-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<parent>
<groupId>com.jagornet</groupId>
<artifactId>jagornet-dhcp-all</artifactId>
<!-- See parent pom for revision -->
<version>${revision}</version>
</parent>

Expand All @@ -13,11 +14,17 @@
<dependency>
<groupId>com.jagornet</groupId>
<artifactId>jagornet-dhcp-core</artifactId>
<!--
See 'project.version' here - https://maven.apache.org/maven-ci-friendly.html
-->
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.jagornet</groupId>
<artifactId>jagornet-dhcp-server</artifactId>
<!--
See 'project.version' here - https://maven.apache.org/maven-ci-friendly.html
-->
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions Jagornet-DHCP/dhcp-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<parent>
<groupId>com.jagornet</groupId>
<artifactId>jagornet-dhcp-all</artifactId>
<!-- See parent pom for revision -->
<version>${revision}</version>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions Jagornet-DHCP/dhcp-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<parent>
<groupId>com.jagornet</groupId>
<artifactId>jagornet-dhcp-all</artifactId>
<!-- See parent pom for revision -->
<version>${revision}</version>
</parent>
<artifactId>jagornet-dhcp-dist</artifactId>
Expand All @@ -18,6 +19,9 @@
<dependency>
<groupId>com.jagornet</groupId>
<artifactId>jagornet-dhcp-client</artifactId>
<!--
See 'project.version' here - https://maven.apache.org/maven-ci-friendly.html
-->
<version>${project.version}</version>
</dependency>
</dependencies>
Expand Down
4 changes: 4 additions & 0 deletions Jagornet-DHCP/dhcp-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<parent>
<groupId>com.jagornet</groupId>
<artifactId>jagornet-dhcp-all</artifactId>
<!-- See parent pom for revision -->
<version>${revision}</version>
</parent>

Expand Down Expand Up @@ -35,6 +36,9 @@
<dependency>
<groupId>com.jagornet</groupId>
<artifactId>jagornet-dhcp-core</artifactId>
<!--
See 'project.version' here - https://maven.apache.org/maven-ci-friendly.html
-->
<version>${project.version}</version>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion Jagornet-DHCP/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
which necessitates flatten-maven-plugin in module builds in order to remove
and replace the installed or deployed module
-->
<revision>3.2.0-SNAPSHOT</revision>
<revision>3.2.0</revision>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit d8c8481

Please sign in to comment.