Skip to content

Commit

Permalink
Revert to 0.0.1 for first release
Browse files Browse the repository at this point in the history
  • Loading branch information
delsner committed Jun 21, 2023
1 parent 4f9219f commit 190d02b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ Therefore, the simplest way to use MultiRTS in a Maven project is through the Ma
<plugin>
<groupId>edu.tum.sse</groupId>
<artifactId>multirts-maven-extension</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.1</version>
<extensions>true</extensions>
</plugin>
<!-- The plugin provides goals for module and test selection. -->
<plugin>
<groupId>edu.tum.sse</groupId>
<artifactId>multirts-maven-plugin</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.1</version>
</plugin>
</plugins>
</build>
Expand Down
4 changes: 2 additions & 2 deletions multirts-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>edu.tum.sse</groupId>
<artifactId>multirts</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.1</version>
</parent>

<artifactId>multirts-core</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.1</version>
<name>MultiRTS Core Package</name>
<packaging>jar</packaging>

Expand Down
4 changes: 2 additions & 2 deletions multirts-maven-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>edu.tum.sse</groupId>
<artifactId>multirts</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.1</version>
</parent>

<artifactId>multirts-maven-extension</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.1</version>
<name>MultiRTS Maven Extension</name>
<properties>
<maven.version>3.6.3</maven.version>
Expand Down
4 changes: 2 additions & 2 deletions multirts-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>edu.tum.sse</groupId>
<artifactId>multirts</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.1</version>
</parent>

<artifactId>multirts-maven-plugin</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.1</version>
<name>MultiRTS Maven Plugin</name>
<packaging>maven-plugin</packaging>
<properties>
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>edu.tum.sse</groupId>
<artifactId>multirts</artifactId>
<name>MultiRTS Base</name>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 190d02b

Please sign in to comment.