[maven-release-plugin] prepare for next development iteration
							parent
							
								
									dbdc99361e
								
							
						
					
					
						commit
						defa5b8fbc
					
				|  | @ -20,7 +20,7 @@ | |||
|   <parent> | ||||
|     <artifactId>openid-connect-parent</artifactId> | ||||
|     <groupId>org.mitre</groupId> | ||||
|     <version>1.0.0</version> | ||||
|     <version>1.0.1-SNAPSHOT</version> | ||||
|     <relativePath>..</relativePath> | ||||
|   </parent> | ||||
|   <artifactId>openid-connect-client</artifactId>  | ||||
|  | @ -30,7 +30,7 @@ | |||
|     <dependency> | ||||
|       <groupId>org.mitre</groupId> | ||||
|       <artifactId>openid-connect-common</artifactId> | ||||
|       <version>1.0.0</version> | ||||
|       <version>1.0.1-SNAPSHOT</version> | ||||
|     </dependency> | ||||
|   </dependencies> | ||||
|   <packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ | |||
|   <parent> | ||||
|     <artifactId>openid-connect-parent</artifactId> | ||||
|     <groupId>org.mitre</groupId> | ||||
|     <version>1.0.0</version> | ||||
|     <version>1.0.1-SNAPSHOT</version> | ||||
|     <relativePath>..</relativePath> | ||||
|   </parent>   | ||||
|   <artifactId>openid-connect-common</artifactId> | ||||
|  |  | |||
|  | @ -23,14 +23,14 @@ | |||
|     <parent> | ||||
|     	<groupId>org.mitre</groupId> | ||||
|     	<artifactId>openid-connect-parent</artifactId> | ||||
|     	<version>1.0.0</version> | ||||
|     	<version>1.0.1-SNAPSHOT</version> | ||||
|     	<relativePath>..</relativePath> | ||||
|     </parent> | ||||
|     <dependencies> | ||||
| 		<dependency> | ||||
| 			<groupId>org.mitre</groupId> | ||||
| 			<artifactId>openid-connect-common</artifactId> | ||||
| 			<version>1.0.0</version> | ||||
| 			<version>1.0.1-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
| 	</dependencies> | ||||
|     <description>Reference implementation of OpenID Connect spec (http://openid.net/connect/). | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Justin Richer
						Justin Richer