Skip to content

Commit

Permalink
Update versions for 0.1.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr committed Feb 26, 2011
1 parent d043783 commit 9e14ea0
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 27 deletions.
2 changes: 1 addition & 1 deletion corpusscan/pom.xml
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>scalariform.corpusscan</groupId>
<artifactId>scalariform.corpusscan</artifactId>
<version>0.0.9-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>commons-io</groupId>
Expand Down
9 changes: 6 additions & 3 deletions docs/release-process.txt
@@ -1,8 +1,8 @@
# 1. Prepare trunk

export FROM=0.0.8
export TO=0.0.9
export NEW=0.1.0
export FROM=0.0.9
export TO=0.1.0
export NEW=0.1.1

sed -i s/$FROM/$TO/g README.rst

Expand Down Expand Up @@ -54,6 +54,9 @@ mvn deploy

# 4. Update master

git co master

scripts/update-version.sh $TO-SNAPSHOT $NEW-SNAPSHOT
scripts/update-version.sh $TO.qualifier $NEW.qualifier

git commit -a -m "Update versions for $NEW-SNAPSHOT"
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.0.8'
version = '0.1.0-SNAPSHOT'
# The full version, including alpha/beta/rc tags.
release = '0.0.8'
release = '0.1.0-SNAPSHOT'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion gui/pom.xml
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>scalariform.gui</groupId>
<artifactId>scalariform.gui</artifactId>
<version>0.0.9-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>com.miglayout</groupId>
Expand Down
2 changes: 1 addition & 1 deletion perf/pom.xml
Expand Up @@ -2,5 +2,5 @@
<modelVersion>4.0.0</modelVersion>
<groupId>scalariform.perf</groupId>
<artifactId>scalariform.perf</artifactId>
<version>0.0.9-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
</project>
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.0.9-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<tycho.version>0.9.0</tycho.version>
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Expand Up @@ -3,7 +3,7 @@
project.organization=org.scalariform
project.name=scalariform.parent
sbt.version=0.7.4
project.version=0.0.9-SNAPSHOT
project.version=0.1.0-SNAPSHOT
def.scala.version=2.7.7
build.scala.versions=2.8.0 2.8.1 2.9.0-SNAPSHOT
project.initialize=false
2 changes: 1 addition & 1 deletion scalariform.feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="scalariform.feature"
label="Scalariform"
version="0.0.9.qualifier">
version="0.1.0.qualifier">

<description>
Code formatter for Scala 2.8
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.0.9-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
<parent>
<artifactId>scalariform.parent</artifactId>
<groupId>org.scalariform</groupId>
<version>0.0.9-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</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.0.8</version>
<version>0.1.0-SNAPSHOT</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.0.8</version>
<version>0.1.0-SNAPSHOT</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.0.9-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
<parent>
<artifactId>scalariform.parent</artifactId>
<groupId>org.scalariform</groupId>
<version>0.0.9-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
</parent>
</project>

2 changes: 1 addition & 1 deletion scalariform.update/site.xml
Expand Up @@ -3,7 +3,7 @@
<description name="Scalariform Update Site" url="http://scalariform.googlecode.com/svn/trunk/update-site/">
Scalariform Update Site
</description>
<feature url="features/scalariform.feature_0.0.9.qualifier.jar" id="scalariform.feature" version="0.0.9.qualifier">
<feature url="features/scalariform.feature_0.1.0.qualifier.jar" id="scalariform.feature" version="0.1.0.qualifier">
<category name="Scala"/>
</feature>
<category-def name="Scala" label="Scala"/>
Expand Down
2 changes: 1 addition & 1 deletion scalariform/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Scalariform
Bundle-SymbolicName: scalariform
Bundle-Version: 0.0.9.qualifier
Bundle-Version: 0.1.0.qualifier
Require-Bundle: org.scala-ide.scala.library
Bundle-ClassPath: .
Export-Package: scalariform.astselect,
Expand Down
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.0.9-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<parent>
<artifactId>scalariform.parent</artifactId>
<groupId>org.scalariform</groupId>
<version>0.0.9-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
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.0.9-SNAPSHOT"
val VERSION = "0.1.0-SNAPSHOT"

}

10 changes: 5 additions & 5 deletions scripts/version-list.txt
@@ -1,15 +1,15 @@
project/build.properties
pom.xml
project/build.properties
scalariform/pom.xml
gui/pom.xml
corpusscan/pom.xml
scalariform.feature/pom.xml
scalariform.feature/feature.xml
scalariform.update/pom.xml
scalariform.update/site.xml
perf/pom.xml
scalariform.maven-plugin/pom.xml
docs/source/conf.py
scalariform/META-INF/MANIFEST.MF
scalariform.feature/feature.xml
scalariform.update/site.xml
scalariform/src/main/scala/scalariform/package.scala
README.rst
perf/pom.xml
scalariform.maven-plugin/pom.xml

0 comments on commit 9e14ea0

Please sign in to comment.