Skip to content

Commit

Permalink
Get rid of SNAPSHOT versions before releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantomYdn committed Feb 11, 2018
1 parent 4232ff5 commit 29d5151
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion orienteer-birt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>org.orienteer</groupId>
<artifactId>org.orienteer.birt.orientdb</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>


Expand Down
2 changes: 1 addition & 1 deletion orienteer-camel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>org.orienteer.camel.component</groupId>
<artifactId>camel-orientdb</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
Expand Down
2 changes: 1 addition & 1 deletion orienteer-devutils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>ru.ydn.wicket.wicket-console</groupId>
<artifactId>wicket-console</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<wicket.version>7.9.0</wicket.version>
<wicketstuff.version>7.9.0</wicketstuff.version>
<orientdb.version>2.2.30</orientdb.version>
<wicket.orientdb.version>1.3-SNAPSHOT</wicket.orientdb.version>
<wicket.orientdb.version>1.3</wicket.orientdb.version>
<jetty.version>9.2.11.v20150529</jetty.version>
<slf4j.version>1.7.21</slf4j.version>
<enableAssertions>false</enableAssertions>
Expand Down Expand Up @@ -178,7 +178,7 @@
<dependency>
<groupId>de.agilecoders.wicket.webjars</groupId>
<artifactId>wicket-webjars</artifactId>
<version>0.5.6-SNAPSHOT</version>
<version>0.5.6</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
Expand Down

0 comments on commit 29d5151

Please sign in to comment.