Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Bump master to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lkundrak committed Jul 22, 2010
1 parent 2247873 commit e3fbc1e
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -37,8 +37,8 @@ See separate [Windows](#swin) and [Unix](#sunix) instructions.


7. unpack one of the distributions that have been built in the cli-distro/target subdirectory: 7. unpack one of the distributions that have been built in the cli-distro/target subdirectory:


- gooddata-cl-1.0.5-SNAPSHOT.tar.gz - gooddata-cl-1.1.0-SNAPSHOT.tar.gz
- gooddata-cl-1.0.5-SNAPSHOT.zip - gooddata-cl-1.1.0-SNAPSHOT.zip


8. run the gdi.sh without arguments to get help from the unpacked distribution: 8. run the gdi.sh without arguments to get help from the unpacked distribution:


Expand Down Expand Up @@ -78,8 +78,8 @@ See separate [Windows](#swin) and [Unix](#sunix) instructions.


7. unpack one of the distributions that have been built in the cli-distro/target subdirectory: 7. unpack one of the distributions that have been built in the cli-distro/target subdirectory:


- gooddata-cl-1.0.5-SNAPSHOT.tar.gz - gooddata-cl-1.1.0-SNAPSHOT.tar.gz
- gooddata-cl-1.0.5-SNAPSHOT.zip - gooddata-cl-1.1.0-SNAPSHOT.zip


8. run the gdi.bat without arguments to get help from the unpacked distribution: 8. run the gdi.bat without arguments to get help from the unpacked distribution:


Expand Down
2 changes: 1 addition & 1 deletion backend/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent> <parent>
<groupId>com.gooddata.cl</groupId> <groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId> <artifactId>gooddata-cl</artifactId>
<version>1.0.5-SNAPSHOT</version> <version>1.1.0-SNAPSHOT</version>
</parent> </parent>


<artifactId>gooddata-cl-backend</artifactId> <artifactId>gooddata-cl-backend</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cli-distro/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent> <parent>
<groupId>com.gooddata.cl</groupId> <groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId> <artifactId>gooddata-cl</artifactId>
<version>1.0.5-SNAPSHOT</version> <version>1.1.0-SNAPSHOT</version>
</parent> </parent>


<artifactId>gooddata-cli</artifactId> <artifactId>gooddata-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent> <parent>
<groupId>com.gooddata.cl</groupId> <groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId> <artifactId>gooddata-cl</artifactId>
<version>1.0.5-SNAPSHOT</version> <version>1.1.0-SNAPSHOT</version>
</parent> </parent>


<artifactId>gooddata-cl-cli</artifactId> <artifactId>gooddata-cl-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent> <parent>
<groupId>com.gooddata.cl</groupId> <groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId> <artifactId>gooddata-cl</artifactId>
<version>1.0.5-SNAPSHOT</version> <version>1.1.0-SNAPSHOT</version>
</parent> </parent>


<artifactId>gooddata-cl-common</artifactId> <artifactId>gooddata-cl-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion connector/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent> <parent>
<groupId>com.gooddata.cl</groupId> <groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId> <artifactId>gooddata-cl</artifactId>
<version>1.0.5-SNAPSHOT</version> <version>1.1.0-SNAPSHOT</version>
</parent> </parent>


<artifactId>gooddata-cl-connector</artifactId> <artifactId>gooddata-cl-connector</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gooddata-snaplogic/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent> <parent>
<groupId>com.gooddata.cl</groupId> <groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId> <artifactId>gooddata-cl</artifactId>
<version>1.0.5-SNAPSHOT</version> <version>1.1.0-SNAPSHOT</version>
</parent> </parent>


<artifactId>gooddata-cl-snaplogic</artifactId> <artifactId>gooddata-cl-snaplogic</artifactId>
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Expand Up @@ -28,7 +28,7 @@


<groupId>com.gooddata.cl</groupId> <groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId> <artifactId>gooddata-cl</artifactId>
<version>1.0.5-SNAPSHOT</version> <version>1.1.0-SNAPSHOT</version>


<name>gooddata-cl</name> <name>gooddata-cl</name>
<description>GoodData CL command line tool and Java API framework.</description> <description>GoodData CL command line tool and Java API framework.</description>
Expand Down Expand Up @@ -73,32 +73,32 @@
<dependency> <dependency>
<groupId>com.gooddata.cl</groupId> <groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl-cli</artifactId> <artifactId>gooddata-cl-cli</artifactId>
<version>1.0.5-SNAPSHOT</version> <version>1.1.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.gooddata.cl</groupId> <groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl-backend</artifactId> <artifactId>gooddata-cl-backend</artifactId>
<version>1.0.5-SNAPSHOT</version> <version>1.1.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.gooddata.cl</groupId> <groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl-connector</artifactId> <artifactId>gooddata-cl-connector</artifactId>
<version>1.0.5-SNAPSHOT</version> <version>1.1.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.gooddata.cl</groupId> <groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl-snaplogic</artifactId> <artifactId>gooddata-cl-snaplogic</artifactId>
<version>1.0.5-SNAPSHOT</version> <version>1.1.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.gooddata.cl</groupId> <groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl-common</artifactId> <artifactId>gooddata-cl-common</artifactId>
<version>1.0.5-SNAPSHOT</version> <version>1.1.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.gooddata.cl</groupId> <groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl-snaplogic-lib</artifactId> <artifactId>gooddata-cl-snaplogic-lib</artifactId>
<version>1.0.5-SNAPSHOT</version> <version>1.1.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.snaplogic</groupId> <groupId>org.snaplogic</groupId>
Expand Down
2 changes: 1 addition & 1 deletion snap-distro/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent> <parent>
<groupId>com.gooddata.cl</groupId> <groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId> <artifactId>gooddata-cl</artifactId>
<version>1.0.5-SNAPSHOT</version> <version>1.1.0-SNAPSHOT</version>
</parent> </parent>


<artifactId>gooddata-cl-snap</artifactId> <artifactId>gooddata-cl-snap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion snaplogic/pom.xml
Expand Up @@ -29,7 +29,7 @@
<parent> <parent>
<groupId>com.gooddata.cl</groupId> <groupId>com.gooddata.cl</groupId>
<artifactId>gooddata-cl</artifactId> <artifactId>gooddata-cl</artifactId>
<version>1.0.5-SNAPSHOT</version> <version>1.1.0-SNAPSHOT</version>
</parent> </parent>


<artifactId>gooddata-cl-snaplogic-lib</artifactId> <artifactId>gooddata-cl-snaplogic-lib</artifactId>
Expand Down

0 comments on commit e3fbc1e

Please sign in to comment.