Skip to content

Commit 311f9c5

Browse files
authored
Uptakes microbean-bean 0.0.13. Uptakes microbean-construct-0.0.10. (#5)
Signed-off-by: Laird Nelson <[email protected]>
1 parent cf0d468 commit 311f9c5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependency:
2727
<groupId>org.microbean</groupId>
2828
<artifactId>microbean-scopelet</artifactId>
2929
<!-- Always check https://search.maven.org/artifact/org.microbean/microbean-scopelet for up-to-date available versions. -->
30-
<version>0.0.4</version>
30+
<version>0.0.5</version>
3131
</dependency>
3232
```
3333

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<!-- maven-javadoc-plugin properties -->
8181
<bottom><![CDATA[Copyright &copy; ${project.inceptionYear}&ndash;{currentYear}, <a href="${project.organization.url}" target="_top">${project.organization.name}</a>. All rights reserved.]]></bottom>
8282
<doctitle>&lt;a href="${project.url}" target="_top"&gt;&lt;span style="font-family:Lobster, cursive;"&gt;µb&lt;/span&gt; ${project.artifactId}&lt;/a&gt; ${project.version}</doctitle>
83-
<links>https://microbean.github.io/microbean-construct/apidocs/,https://microbean.github.io/microbean-qualifier/apidocs/,https://microbean.github.io/microbean-scope/apidocs/</links>
83+
<links>https://microbean.github.io/microbean-bean/apidocs/,https://microbean.github.io/microbean-construct/apidocs/,https://microbean.github.io/microbean-qualifier/apidocs/,https://microbean.github.io/microbean-scope/apidocs/</links>
8484
<sourcetab>2</sourcetab>
8585

8686
<!-- maven-release-plugin properties -->
@@ -141,7 +141,7 @@
141141
<dependency>
142142
<groupId>org.microbean</groupId>
143143
<artifactId>microbean-bean</artifactId>
144-
<version>0.0.12</version>
144+
<version>0.0.13</version>
145145
</dependency>
146146

147147
<dependency>
@@ -153,7 +153,7 @@
153153
<dependency>
154154
<groupId>org.microbean</groupId>
155155
<artifactId>microbean-construct</artifactId>
156-
<version>0.0.9</version>
156+
<version>0.0.10</version>
157157
</dependency>
158158

159159
<dependency>

0 commit comments

Comments
 (0)