Skip to content

Commit

Permalink
Move to parent 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kathan Cheema committed Aug 26, 2020
1 parent b0419e5 commit c64564d
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>rubiks-cube-solver</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>

<name>Rubik's Cube Solver</name>
Expand Down Expand Up @@ -45,7 +45,7 @@
<parent>
<groupId>dev.cheem.projects</groupId>
<artifactId>spring-boot-react-parent</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</parent>

<build>
Expand All @@ -56,15 +56,4 @@
<github.username>cheemcheem</github.username>
</properties>

<dependencies>
<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-jdbc</artifactId>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>
</dependencies>

</project>

0 comments on commit c64564d

Please sign in to comment.