Skip to content

Commit

Permalink
Revise Maven versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsimafei Raro committed Aug 22, 2022
1 parent 17fe8dc commit ff874bc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions s-pipes-modules-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<relativePath>../s-pipes-parent</relativePath>
<groupId>cz.cvut.kbss</groupId>
<artifactId>s-pipes-parent</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -28,4 +28,4 @@
</dependency>
</dependencies>
</dependencyManagement>
</project>
</project>
4 changes: 2 additions & 2 deletions s-pipes-modules-utils/s-pipes-module-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cz.cvut.kbss</groupId>
<artifactId>s-pipes-modules-utils</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
</parent>

<name>SPipes Module Archetype</name>
Expand All @@ -27,4 +27,4 @@
</extension>
</extensions>
</build>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>s-pipes-modules</artifactId>
<groupId>cz.cvut.kbss</groupId>
<version>0.3.0</version>
<version>0.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -42,7 +42,7 @@
<plugin>
<groupId>cz.cvut.kbss</groupId>
<artifactId>s-pipes-module-creator-maven-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.4.0</version>
<executions>
<execution>
<goals>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>cz.cvut.kbss</groupId>
<artifactId>s-pipes-modules-utils</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
</parent>

<name>SPipes Module Annotation Processor</name>
<artifactId>s-pipes-module-creator-maven-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.4.0</version>
<packaging>maven-plugin</packaging>

<properties>
Expand Down

0 comments on commit ff874bc

Please sign in to comment.