Skip to content

Commit

Permalink
Prepare 2.2 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Dec 20, 2011
1 parent 9f81d5d commit dcaf1b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
project.name=DoctrineORM

# Dependency minimum versions
dependencies.common=2.1.0
dependencies.dbal=2.1.0
dependencies.common=2.2.0beta1
dependencies.dbal=2.2.0beta1
dependencies.sfconsole=2.0.0

# Version class and file
Expand Down
2 changes: 1 addition & 1 deletion lib/vendor/doctrine-common
Submodule doctrine-common updated 52 files
+1 −1 lib/Doctrine/Common/Annotations/AnnotationException.php
+21 −21 lib/Doctrine/Common/Annotations/AnnotationRegistry.php
+3 −3 lib/Doctrine/Common/Annotations/IndexedReader.php
+8 −8 lib/Doctrine/Common/Annotations/PhpParser.php
+1 −1 lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
+3 −3 lib/Doctrine/Common/Cache/ApcCache.php
+4 −4 lib/Doctrine/Common/Cache/ArrayCache.php
+8 −8 lib/Doctrine/Common/Cache/Cache.php
+12 −12 lib/Doctrine/Common/Cache/CacheProvider.php
+2 −2 lib/Doctrine/Common/Cache/MemcacheCache.php
+1 −1 lib/Doctrine/Common/Cache/MemcachedCache.php
+2 −2 lib/Doctrine/Common/Cache/WinCacheCache.php
+5 −5 lib/Doctrine/Common/Cache/XcacheCache.php
+13 −13 lib/Doctrine/Common/ClassLoader.php
+9 −9 lib/Doctrine/Common/Collections/ArrayCollection.php
+11 −11 lib/Doctrine/Common/Collections/Collection.php
+8 −8 lib/Doctrine/Common/EventManager.php
+1 −1 lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php
+9 −9 lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php
+1 −1 lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php
+10 −10 lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php
+4 −4 lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php
+1 −1 lib/Doctrine/Common/Persistence/Mapping/Driver/PHPDriver.php
+3 −3 lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php
+2 −2 lib/Doctrine/Common/Util/Inflector.php
+6 −6 tests/Doctrine/Tests/Common/Annotations/FileCacheReaderTest.php
+12 −12 tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithAttributes.php
+6 −6 tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithRequiredAttributes.php
+2 −2 tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithRequiredAttributesWithoutContructor.php
+2 −2 tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithVarType.php
+2 −2 tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithAnnotationWithTargetSyntaxError.php
+5 −5 tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithAnnotationWithVarType.php
+1 −1 tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithFullyQualifiedUseStatements.php
+1 −1 tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithInvalidAnnotationTargetAtClass.php
+2 −2 tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithInvalidAnnotationTargetAtMethod.php
+3 −3 tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithInvalidAnnotationTargetAtProperty.php
+6 −6 tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithValidAnnotationTarget.php
+1 −1 tests/Doctrine/Tests/Common/Annotations/Fixtures/GlobalNamespacesPerFileWithClassAsFirst.php
+1 −1 tests/Doctrine/Tests/Common/Annotations/Fixtures/GlobalNamespacesPerFileWithClassAsLast.php
+9 −9 tests/Doctrine/Tests/Common/Cache/CacheTest.php
+1 −1 tests/Doctrine/Tests/Common/ClassLoaderTest/ClassA.class.php
+1 −1 tests/Doctrine/Tests/Common/ClassLoaderTest/ClassB.class.php
+1 −1 tests/Doctrine/Tests/Common/ClassLoaderTest/ClassC.class.php
+1 −1 tests/Doctrine/Tests/Common/Collections/CollectionTest.php
+3 −3 tests/Doctrine/Tests/Common/Persistence/Mapping/ChainDriverTest.php
+22 −22 tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php
+18 −18 tests/Doctrine/Tests/Common/Persistence/Mapping/DefaultFileLocatorTest.php
+26 −26 tests/Doctrine/Tests/Common/Persistence/Mapping/FileDriverTest.php
+1 −1 tests/Doctrine/Tests/Common/Persistence/Mapping/PHPDriverTest.php
+3 −3 tests/Doctrine/Tests/Common/Persistence/Mapping/StaticPHPDriverTest.php
+17 −17 tests/Doctrine/Tests/Common/Persistence/Mapping/SymfonyFileLocatorTest.php
+1 −1 tests/NativePhpunitTask.php
2 changes: 1 addition & 1 deletion lib/vendor/doctrine-dbal
Submodule doctrine-dbal updated 2 files
+1 −1 composer.json
+1 −1 lib/Doctrine/DBAL/Version.php

0 comments on commit dcaf1b5

Please sign in to comment.