Skip to content

Commit

Permalink
Marking next version as 3.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Nov 7, 2013
1 parent 3bc08c5 commit be8d136
Show file tree
Hide file tree
Showing 47 changed files with 78 additions and 66 deletions.
40 changes: 20 additions & 20 deletions features/org.python.pydev.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build matches when doing a replace (so, the version of the xml has some extra sp
<feature
id="org.python.pydev.feature"
label="PyDev for Eclipse"
version="3.0.0.qualifier"
version="3.1.0.qualifier"
provider-name="Aptana"
plugin="org.python.pydev">

Expand Down Expand Up @@ -130,114 +130,114 @@ This Agreement is governed by the laws of the State of New York and the intellec
id="org.python.pydev.core"
download-size="188"
install-size="188"
version="3.0.0.qualifier"/>
version="3.1.0.qualifier"/>

<plugin
id="org.python.pydev.parser"
download-size="444"
install-size="444"
version="3.0.0.qualifier"/>
version="3.1.0.qualifier"/>

<plugin
id="org.python.pydev.ast"
download-size="20"
install-size="20"
version="3.0.0.qualifier"/>
version="3.1.0.qualifier"/>

<plugin
id="org.python.pydev.jython"
download-size="4280"
install-size="4280"
version="3.0.0.qualifier"/>
version="3.1.0.qualifier"/>

<plugin
id="org.python.pydev.help"
download-size="300"
install-size="300"
version="3.0.0.qualifier"/>
version="3.1.0.qualifier"/>

<plugin
id="org.python.pydev"
download-size="2440"
install-size="2440"
version="3.0.0.qualifier"/>
version="3.1.0.qualifier"/>

<plugin
id="org.python.pydev.debug"
download-size="1350"
install-size="1350"
version="3.0.0.qualifier"/>
version="3.1.0.qualifier"/>

<plugin
id="org.python.pydev.refactoring"
download-size="504"
install-size="504"
version="3.0.0.qualifier"/>
version="3.1.0.qualifier"/>

<plugin
id="org.python.pydev.customizations"
download-size="300"
install-size="300"
version="3.0.0.qualifier"/>
version="3.1.0.qualifier"/>

<plugin
id="org.python.pydev.django"
download-size="300"
install-size="300"
version="3.0.0.qualifier"/>
version="3.1.0.qualifier"/>

<plugin
id="com.python.pydev"
download-size="824"
install-size="824"
version="3.0.0.qualifier"/>
version="3.1.0.qualifier"/>

<plugin
id="com.python.pydev.analysis"
download-size="240"
install-size="240"
version="3.0.0.qualifier"/>
version="3.1.0.qualifier"/>

<plugin
id="com.python.pydev.fastparser"
download-size="40"
install-size="40"
version="3.0.0.qualifier"/>
version="3.1.0.qualifier"/>

<plugin
id="com.python.pydev.codecompletion"
download-size="60"
install-size="60"
version="3.0.0.qualifier"/>
version="3.1.0.qualifier"/>

<plugin
id="com.python.pydev.debug"
download-size="56"
install-size="56"
version="3.0.0.qualifier"/>
version="3.1.0.qualifier"/>

<plugin
id="com.python.pydev.refactoring"
download-size="160"
install-size="160"
version="3.0.0.qualifier"/>
version="3.1.0.qualifier"/>

<plugin
id="org.python.pydev.shared_interactive_console"
download-size="160"
install-size="160"
version="3.0.0.qualifier"/>
version="3.1.0.qualifier"/>

<plugin
id="org.python.pydev.shared_ui"
download-size="160"
install-size="160"
version="3.0.0.qualifier"/>
version="3.1.0.qualifier"/>

<plugin
id="org.python.pydev.shared_core"
download-size="160"
install-size="160"
version="3.0.0.qualifier"/>
version="3.1.0.qualifier"/>

</feature>
2 changes: 1 addition & 1 deletion features/org.python.pydev.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.python.pydev</groupId>
<artifactId>features</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.python.pydev</groupId>
Expand Down
2 changes: 1 addition & 1 deletion features/org.python.pydev.mylyn.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.python.pydev</groupId>
<artifactId>features</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.python.pydev</groupId>
Expand Down
2 changes: 1 addition & 1 deletion features/org.python.pydev.p2-repo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.python.pydev</groupId>
<artifactId>features</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.python.pydev</groupId>
<artifactId>parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>features</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/com.python.pydev.analysis/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Analysis Plug-in
Bundle-SymbolicName: com.python.pydev.analysis; singleton:=true
Bundle-Version: 3.0.0.qualifier
Bundle-Version: 3.1.0.qualifier
Bundle-Activator: com.python.pydev.analysis.AnalysisPlugin
Bundle-Vendor: Aptana
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion plugins/com.python.pydev.analysis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.python.pydev</groupId>
<artifactId>plugins</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.python.pydev</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Codecompletion Plug-in
Bundle-SymbolicName: com.python.pydev.codecompletion; singleton:=true
Bundle-Version: 3.0.0.qualifier
Bundle-Version: 3.1.0.qualifier
Bundle-Activator: com.python.pydev.codecompletion.CodecompletionPlugin
Bundle-Vendor: Aptana
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion plugins/com.python.pydev.codecompletion/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.python.pydev</groupId>
<artifactId>plugins</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.python.pydev</groupId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/com.python.pydev.debug/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Extensions Debug Plug-in
Bundle-SymbolicName: com.python.pydev.debug; singleton:=true
Bundle-Version: 3.0.0.qualifier
Bundle-Version: 3.1.0.qualifier
Bundle-Activator: com.python.pydev.debug.DebugPlugin
Bundle-Vendor: Aptana
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion plugins/com.python.pydev.debug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.python.pydev</groupId>
<artifactId>plugins</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.python.pydev</groupId>
Expand Down
14 changes: 13 additions & 1 deletion plugins/com.python.pydev.docs/release_process.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,16 @@ x:\pydev\plugins\com.python.pydev.docs\merged_homepage\final to 173.45.225.54 (/

** Add to reddit: http://www.reddit.com/r/Python/submit

** Update the versions on org.python.pydev.build/build_local.properties to the next build
** Update the versions:
On cmd shell (not 4nt):
set JAVA_HOME=D:\bin\jdk1.7.0_10
set MAVEN_BIN=D:\bin\apache-maven-3.0.5\bin
SET MAVEN_OPTS=-Xmx1024m
set PATH=
set PATH=C:\Windows\system32;%PATH%
set PATH=%MAVEN_BIN%;%PATH%
set PATH=%JAVA_HOME%\bin;%PATH%

x:
cd x:\pydev
D:\bin\apache-maven-3.0.5\bin\mvn -o tycho-versions:set-version -Dtycho.localArtifacts=ignore -DnewVersion=3.1.0-SNAPSHOT
2 changes: 1 addition & 1 deletion plugins/com.python.pydev.fastparser/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Fastparser Plug-in
Bundle-SymbolicName: com.python.pydev.fastparser; singleton:=true
Bundle-Version: 3.0.0.qualifier
Bundle-Version: 3.1.0.qualifier
Bundle-Activator: com.python.pydev.fastparser.FastparserPlugin
Bundle-Vendor: Aptana
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion plugins/com.python.pydev.fastparser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.python.pydev</groupId>
<artifactId>plugins</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.python.pydev</groupId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/com.python.pydev.refactoring/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Refactoring Plug-in
Bundle-SymbolicName: com.python.pydev.refactoring; singleton:=true
Bundle-Version: 3.0.0.qualifier
Bundle-Version: 3.1.0.qualifier
Bundle-Activator: com.python.pydev.refactoring.RefactoringPlugin
Bundle-Vendor: Aptana
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion plugins/com.python.pydev.refactoring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.python.pydev</groupId>
<artifactId>plugins</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.python.pydev</groupId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/com.python.pydev/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Pydev Extensions
Bundle-SymbolicName: com.python.pydev; singleton:=true
Bundle-Version: 3.0.0.qualifier
Bundle-Version: 3.1.0.qualifier
Bundle-Activator: com.python.pydev.PydevPlugin
Bundle-Vendor: Aptana
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion plugins/com.python.pydev/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.python.pydev</groupId>
<artifactId>plugins</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.python.pydev</groupId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.python.pydev.ast/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Ast Plug-in
Bundle-SymbolicName: org.python.pydev.ast; singleton:=true
Bundle-Version: 3.0.0.qualifier
Bundle-Version: 3.1.0.qualifier
Bundle-ClassPath: ast.jar
Bundle-Activator: org.python.pydev.ast.AstPlugin
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.python.pydev.ast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.python.pydev</groupId>
<artifactId>plugins</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.python.pydev</groupId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.python.pydev.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Core Plug-in
Bundle-SymbolicName: org.python.pydev.core; singleton:=true
Bundle-Version: 3.0.0.qualifier
Bundle-Version: 3.1.0.qualifier
Bundle-ClassPath: core.jar
Bundle-Activator: org.python.pydev.core.CorePlugin
Bundle-Vendor: Aptana
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.python.pydev.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.python.pydev</groupId>
<artifactId>plugins</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.python.pydev</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Customizations Plug-in
Bundle-SymbolicName: org.python.pydev.customizations; singleton:=true
Bundle-Version: 3.0.0.qualifier
Bundle-Version: 3.1.0.qualifier
Bundle-ClassPath: customizations.jar
Bundle-Activator: org.python.pydev.customizations.CustomizationsPlugin
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.python.pydev.customizations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.python.pydev</groupId>
<artifactId>plugins</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.python.pydev</groupId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.python.pydev.debug/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Pydev debug
Bundle-SymbolicName: org.python.pydev.debug; singleton:=true
Bundle-Version: 3.0.0.qualifier
Bundle-Version: 3.1.0.qualifier
Bundle-ClassPath: pydev-debug.jar
Bundle-Activator: org.python.pydev.debug.core.PydevDebugPlugin
Bundle-Vendor: Aptana
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.python.pydev.debug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.python.pydev</groupId>
<artifactId>plugins</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.python.pydev</groupId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.python.pydev.django/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Pydev Django
Bundle-SymbolicName: org.python.pydev.django;singleton:=true
Bundle-Version: 3.0.0.qualifier
Bundle-Version: 3.1.0.qualifier
Bundle-Vendor: Aptana
Bundle-Activator: org.python.pydev.django.DjangoPlugin
Eclipse-BundleShape: dir
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.python.pydev.django/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.python.pydev</groupId>
<artifactId>plugins</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.python.pydev</groupId>
Expand Down
Loading

0 comments on commit be8d136

Please sign in to comment.