Skip to content

Commit

Permalink
prepare v1.7.3-locke-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Locke committed Feb 7, 2019
1 parent 44e4838 commit fa5bbf9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions org.coreasm.config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<parent>
<artifactId>org.coreasm.parent</artifactId>
<groupId>org.coreasm</groupId>
<version>1.7.3-locke-SNAPSHOT</version>
<version>1.7.3-locke-2</version>
<relativePath>../org.coreasm.parent</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.coreasm</groupId>
<artifactId>org.coreasm.util</artifactId>
<version>1.7.3-locke-SNAPSHOT</version>
<version>1.7.3-locke-2</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions org.coreasm.engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>org.coreasm.parent</artifactId>
<groupId>org.coreasm</groupId>
<version>1.7.3-locke-SNAPSHOT</version>
<version>1.7.3-locke-2</version>
<relativePath>../org.coreasm.parent</relativePath>
</parent>

Expand Down Expand Up @@ -142,7 +142,7 @@
<dependency>
<groupId>org.coreasm</groupId>
<artifactId>org.coreasm.util</artifactId>
<version>1.7.3-locke-SNAPSHOT</version>
<version>1.7.3-locke-2</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion org.coreasm.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.coreasm</groupId>
<artifactId>org.coreasm.parent</artifactId>
<version>1.7.3-locke-SNAPSHOT</version>
<version>1.7.3-locke-2</version>
<packaging>pom</packaging>
<name>CoreASM Parent Project</name>
<url>https://github.com/coreasm/coreasm.core</url>
Expand Down
4 changes: 2 additions & 2 deletions org.coreasm.ui.carma/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>org.coreasm.ui.carma</artifactId>
<name>CoreASM Carma</name>
<version>0.8.1-locke-SNAPSHOT</version>
<version>0.8.1-locke-2</version>

<build>
<sourceDirectory>src</sourceDirectory>
Expand Down Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>org.coreasm</groupId>
<artifactId>org.coreasm.engine</artifactId>
<version>1.7.3-locke-SNAPSHOT</version>
<version>1.7.3-locke-2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions org.coreasm.util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<parent>
<artifactId>org.coreasm.parent</artifactId>
<groupId>org.coreasm</groupId>
<version>1.7.3-locke-SNAPSHOT</version>
<version>1.7.3-locke-2</version>
<relativePath>../org.coreasm.parent</relativePath>
</parent>

</project>
</project>

0 comments on commit fa5bbf9

Please sign in to comment.