Skip to content

Commit

Permalink
open 8.3.2-SNAPSHOT
Browse files Browse the repository at this point in the history
fj-test-helper8 version from fj-bom
  • Loading branch information
fugerit79 committed Sep 15, 2023
1 parent 5aa1e2d commit 6ec8fb6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 19 deletions.
2 changes: 1 addition & 1 deletion fj-core-jvfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-lib</artifactId>
<version>8.3.1</version>
<version>8.3.2-SNAPSHOT</version>
</parent>

<name>fj-core-jvfs</name>
Expand Down
2 changes: 1 addition & 1 deletion fj-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-lib</artifactId>
<version>8.3.1</version>
<version>8.3.2-SNAPSHOT</version>
</parent>

<name>fj-core</name>
Expand Down
2 changes: 1 addition & 1 deletion fj-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-lib</artifactId>
<version>8.3.1</version>
<version>8.3.2-SNAPSHOT</version>
</parent>

<name>fj-tool</name>
Expand Down
18 changes: 2 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<relativePath></relativePath>
</parent>

<version>8.3.1</version>
<version>8.3.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>fj-lib</name>
Expand All @@ -24,7 +24,6 @@
<maven.compiler.source>${java-version-compliance}</maven.compiler.source>
<maven.compiler.target>${java-version-compliance}</maven.compiler.target>
<maven.compiler.release>${java-version-compliance}</maven.compiler.release>
<fj-test-helper-version>0.5.0</fj-test-helper-version>
<javax-rs-api-version>2.1.1</javax-rs-api-version>
<fj-version>${project.version}</fj-version>
<awaitility-version>4.2.0</awaitility-version>
Expand Down Expand Up @@ -108,20 +107,7 @@
<artifactId>fj-core-jvfs</artifactId>
<version>${fj-version}</version>
</dependency>

<dependency>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-test-helper8</artifactId>
<version>${fj-test-helper-version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>


</dependencies>

</dependencyManagement>
Expand Down

0 comments on commit 6ec8fb6

Please sign in to comment.