🔖 Set versions to 1.1.0
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
		
							parent
							
								
									01ae643f67
								
							
						
					
					
						commit
						c3460ee150
					
				| 
						 | 
				
			
			@ -21,7 +21,7 @@ For Maven based projects, use the following to configure the CloudEvents Java SD
 | 
			
		|||
<dependency>
 | 
			
		||||
    <groupId>io.cloudevents</groupId>
 | 
			
		||||
    <artifactId>cloudevents-api</artifactId>
 | 
			
		||||
    <version>1.0.1</version>
 | 
			
		||||
    <version>1.1.0</version>
 | 
			
		||||
</dependency>
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -20,13 +20,13 @@
 | 
			
		|||
    <parent>
 | 
			
		||||
        <groupId>io.cloudevents</groupId>
 | 
			
		||||
        <artifactId>cloudevents-parent</artifactId>
 | 
			
		||||
        <version>1.0.1</version>
 | 
			
		||||
        <version>1.1.0</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
 | 
			
		||||
    <groupId>io.cloudevents</groupId>
 | 
			
		||||
    <artifactId>cloudevents-api</artifactId>
 | 
			
		||||
    <name>CloudEvents - API</name>
 | 
			
		||||
    <version>1.0.1</version>
 | 
			
		||||
    <version>1.1.0</version>
 | 
			
		||||
    <packaging>jar</packaging>
 | 
			
		||||
 | 
			
		||||
    <dependencies>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -8,7 +8,7 @@ For Maven based projects, use the following to configure the CloudEvents CDI lib
 | 
			
		|||
<dependency>
 | 
			
		||||
    <groupId>io.cloudevents</groupId>
 | 
			
		||||
    <artifactId>cdi</artifactId>
 | 
			
		||||
    <version>1.0.1</version>
 | 
			
		||||
    <version>1.1.0</version>
 | 
			
		||||
</dependency>
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -20,7 +20,7 @@
 | 
			
		|||
    <parent>
 | 
			
		||||
        <groupId>io.cloudevents</groupId>
 | 
			
		||||
        <artifactId>cloudevents-parent</artifactId>
 | 
			
		||||
        <version>1.0.1</version>
 | 
			
		||||
        <version>1.1.0</version>
 | 
			
		||||
        <relativePath>../</relativePath>
 | 
			
		||||
    </parent>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -8,7 +8,7 @@ For Maven based projects, use the following to configure the CloudEvents Vertx H
 | 
			
		|||
<dependency>
 | 
			
		||||
    <groupId>io.cloudevents</groupId>
 | 
			
		||||
    <artifactId>http-vertx</artifactId>
 | 
			
		||||
    <version>1.0.1</version>
 | 
			
		||||
    <version>1.1.0</version>
 | 
			
		||||
</dependency>
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -20,7 +20,7 @@
 | 
			
		|||
    <parent>
 | 
			
		||||
        <groupId>io.cloudevents</groupId>
 | 
			
		||||
        <artifactId>cloudevents-parent</artifactId>
 | 
			
		||||
        <version>1.0.1</version>
 | 
			
		||||
        <version>1.1.0</version>
 | 
			
		||||
        <relativePath>../..</relativePath>
 | 
			
		||||
    </parent>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -14,7 +14,7 @@ Add the dependency in your project:
 | 
			
		|||
<dependency>
 | 
			
		||||
    <groupId>io.cloudevents</groupId>
 | 
			
		||||
    <artifactId>cloudevents-kafka</artifactId>
 | 
			
		||||
    <version>1.0.1</version>
 | 
			
		||||
    <version>1.1.0</version>
 | 
			
		||||
</dependency>
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -14,12 +14,12 @@
 | 
			
		|||
  <parent>
 | 
			
		||||
    <groupId>io.cloudevents</groupId>
 | 
			
		||||
    <artifactId>cloudevents-parent</artifactId>
 | 
			
		||||
    <version>1.0.1</version>
 | 
			
		||||
    <version>1.1.0</version>
 | 
			
		||||
  </parent>
 | 
			
		||||
 | 
			
		||||
  <groupId>io.cloudevents</groupId>
 | 
			
		||||
  <artifactId>cloudevents-kafka</artifactId>
 | 
			
		||||
  <version>1.0.1</version>
 | 
			
		||||
  <version>1.1.0</version>
 | 
			
		||||
  <packaging>jar</packaging>
 | 
			
		||||
 | 
			
		||||
  <name>CloudEvents - Kafka Transport Binding</name>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue