Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
switched version to M1
Browse files Browse the repository at this point in the history
  • Loading branch information
rellermeyer committed Aug 25, 2015
1 parent 52b9f53 commit b926802
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.concierge/META-INF/MANIFEST.MF
Expand Up @@ -3,7 +3,7 @@ Main-Class: org.eclipse.concierge.Concierge
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.concierge
Bundle-Name: Eclipse Concierge Framework
Bundle-Version: 0.9.0.qualifier
Bundle-Version: 1.0.0.M1-qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Activator: org.eclipse.concierge.Concierge
Bundle-Vendor: Eclipse.org/Concierge
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.concierge/build.xml
@@ -1,5 +1,5 @@
<project name="org.eclipse.concierge" default="jar">
<property name="project.version" value="1.0.0.alpha1" />
<property name="project.version" value="1.0.0.M1" />

<property name="src.dir" value="src" />
<property name="build.dir" value="build" />
Expand All @@ -20,7 +20,7 @@
<format property="build.time" pattern="yyyyMMddhhmm" unit="hour" />
</tstamp>
<jar
destfile="${build.dir}/${ant.project.name}_${project.version}.v${build.time}.jar"
destfile="${build.dir}/${ant.project.name}_${project.version}-${build.time}.jar"
basedir="${classes.dir}" manifest="META-INF/MANIFEST.MF">
<metainf dir="META-INF" excludes="MANIFEST" />
<fileset dir="." includes="about_files/* about.html"/>
Expand Down
2 changes: 1 addition & 1 deletion version.txt
@@ -1 +1 @@
0.9.0-SNAPSHOT
1.0.0.M1

0 comments on commit b926802

Please sign in to comment.