Skip to content

Commit

Permalink
Update versions for 0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr committed May 7, 2012
1 parent f572a56 commit 6fa4437
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -45,9 +45,9 @@
# built documents.
#
# The short X.Y version.
version = '0.1.2-SNAPSHOT'
version = '0.1.2'
# The full version, including alpha/beta/rc tags.
release = '0.1.2-SNAPSHOT'
release = '0.1.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.scalariform</groupId>
<artifactId>scalariform.parent</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
<packaging>pom</packaging>
<properties>
<tycho.version>0.9.0</tycho.version>
Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Expand Up @@ -12,7 +12,7 @@ object ScalariformBuild extends Build {

lazy val commonSettings = Defaults.defaultSettings ++ ScalariformPlugin.defaultScalariformSettings ++ Seq(
organization := "scalariform",
version := "0.1.2-SNAPSHOT",
version := "0.1.2",
scalaVersion := "2.9.2",
crossScalaVersions := Seq("2.8.0", "2.8.1", "2.8.2", "2.9.0", "2.9.1", "2.9.2"),
resolvers += ScalaToolsSnapshots,
Expand Down
4 changes: 2 additions & 2 deletions scalariform.feature/pom.xml
Expand Up @@ -5,11 +5,11 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>scalariform.feature</artifactId>
<packaging>eclipse-feature</packaging>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
<parent>
<artifactId>scalariform.parent</artifactId>
<groupId>org.scalariform</groupId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
</project>

4 changes: 2 additions & 2 deletions scalariform.maven-plugin/pom.xml
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.scalariform</groupId>
<artifactId>scalariform-maven-plugin</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
<packaging>maven-plugin</packaging>
<name>Maven Scalariform Plugin</name>
<properties>
Expand Down Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>org.scalariform</groupId>
<artifactId>scalariform_2.8.0</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions scalariform.update/pom.xml
Expand Up @@ -5,11 +5,11 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>scalariform.update</artifactId>
<packaging>eclipse-update-site</packaging>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
<parent>
<artifactId>scalariform.parent</artifactId>
<groupId>org.scalariform</groupId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
</project>

4 changes: 2 additions & 2 deletions scalariform/pom.xml
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.scalariform</groupId>
<artifactId>scalariform</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
<packaging>eclipse-plugin</packaging>
<parent>
<artifactId>scalariform.parent</artifactId>
<groupId>org.scalariform</groupId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<dependencies>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion scalariform/src/main/scala/scalariform/package.scala
@@ -1,6 +1,6 @@
package object scalariform {

val VERSION = "0.1.2-SNAPSHOT"
val VERSION = "0.1.2"

}

0 comments on commit 6fa4437

Please sign in to comment.